context7
Context7 retrieves software library documentation and code examples by querying the Context7 API.
Is context7 safe to install?
Review the source first: our audit of context7's source files found 8 shell commands, 2 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands and performs network requests to external API endpoints.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and AI agents requiring current documentation for software libraries and frameworks.
What can you do with it?
- Retrieving documentation for programming libraries
- Finding code examples for specific APIs
- Verifying correct usage of library functions
- Obtaining current information about library APIs
How good is this skill?
Quality score: 5/10. The documentation provides clear instructions, specific command examples, and parameter definitions.
What does the skill file contain?
# Context7 ## Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. ## Workflow ### Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: ```bash curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' ``` **Parameters:** - `libraryName` (required): The library name to search for (e.g., "react", "nextjs", "fastapi", "axios") - `query` (required): A desc...
Frequently asked questions
Does the skill require an API key?
No, the Context7 API does not require an API key for basic usage, though it is rate-limited.
How do I get more readable output?
Set the type parameter to txt in the context API request.
What should I do if the first search result is incorrect?
Check additional results in the returned array from the search endpoint.
Related skills
skill-creator
301.8KUsers who want to create, edit, or optimize AI agent skills, ranging from those new to coding to experienced developers
The skill-creator provides a structured workflow for developing, testing, and refining AI agent skills. It guides users through intent capture, skill drafting, iterative evaluation using subagents, and performance benchmarking.
github-actions-docs
264.6KDevelopers and DevOps engineers working with GitHub Actions workflows
The github-actions-docs skill provides grounded answers to GitHub Actions queries by retrieving information from official GitHub documentation. It assists with workflow syntax, security, migration, and runner configuration.
brainstorming
256.4KDevelopers and project managers who need to define requirements, architecture, and design for software projects before writing code
A structured brainstorming framework that guides users through project exploration, design proposal, and specification before implementation. It enforces a strict design-first workflow, requiring user approval for designs and documentation before transitioning to the writing-plans skill.
paper-context-resolver
140.4KDevelopers and researchers performing deep learning repository reproduction who encounter specific technical ambiguities in documentation
The paper-context-resolver skill provides targeted information from research papers to resolve specific gaps in deep learning repository reproduction. It focuses on technical details like dataset splits, preprocessing steps, evaluation protocols, checkpoint mappings, and runtime assumptions.