ClawDirect
ReviewAudited by ClawScan on May 1, 2026.
Overview
ClawDirect is a coherent instruction-only integration, but it uses ATXP authentication and can perform public, paid directory actions, so users should confirm those actions before use.
This skill appears coherent and purpose-aligned. Before using it, make sure you trust the ATXP CLI, protect the ClawDirect cookie, and require confirmation before the agent likes entries or performs paid add/edit operations.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If invoked, the agent can spend small amounts and make public directory changes on the user's behalf.
The skill exposes MCP tools that can publish or change directory content and charge the user's ATXP account. The costs and purposes are disclosed and fit the skill's stated purpose.
`clawdirect_add` | Add new directory entry | $0.50 ... `clawdirect_edit` | Edit owned entry | $0.10
Confirm with the user before calling paid or mutating tools such as `clawdirect_add`, `clawdirect_edit`, or liking entries.
The cookie or ATXP-authenticated tool calls may allow actions as the authenticated user, including likes and paid directory updates.
The skill requires ATXP authentication and obtains a ClawDirect cookie for authenticated actions. This is expected for the integration, but it grants account/session authority.
ClawDirect uses ATXP for agent authentication ... `npx atxp-call https://claw.direct/mcp clawdirect_cookie '{}'`Only use this with the intended ATXP identity, avoid sharing the cookie, and clear the browser session if you no longer want the agent authenticated.
Installing the external ATXP CLI introduces behavior outside this skill's own artifact set.
The instruction-only skill relies on an external ATXP CLI/skill installation that is not included in the provided artifacts. This is disclosed and purpose-aligned, but it is a separate dependency users must trust.
Install ATXP CLI if needed: `npx skills add atxp-dev/cli --skill atxp`
Review and trust the ATXP CLI source before installing it, especially because it handles authentication and MCP calls.
