docs-search

A local documentation search tool for selected web frameworks, libraries, and AI models.

In plain words
What is it for?
Finding syntax, API signatures, examples, model capabilities, benchmarks, pricing, and routing information in its available documentation sets.
Why use it?
It helps avoid guessing API details or relying on outdated information when exact, version-specific guidance is needed.

Skill for Claude CodeCodex

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 skills/lolaplex/agents-docs/docs-search
Any agent
npx skills add Lolaplex/agents-docs --skill docs-search
Clone the repo
git clone --depth 1 https://github.com/Lolaplex/agents-docs

Made for: Claude Code, Codex.

Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 457 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.00101 $0.00457
Opus 5 $0.00051 $0.00229
Sonnet 5 $0.00020 $0.00091
Haiku 4.5 $0.00010 $0.00046

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

Security

Grade A, and why

docs-search 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.

skills/docs-search/SKILL.md · 28 lines

What it actually says

Docs Search Skill

Use this skill when you need accurate, version-specific framework syntax, API signatures, code examples, or up-to-date AI model capabilities, benchmarks, and routing suggestions.

How to use agents-docs

  1. First, check available documentation sets:
    • Tool: list_docsets()
  2. For Frameworks & Libraries:
    • Tool: search_docs(docset="svelte-5", query="$state runes")
    • Tool: search_docs(docset="fastapi", query="HTTPException status_code")
    • Tool: search_docs(docset="all", query="OAuth flow")
  3. For AI Models, LLMs, Benchmarks & Model Routing:
    • Tool: search_docs(docset="ai-models", query="best model for coding refactoring")
    • Tool: search_docs(docset="ai-models", query="claude 3.7 sonnet thinking reasoning")
    • Tool: search_docs(docset="ai-models", query="SWE-bench leaderboards")
    • Tool: search_docs(docset="ai-models", query="qwen 2.5 coder 32b hardware vram")
    • Tool: search_docs(docset="ai-models", query="pricing context window token limits")
  4. If a catalog docset is not installed, sync it in 1 second from the curated catalog:
    • Tool: sync_docset(name="ai-models") or sync_docset(name="svelte-5")
  5. Read the exact section snippet returned by search_docs and apply the verified specifications.
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 · 28 lines · 101 tokens per session scan A d737d55b6583

Subscribe to this mod's changes

docs-search is a skill published in the GitHub repository Lolaplex/agents-docs (2 stars, last pushed 10d ago), licensed MIT. It adds 101 tokens to every session and 457 once invoked, about $0.0005 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 skills, from other repositories

git-workflow-and-versioning

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump…

addyosmani/agent-skills · 74 tokens

spec-driven-development

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea. Use when a single requirement spans several independently testable capabilities and needs decomposing into a…

addyosmani/agent-skills · 67 tokens

idea-refine

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or…

addyosmani/agent-skills · 75 tokens

peon-ping-rename

Rename the current Claude session for peon-ping notifications and terminal tab title. Use when user wants to give this session a custom name like "/peon-ping-rename Auth Refactor". Call with no argument to reset to auto-detect.

PeonPing/peon-ping · 57 tokens

peon-ping-log

Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".

PeonPing/peon-ping · 64 tokens

init

Install or update OwnMem in the current repository. Use when the user asks to set up OwnMem, add local project memory for coding agents, or refresh an existing OwnMem installation after a version bump.

grpcer/ownmem · 43 tokens