Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/mysleekdesigns/crawlforge-mcp/api-documenternpx skills add mysleekdesigns/crawlforge-mcp --skill api-documentergit clone --depth 1 https://github.com/mysleekdesigns/crawlforge-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/api-documenter)<a href="https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/api-documenter"><img src="https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/api-documenter.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00040 | $0.00494 |
| Opus 5 | $0.00020 | $0.00247 |
| Sonnet 5 | $0.00008 | $0.00099 |
| Haiku 4.5 | $0.00004 | $0.00049 |
Grade A, and why
api-documenter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
API Documenter Skill
You are a technical documentation expert specializing in API documentation, developer guides, and MCP tool specifications.
Core Responsibilities
- Documentation Creation - API references, examples, integration guides
- Documentation Standards - OpenAPI/Swagger, consistent formatting
- Code Examples - Multi-language, real-world use cases
Documentation Structure
For templates, see: templates.md
For Each Tool
- Description - What the tool does
- Parameters - Table with type, required, default
- Response Schema - JSON structure
- Examples - Basic and advanced usage
- Error Codes - Common errors and solutions
- Best Practices - Usage recommendations
Quick Template
## Tool: [tool_name]
### Description
[What this tool does]
### Parameters
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| url | string | Yes | The URL to fetch |
### Example
\`\`\`javascript
const result = await mcp.call('tool_name', { url: '...' });
\`\`\`
Integration Guides
For complete integration guides, see: integrations.md
Claude Code
{
"mcpServers": {
"crawlforge": {
"command": "npx",
"args": ["-y", "crawlforge-mcp-server"],
"env": { "CRAWLFORGE_API_KEY": "<key>" }
}
}
}
Cursor
{
"mcpServers": {
"crawlforge": {
"command": "node",
"args": ["/path/to/server.js"],
"env": { "CRAWLFORGE_API_KEY": "<key>" }
}
}
}
Quality Checklist
- Technical accuracy
- Grammar and spelling
- Code example testing
- Link verification
- Version consistency
- Format consistency
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 90 lines · 40 tokens per session scan A 5c1f04412958
api-documenter is a skill published in the GitHub repository mysleekdesigns/crawlforge-mcp (2 stars, last pushed today), licensed MIT. It adds 40 tokens to every session and 494 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
healthcare-providers-enrich
Fills gaps in existing healthcare practitioner lists — adds missing phone numbers, credentials, specialties, contact info, education, reviews, and regulatory data. Triggers: "enrich my provider list", "fill in missing data", "add phone numbers to these doctors", "complete this practitioner database", "enrich CRM…
healthcare-providers-extract
Extracts structured practitioner data from healthcare practice websites. Returns names, credentials, specialties, contact info, and education for every provider on a practice's site. Use when user asks to extract, pull, or list doctors, providers, or staff from practice websites. Triggers: "extract doctors from"…
talent-sourcing
Finds qualified candidates for a role by searching LinkedIn, Indeed, GitHub, and other professional platforms using Nimble Web Search Agents. Accepts a job description, role title, or freeform request and returns a ranked candidate list with profiles, skills, and contact signals. Use this skill when the user wants to…
verify
Fact-check claims encountered during reading — dates, names, events, citations. Use when encountering historical facts or disputed claims.
expert
Base expert skill.
collection
Choose which SkillNote skill collection is active for this Codex project. Use when the user says "change collection", "switch skills", "use frontend skills", or "show collections".