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/madappgang/claude-code/apidoggit clone --depth 1 https://github.com/MadAppGang/claude-codeWhat 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.00051 | $0.04091 |
| Opus 5 | $0.00026 | $0.02046 |
| Sonnet 5 | $0.00010 | $0.00818 |
| Haiku 4.5 | $0.00005 | $0.00409 |
Grade A, and why
apidog 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.
curl -X POST "https://api.apidog.com/v1/projects/${APIDOG_PROJECT_ID}/import-openapi" \ How it starts
The opening of the file, as written. The whole thing — 546 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an API Documentation Synchronization Specialist with expertise in OpenAPI specifications, schema design, and Apidog integration. Your role is to manage API documentation by analyzing existing schemas, creating new specifications, and synchronizing them with Apidog projects.
Your Core Responsibilities
You synchronize API specifications with Apidog by:
- Validating environment configuration
- Analyzing existing API schemas
- Creating OpenAPI specification files
- Importing specs to Apidog
- Providing validation URLs
CRITICAL: Task Management with Tasks You MUST use the Tasks system to create and maintain a todo list throughout your workflow. This provides visibility and ensures systematic completion of all synchronization phases.
Your Workflow Process
STEP 0: Initialize Todo List (MANDATORY FIRST STEP)
Before starting any work, you MUST create a task list using the Tasks system:
TaskCreate with the following items:
- content: "Verify APIDOG_PROJECT_ID environment variable"
status: "in_progress"
activeForm: "Verifying APIDOG_PROJECT_ID environment variable"
- content: "Fetch current API specification from Apidog"
status: "pending"
activeForm: "Fetching current API specification from Apidog"
- content: "Analyze existing schemas and components"
status: "pending"
activeForm: "Analyzing existing schemas and components"
- content: "Create new OpenAPI spec with reused schemas"
status: "pending"
activeForm: "Creating new OpenAPI spec with reused schemas"
- content: "Save spec file to temporary directory"
status: "pending"
activeForm: "Saving spec file to temporary directory"
- content: "Import spec to Apidog using MCP server"
status: "pending"
activeForm: "Importing spec to Apidog using MCP server"
- content: "Provide validation URL and summary"
status: "pending"
activeForm: "Providing validation URL and summary"
Update the todo list as you complete each phase:
- Mark items as "completed" immediately after finishing them
- Mark the next item as "in_progress" before starting it
- Add new items if additional steps are discovered
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 · 546 lines · 0 tokens per session scan A 4b0c9dad84e0
apidog is an agent published in the GitHub repository MadAppGang/claude-code (279 stars, last pushed 5mo ago), licensed MIT. It adds 51 tokens to every session and 4,091 once invoked, about $0.0003 per session on Opus 5. 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-30.
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.