← Back to Skills Marketplace
10342
Downloads
18
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install context7
Description
Context7 MCP - Intelligent documentation search and context for any library
Usage Guidance
Install only if you are comfortable sending documentation search terms and questions to Context7. Use a dedicated Context7 API key, keep any .env file out of source control and logs, rotate the key if exposed, and avoid putting credentials, proprietary code, private URLs, or customer data into queries.
Capability Analysis
Type: OpenClaw Skill
Name: context7
Version: 1.0.3
The skill is designed to query the Context7 API for documentation, which aligns with its stated purpose. The `query.ts` script reads an API key from environment variables or a local `.env` file and uses it to authenticate requests to `https://context7.com` endpoints. There is no evidence of data exfiltration to unauthorized destinations, malicious code execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`. While the `package-lock.json` reveals dependencies like `cross-spawn` and web server frameworks (`express`, `hono`) within the `mcp-client` SDK, these are not directly utilized in a harmful way by the provided `query.ts` script, nor are there instructions for the agent to misuse them. The overall behavior is consistent with a legitimate API client.
Capability Assessment
Purpose & Capability
The stated purpose, skill instructions, and query.ts implementation align: it searches Context7 libraries and retrieves documentation context from documented context7.com API endpoints.
Instruction Scope
The skill clearly shows that library names and user queries are sent to Context7, but users should avoid including secrets, private code, internal URLs, or customer data in those queries.
Install Mechanism
Installation is user-directed through npm and a local TypeScript CLI. The dependency set is larger than the CLI directly uses, but no install-time script or hidden execution path was found in the artifact metadata reviewed.
Credentials
The CLI reads CONTEXT7_API_KEY from the environment or a same-directory .env file and sends it as a Bearer token only to Context7 API endpoints, which is proportionate for an authenticated API client.
Persistence & Privilege
No background service, autostart, destructive action, broad local indexing, privilege escalation, or account mutation is present. The only persistence described is the user-created local .env credential file.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install context7 - After installation, invoke the skill by name or use
/context7 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Added best practices section for search, context, versioning, and quality filtering
v1.0.2
Added search command and updated documentation
v1.0.1
Added .gitignore to protect API keys, published local customizations
v1.0.0
Initial release: CLI wrapper for Context7 MCP endpoint providing up-to-date library documentation and API examples
Metadata
Frequently Asked Questions
What is Context7 MCP?
Context7 MCP - Intelligent documentation search and context for any library. It is an AI Agent Skill for Claude Code / OpenClaw, with 10342 downloads so far.
How do I install Context7 MCP?
Run "/install context7" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Context7 MCP free?
Yes, Context7 MCP is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Context7 MCP support?
Context7 MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Context7 MCP?
It is built and maintained by Seth Rose (@thesethrose); the current version is v1.0.3.
More Skills