api-documenter

An API documentation helper for CrawlForge, a server that provides web-scraping tools to other programs. It creates reference pages, examples, and setup guides for those tools.

In plain words
What is it for?
Use it to document tool descriptions, parameters, response formats, error codes, usage examples, and integrations such as Claude Code configuration.
Why use it?
It turns tool behavior and technical details into a consistent format, so developers can understand how to call an API and handle its responses.

Agent for Claude Code

Install

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.

agentmods
npx agentmods add agents/mysleekdesigns/crawlforge-mcp/api-documenter
Clone the repo
git clone --depth 1 https://github.com/mysleekdesigns/crawlforge-mcp

Made for: Claude Code.

Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 501 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00035 $0.00501
Opus 5 $0.00017 $0.00251
Sonnet 5 $0.00007 $0.00100
Haiku 4.5 $0.00003 $0.00050

Measured 2d ago against content hash 05b9717612d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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 2d 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.

.claude/agents/api-documenter.md · 94 lines

What it actually says

API Documenter

You are a technical documentation expert specializing in API documentation, developer guides, and MCP tool specifications.

Core Responsibilities

  1. Documentation Creation - API references, examples, integration guides
  2. Documentation Standards - OpenAPI/Swagger, consistent formatting
  3. Code Examples - Multi-language, real-world use cases

Documentation Structure

For each tool document:

  1. Description - What the tool does
  2. Parameters - Table with type, required, default
  3. Response Schema - JSON structure
  4. Examples - Basic and advanced usage
  5. Error Codes - Common errors and solutions
  6. Best Practices - Usage recommendations

Tool Documentation 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: '...' });
\`\`\`

### Response
\`\`\`json
{
  "success": true,
  "data": {...}
}
\`\`\`

Integration Guides

Claude Code Configuration

{
  "mcpServers": {
    "crawlforge": {
      "command": "npx",
      "args": ["-y", "crawlforge-mcp-server"],
      "env": { "CRAWLFORGE_API_KEY": "<key>" }
    }
  }
}

Cursor Configuration

{
  "mcpServers": {
    "crawlforge": {
      "command": "node",
      "args": ["/path/to/server.js"],
      "env": { "CRAWLFORGE_API_KEY": "<key>" }
    }
  }
}

Quality Standards

  • Technical accuracy verified
  • Grammar and spelling checked
  • Code examples tested
  • Links verified
  • Version consistency maintained
  • Format consistency across docs
Changes

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.

  1. 2d ago First seen · 94 lines · 35 tokens per session scan A 05b9717612d3

Subscribe to this mod's changes

api-documenter is an agent published in the GitHub repository mysleekdesigns/crawlforge-mcp (2 stars, last pushed 2d ago), licensed MIT. It adds 35 tokens to every session and 501 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.

Related

Other agents, from other repositories

debugger

Debugs errors, test failures, and unexpected behavior. Knows PromptScript architecture.

mrwogu/promptscript · 20 tokens

designer

Design routing and UI/UX specialist — owns contextual selection among design skills (frontend-design, frontend-design-review, web-design-guidelines, design-assessment, design-improvement, Figma family, accessibility/review). Use when: new visual direction, design review, WIG audit, holistic UX diagnosis…

ulises-jeremias/agent-toolkit · 78 tokens

helius-integration-specialist

Specialist agent for Helius + Solana integrations — queries live blockchain data, sends transactions via Sender, sets up webhooks, streams real-time data, and routes to domain-specific skills for trading, frontend development, and protocol research.

helius-labs/core-ai · 54 tokens

platform-engineer

Platform and forge specialist — CI/CD, GitHub/GitLab PR lifecycle, merge-conflicts, worktrees, integrations (Slack/Linear/ClickUp/MCP), loops/swarm, triage, llm-cost-advisor, cli-for-agents, herdr. Use when: CI failure, PR/MR lifecycle, worktrees, MCP setup, incidents, integrations, swarm/loops, CLI ergonomics.

ulises-jeremias/agent-toolkit · 88 tokens

architect

Software architecture and system design specialist. Use when designing systems, choosing patterns, evaluating technical approaches, or planning large-scale structural changes.

ulises-jeremias/agent-toolkit · 28 tokens

code-reviewer

Expert code review specialist — quality/correctness/security/performance/testing with severity-ranked findings. Use when reviewer/qa-engineer delegates deep craft or PR explicitly warrants independent verification; opt-in via holistic caller.

ulises-jeremias/agent-toolkit · 45 tokens