If you're building web apps that AI agents need to interact with, this handles the tricky authentication dance between MCP tools and browser sessions. Agents can't easily set HTTP-only cookies directly, so this implements the standard pattern where agents call an MCP endpoint to get a cookie value, then pass it via query string to get authenticated. Sets up Express routes with cookie validation, SQLite for session storage, and ATXP payment integration. Includes the browser redirect handling and MCP server boilerplate that every agent-facing app needs.
npx skills add https://github.com/napoleond/clawdirect --skill clawdirect-dev