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/cookiemonsterdev/agents-skills/fastapi-docsnpx skills add cookieMonsterDev/agents-skills --skill fastapi-docsgit clone --depth 1 https://github.com/cookieMonsterDev/agents-skillsWhat 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.00087 | $0.01189 |
| Opus 5 | $0.00044 | $0.00594 |
| Sonnet 5 | $0.00017 | $0.00238 |
| Haiku 4.5 | $0.00009 | $0.00119 |
Grade A, and why
fastapi-docs 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.
How it starts
The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
FastAPI questions are easy to answer from stale memory or Flask/Django assumptions. Use this skill to ground answers in the official FastAPI documentation and return the closest authoritative page instead of generic Python web advice.
When to Use
Use this skill when the request is about:
- FastAPI concepts, path operations, routing, and application structure
- Request parameters, body models, response models, and validation with Pydantic
- Dependencies (
Depends,Security), sub-dependencies, and dependency injection - Authentication, OAuth2, JWT, HTTP Basic, and security utilities
- Middleware, CORS, exception handlers, and custom responses
- Background tasks, lifespan events, WebSockets, and streaming/SSE
- SQL databases, testing with
TestClient, and deployment with Uvicorn - OpenAPI schema, Swagger UI, ReDoc, and API metadata
- Advanced topics: mounts, proxies, templates, static files, and async tests
Do not use this skill for:
- Django ORM, admin, or URLconf patterns. Use
django-docsinstead. - Flask blueprints, WSGI context, or Jinja-first apps. Use
flask-docsinstead. - Starlette internals unless the question is about FastAPI's documented Starlette integration.
- Pydantic-only questions with no FastAPI context unless the docs page is linked from FastAPI guides.
Workflow
1. Classify the request
Decide which bucket the question belongs to before searching:
- Getting started, installation, and first steps
- Tutorial: parameters, bodies, validation, and responses
- Dependencies and security
- Middleware, CORS, and error handling
- Databases, testing, and deployment
- Advanced: WebSockets, lifespan, mounts, proxies, templates
- API reference (
FastAPI,APIRouter,Depends, etc.) - How-to recipes and migration guides
If you need a quick starting point, load references/topic-map.md and jump to the closest section.
2. Search official FastAPI docs first
- Treat
fastapi.tiangolo.comas the source of truth for FastAPI. - Prefer pages under https://fastapi.tiangolo.com/.
- Search with the user's exact terms plus focused FastAPI phrases such as
Depends,APIRouter,response_model,HTTPException,lifespan, orTestClient. - When multiple pages are plausible, compare 2-3 candidate pages and pick the one that most directly answers the user's question.
- For Pydantic v2 migration questions, check the Pydantic v1 to v2 recipe before answering from older patterns.
What ships with it
2 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.
- 2d ago First seen · 104 lines · 87 tokens per session scan A 16b7c04c8ba5
fastapi-docs is a skill published in the GitHub repository cookieMonsterDev/agents-skills (4 stars, last pushed 13d ago), licensed MIT. It adds 87 tokens to every session and 1,189 once invoked, about $0.0004 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
agent-platform-model-registry
Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.
bigquery-ai-ml
Leverages BigQuery's built-in machine learning and GenAI capabilities for advanced data analytics. Use when you need to write SQL queries that perform time-series forecasting, predict values, detect outliers or anomalies, find key drivers, perform semantic search or vector search, classify text, calculate similarity…
edge-to-edge
Use this skill to migrate your Jetpack Compose app to add adaptive edge-to-edge support and troubleshoot common issues. Use this skill to fix UI components (like buttons or lists) that are obscured by or overlapping with the navigation bar or status bar, fix IME insets, and fix system bar legibility.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
referral-program
When the user wants to design, launch, or optimize an in-app referral / invite / share-to-earn program — including reward structure, mechanics, fraud prevention, deep link setup, and viral coefficient measurement. Use when the user mentions "referral program", "invite a friend", "refer and earn", "share to earn"…
apple-search-ads
When the user wants to set up, optimize, or scale Apple Search Ads (ASA) campaigns — including keyword bidding, match types, campaign structure, Creative Product Sets, CPP routing, and ROAS optimization. Use when the user mentions "Apple Search Ads", "ASA", "Search Ads", "Search tab ads", "Today tab ads", "CPT"…