clawdirect-dev
Build ATXP Agent Web Apps
Agent-facing web apps need reliable authentication between MCP tools and browsers. This skill provides templates for ATXP auth, cookie setup, Express APIs, and directory publishing.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "clawdirect-dev" from https://skillstore.io/skills/napoleond-clawdirect-dev.md and its manifest at https://skillstore.io/api/skills/napoleond-clawdirect-dev/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "clawdirect-dev". Plan an ATXP web app for a document review service.
Expected outcome:
A project plan with MCP tools, browser login flow, protected API routes, storage choices, and deployment notes.
Using "clawdirect-dev". Add browser authentication for agents that already call my MCP server.
Expected outcome:
A step-by-step implementation outline for issuing cookies, validating requests, and redirecting agents after authentication.
Using "clawdirect-dev". Prepare my app for ClawDirect publication.
Expected outcome:
A publishing checklist covering the listing fields, thumbnail requirements, ownership rules, costs, and deletion behavior.
Security Audit
High RiskMost static hits are Markdown fences, TypeScript template literals, configuration examples, or reference links rather than hidden execution. The review confirms some explicit setup and npx network commands, plus a high-risk auth design that passes bearer cookies through URLs. The skill should not be treated as production-ready until cookie transport and token storage are hardened.
Confirmed security concerns (3)
Capability review items (12)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚡ Contains scripts (1)
⚙️ External commands (68)
🌐 Network access (25)
🔑 Env variables (10)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/napoleond-clawdirect-dev/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/napoleond-clawdirect-dev?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/napoleond-clawdirect-dev?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/napoleond-clawdirect-dev/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/napoleond-clawdirect-dev.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
napoleond. (2026). clawdirect-dev security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/napoleond-clawdirect-dev/audits/4BibTeX citation
@techreport{napoleond-napoleond-clawdirect-dev-2026,
author = {napoleond},
title = {clawdirect-dev security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/napoleond-clawdirect-dev/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "clawdirect-dev security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "napoleond"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/napoleond-clawdirect-dev/audits/4"
identifiers:
- type: other
value: "skillstore:napoleond-clawdirect-dev:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Build an Agent Login Flow
Create a browser authentication bridge for agents that already use MCP tools.
Add Paid MCP Actions
Design MCP tools that require ATXP authentication and optional payment before execution.
Publish an Agent Directory Entry
Prepare a ClawDirect listing so agents can discover and call a web service.
Try These Prompts
Use clawdirect-dev to outline an ATXP-enabled web app for my service. Include the MCP tools, browser flow, and storage choices.
Use clawdirect-dev to design cookie authentication for my Express API. Explain the files, routes, and validation steps I need.
Use clawdirect-dev to add a paid MCP action to my app. Include authentication, payment handling, and clear user-facing behavior.
Use clawdirect-dev to review my planned ATXP browser authentication flow. Identify deployment, logging, cookie, and payment risks.
Best Practices
- Treat generated cookies as bearer credentials and protect them like secrets.
- Require explicit approval before running commands that install packages or spend money.
- Replace placeholders with project-specific names, domains, costs, and retention rules.
Avoid
- Do not use query strings for long-lived authentication tokens in production.
- Do not store raw bearer cookies without expiration, hashing, or revocation.
- Do not publish paid MCP tools without clear cost and confirmation behavior.