context7
Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be u…
What it does
- libraryName (required): The library name to search for (e.g., "react", "nextjs", "fastapi", "axios")
- query (required): A description of the topic for relevance ranking
- id: Library identifier for the context endpoint (e.g., /websites/reactdevreference)
- title: Human-readable library name
- description: Brief description of the library
- totalSnippets: Number of documentation snippets available
- libraryId (required): The library ID from search results
Requirements & configuration
- No API key is required for basic usage (rate-limited)
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.
Source
Repository: https://github.com/intellectronica/agent-skills
context7 FAQ
What does the context7 skill do?
Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training. libraryName (required): The library name to search for (e.g., "react", "nextjs", "fastapi", "axios") query (required): A description of the topic for relevance ranking
What does context7 require?
No API key is required for basic usage (rate-limited)
How do I install context7?
Run: npx -y skills add https://github.com/intellectronica/agent-skills --skill context7 --agent claude-code — the source lives at github.com/intellectronica/agent-skills.
Maintain context7?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/intellectronica-agent-skills-context7?ref=badge) npx agentictools info skills/intellectronica-agent-skills-context7 The second line is the CLI lookup for this page — handy in READMEs and docs.