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 skills add Drchronx/ai-agent-research-starter-kit --skill claude-apigit clone --depth 1 https://github.com/Drchronx/ai-agent-research-starter-kitWrote 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/drchronx/ai-agent-research-starter-kit/claude-api)<a href="https://agentmods.dev/skills/drchronx/ai-agent-research-starter-kit/claude-api"><img src="https://agentmods.dev/badge/skills/drchronx/ai-agent-research-starter-kit/claude-api/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/drchronx/ai-agent-research-starter-kit/claude-api"><img src="https://agentmods.dev/badge/skills/drchronx/ai-agent-research-starter-kit/claude-api.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00084 | $0.04905 |
| Opus 5 | $0.00042 | $0.02452 |
| Sonnet 5 | $0.00017 | $0.00981 |
| Haiku 4.5 | $0.00008 | $0.00490 |
Grade A, and why
claude-api 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 8d 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.
- Suggest cURL/raw HTTP examples from `curl/` and note that community SDKs may exist The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
26 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.
- csharp/claude-api.md 14 KB
- curl/examples.md 6.3 KB
- go/claude-api.md 14 KB
- java/claude-api.md 15 KB
- LICENSE.txt 11 KB
- php/claude-api.md 11 KB
- python/agent-sdk/patterns.md 9.0 KB
- python/agent-sdk/README.md 12 KB
- python/claude-api/batches.md 5.0 KB
- python/claude-api/files-api.md 3.9 KB
- python/claude-api/README.md 12 KB
- python/claude-api/streaming.md 5.1 KB
- python/claude-api/tool-use.md 17 KB
- ruby/claude-api.md 2.9 KB
- shared/error-codes.md 6.9 KB
- shared/live-sources.md 10 KB
- shared/models.md 6.9 KB
- shared/prompt-caching.md 7.2 KB
- shared/tool-use-concepts.md 15 KB
- typescript/agent-sdk/patterns.md 4.6 KB
- typescript/agent-sdk/README.md 11 KB
- typescript/claude-api/batches.md 2.5 KB
- typescript/claude-api/files-api.md 2.2 KB
- typescript/claude-api/README.md 9.6 KB
- typescript/claude-api/streaming.md 5.5 KB
- typescript/claude-api/tool-use.md 15 KB
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.
- 8d ago First seen · 263 lines · 84 tokens per session scan A bdbd2080d675
claude-api is a skill published in the GitHub repository Drchronx/ai-agent-research-starter-kit (92 stars, last pushed 3mo ago), with no licence file. It adds 84 tokens to every session and 4,905 once invoked, about $0.0004 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-09-03.
Other skills, from other repositories
ax-signature
This skill helps an LLM generate correct DSPy signature code using @ax-llm/ax. Use when the user asks about signatures, s(), f(), field types, string syntax, fluent builder API, validation constraints, or type-safe inputs/outputs.
ax-cpp-gepa
Use when writing C++ code with axllm for GEPA, Pareto tradeoffs, reflection clients, metric budgets, optimizer state, and artifacts.
model-context
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
ai-sdk
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI…
ax-python-gen
Use when writing Python code with axllm for AxGen programs, forward calls, indexed multi-sampling, result pickers, streaming, tools, assertions, traces, usage, and output parsing.
build-mcp-server
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.