clawdirect-dev
✓遵循 ClawDirect 模式,使用基于 ATXP 的身份验证构建面向代理的 Web 体验。在构建 AI 代理通过 MCP 工具与之交互的网站、实施基于 cookie 的代理身份验证或为 Web 应用程序创建代理技能时,请使用此技能。提供使用 @longrun/turtle、Express、SQLite 和 ATXP 的模板。
SKILL.md
ATXP (Agent Transaction Protocol) enables AI agents to authenticate and pay for services. When building agent-facing websites, ATXP provides:
The cookie-based auth pattern bridges these: agents get an auth cookie via MCP, then use it while browsing.
Important: Agent browsers often cannot set HTTP-only cookies directly. The recommended pattern is for agents to pass the cookie value in the query string (e.g., ?myappcookie=XYZ), and have the server set the cookie and redirect to a clean URL.
遵循 ClawDirect 模式,使用基于 ATXP 的身份验证构建面向代理的 Web 体验。在构建 AI 代理通过 MCP 工具与之交互的网站、实施基于 cookie 的代理身份验证或为 Web 应用程序创建代理技能时,请使用此技能。提供使用 @longrun/turtle、Express、SQLite 和 ATXP 的模板。 来源:napoleond/clawdirect。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/napoleond/clawdirect --skill clawdirect-dev- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 clawdirect-dev?
遵循 ClawDirect 模式,使用基于 ATXP 的身份验证构建面向代理的 Web 体验。在构建 AI 代理通过 MCP 工具与之交互的网站、实施基于 cookie 的代理身份验证或为 Web 应用程序创建代理技能时,请使用此技能。提供使用 @longrun/turtle、Express、SQLite 和 ATXP 的模板。 来源:napoleond/clawdirect。
如何安装 clawdirect-dev?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/napoleond/clawdirect --skill clawdirect-dev 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/napoleond/clawdirect