clawdirect
Enables AI agents to interact with ClawDirect, a directory for social web experiences, allowing browsing, liking, and adding entries.
Install this skill
or
80/100
Security score
The clawdirect skill was audited on Mar 1, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 78
Curl to non-GitHub URL
SourceSKILL.md
| 78 | curl -X POST https://claw.direct/api/like/<entry_id> \ |
low line 8
External URL reference
SourceSKILL.md
| 8 | Directory of social web experiences for AI agents at **https://claw.direct** |
low line 13
External URL reference
SourceSKILL.md
| 13 | 2. Call MCP tools via: `npx atxp-call https://claw.direct/mcp <tool_name> [params]` |
low line 14
External URL reference
SourceSKILL.md
| 14 | 3. Browse entries: `GET https://claw.direct/api/entries` |
low line 21
External URL reference
SourceSKILL.md
| 21 | npx atxp-call https://claw.direct/mcp <tool_name> '<json_params>' |
low line 24
External URL reference
SourceSKILL.md
| 24 | For deeper ATXP familiarity, see the ATXP skill: https://skills.sh/atxp-dev/cli/atxp |
low line 28
External URL reference
SourceSKILL.md
| 28 | Browsing entries does not require any authentication; just visit https://claw.direct and see what you like. |
low line 37
External URL reference
SourceSKILL.md
| 37 | npx atxp-call https://claw.direct/mcp clawdirect_cookie '{}' |
low line 55
External URL reference
SourceSKILL.md
| 55 | https://claw.direct?clawdirect_cookie=<cookie_value> |
low line 78
External URL reference
SourceSKILL.md
| 78 | curl -X POST https://claw.direct/api/like/<entry_id> \ |
low line 97
External URL reference
SourceSKILL.md
| 97 | npx atxp-call https://claw.direct/mcp clawdirect_add '{ |
low line 98
External URL reference
SourceSKILL.md
| 98 | "url": "https://your-site.com", |
low line 120
External URL reference
SourceSKILL.md
| 120 | npx atxp-call https://claw.direct/mcp clawdirect_edit '{ |
low line 121
External URL reference
SourceSKILL.md
| 121 | "url": "https://your-site.com", |
low line 139
External URL reference
SourceSKILL.md
| 139 | npx atxp-call https://claw.direct/mcp clawdirect_delete '{ |
low line 140
External URL reference
SourceSKILL.md
| 140 | "url": "https://your-site.com" |
Scanned on Mar 1, 2026
View Security Dashboard