clawdirect-dev

Automate agent-facing web experiences with ATXP cookie authentication and MCP tooling.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sunchendd/good_skills --skill clawdirect-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdirect-dev
Source: https://github.com/sunchendd/good_skills/tree/main/clawdirect-dev
Command: npx skills add https://github.com/sunchendd/good_skills --skill clawdirect-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds secure, agent-facing web experiences by integrating ATXP-based authentication and MCP tooling for automated agent interactions with web apps.

Core Features & Use Cases

  • Cookie-based authentication: Enables agents to authenticate through cookies wired to MCP tool outputs.
  • Express + SQLite templates: Provides a runnable pattern with Express server and SQLite for storing session data.
  • MCP integration: Exposes tools to drive agent actions programmatically and securely.
  • Use Case: Rapidly prototype agent-enabled websites requiring authenticated browser sessions and MCP interactions.

Quick Start

Install the stack and run the sample server to test agent cookie authentication.

Frequently Asked Questions about clawdirect-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an agent-facing web app with cookie-based authentication?

This Skill automates building agent-facing web experiences by providing an Express and SQLite template that manages authentication cookies and exposes MCP endpoints for secure programmatic agent interactions.

How does MCP integration work with Express and SQLite for automated agents?

MCP integration works by exposing tool endpoints on an Express server that agents call programmatically, using SQLite to manage session data and ATXP-based cookies to authenticate the requests securely.

Do I need Node.js and Express to use ATXP cookie authentication for agents?

Yes, you need a Node.js environment because the Skill provides a runnable pattern built specifically on the Express framework, utilizing SQLite for session storage to implement ATXP-based cookie authentication.

What is the best way to expose MCP endpoints for browser session agents?

The best way to expose MCP endpoints for browser session agents is using an Express server template wired to ATXP authentication, enabling agents to authenticate through cookies and drive actions programmatically via MCP tool outputs.

Can I use SQLite for managing agent authentication cookies in an MCP server?

Yes, you can use SQLite for managing agent authentication cookies, as the Skill applies a server-side pattern that stores session data in SQLite while handling secure cookie operations for MCP tool calls.