Skip to main content
Back to registry

context7

intellectronica/agent-skills

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.

Installs3
Install command
npx skills add https://github.com/intellectronica/agent-skills --skill context7
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
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. To find the Context7 library ID, query the search endpoint: Parameters: Response fields: To retrieve documentation, use the library ID from step 1: Parameters: - 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/react_dev_reference ) - 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 - query (required): The specific topic to retrieve documentation for - type (optional): Response format - json (default) or txt (plain text, more readable) - Use type=txt for more readable output - Use jq to filter and format JSON responses - Be specific with the query parameter to improve relevance ranking - If the first search result is not correct, check additional results in the array - URL-encode query parameters containing spaces (use + or %20 ) - No API key is required for basic usage (rate-limited)

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does context7 do?

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.

Is context7 good?

context7 does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does context7 work with?

context7 currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to context7?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install context7?

npx skills add https://github.com/intellectronica/agent-skills --skill context7

Related skills

More from intellectronica/agent-skills

Related skills

Alternatives in Software Engineering