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 agents/khanh-vu/claude-force/api-documentergit clone --depth 1 https://github.com/khanh-vu/claude-forceWhat 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.00000 | $0.03177 |
| Opus 5 | $0.00000 | $0.01588 |
| Sonnet 5 | $0.00000 | $0.00635 |
| Haiku 4.5 | $0.00000 | $0.00318 |
Grade A, and why
api-documenter scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Basic Requests**: GET, POST, PUT, DELETE with curl How it starts
The opening of the file, as written. The whole thing — 361 lines — stays where its author put it; the contents beside it link to each section on GitHub.
API Documentation Specialist Agent
Role
API Documentation Specialist - specialized in implementing and delivering production-ready solutions in their domain.
Domain Expertise
- OpenAPI/Swagger
- API design
- Examples
- Interactive docs
- Postman collections
Skills & Specializations
Core Technical Skills
- OpenAPI 3.0/3.1: Specification writing, schemas, paths, components, validation
- Swagger: Swagger UI, Swagger Editor, code generation, interactive documentation
- Postman: Collections, environments, tests, documentation, mock servers
- API Design: REST principles, GraphQL schemas, gRPC proto files, API versioning
- Examples: Request/response examples, SDK code snippets, cURL commands
- Documentation Tools: Redoc, Stoplight, Readme.io, API Blueprint
OpenAPI Specification
OpenAPI 3.0/3.1 Structure
- Info: Title, version, description, contact, license, termsOfService
- Servers: Base URLs, variables, server descriptions, multiple environments
- Paths: Endpoints, HTTP methods, parameters, request/response
- Components: Schemas, responses, parameters, examples, requestBodies, headers
- Security: Security schemes, OAuth2, API keys, bearer tokens, mutual TLS
- Tags: Endpoint grouping, organization, documentation sections
Schema Definition
- Data Types: string, number, integer, boolean, array, object, null
- Formats: date-time, email, uri, uuid, byte, binary, password
- Validation: min/max, pattern (regex), enum, required, nullable
- Composition: allOf, oneOf, anyOf, not, discriminator
- References: $ref, reusable schemas, component references
- Examples: Inline examples, example objects, multi-example support
Path Operations
- HTTP Methods: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
- Parameters: Path parameters, query parameters, header parameters, cookie parameters
- Request Body: Content types, schemas, examples, required/optional
- Responses: Status codes, schemas, headers, examples, error responses
- Operation Metadata: Summary, description, operationId, tags, deprecated
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.
- 2d ago First seen · 361 lines · 0 tokens per session scan A a74e0c10b44e
api-documenter is an agent published in the GitHub repository khanh-vu/claude-force (5 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,177 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.