Context7 Documentation Skill

v1.0.0

Fetches up-to-date, version-specific documentation and code examples for any programming library or framework from Context7. Use this skill when the user nee...

0· 553·2 current·2 all-time
byJay Lane@jaylane
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included scripts and API reference: the two shell scripts call https://context7.com/api/search and /context to resolve library IDs and fetch docs. Required tools (curl, jq) and the optional CONTEXT7_API_KEY are exactly what a docs-lookup integration would need.
Instruction Scope
SKILL.md and the scripts only instruct the agent to make HTTP POST requests to Context7 endpoints with user queries/library IDs. They do not read local files, other environment variables, or system configuration, and they explicitly warn not to include secrets in queries.
Install Mechanism
No install spec — instruction-only with included shell scripts. No downloads or archive extraction; nothing is written to disk beyond using the provided scripts. Risk from installation is low.
Credentials
No required environment variables; a single optional CONTEXT7_API_KEY is declared and clearly justified for rate-limiting. The skill does not request unrelated credentials or access to other config paths.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always: false) and does not modify other skills or system settings. It can be invoked autonomously (platform default), which is appropriate for this kind of integration.
Assessment
This skill appears coherent and limited to calling Context7's API for documentation. Before installing, confirm you trust the Context7 domain and the skill owner; avoid sending any secrets or private code in queries (the SKILL.md already warns about this). If you plan to use sensitive or proprietary code, do not include it in queries to external services. Optionally set a CONTEXT7_API_KEY for higher rate limits and review Context7's privacy policy or the upstream GitHub repo if you want additional assurance.

Like a lobster shell, security has layers — review code before you run it.

latestvk97779rncect5y3whnys8tm8rx81dspy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments