← Back to Skills Marketplace
316
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install uxc-context7
Description
Query up-to-date library documentation and code examples using Context7 MCP. Use when you need current, version-specific documentation for npm packages, Pyth...
Usage Guidance
This skill appears internally consistent, but before installing consider: (1) queries are sent to https://mcp.context7.com/mcp — avoid sending proprietary secrets or license-restricted code unless you trust that service and your privacy policy; (2) the skill depends on the 'uxc' tool/link behavior — verify what 'uxc link' does in your environment before running it; (3) validate.sh requires 'rg' only for repo validation (not runtime). Also remember the agent can invoke the CLI autonomously, so review and restrict network access or agent permissions if you need tighter control.
Capability Analysis
Type: OpenClaw Skill
Name: uxc-context7
Version: 1.0.0
The OpenClaw skill 'context7' is designed to query library documentation via an external service (mcp.context7.com). All files, including SKILL.md and references/usage-patterns.md, clearly define the skill's purpose, its reliance on the `uxc` utility for command linking (`uxc link context7-mcp-cli mcp.context7.com/mcp`), and its explicit network communication with `https://mcp.context7.com/mcp`. There is no evidence of prompt injection attempts, data exfiltration, unauthorized command execution, or other malicious behaviors. The `scripts/validate.sh` even enforces documentation standards and prohibits certain potentially risky command patterns, indicating a focus on secure and controlled usage.
Capability Assessment
Purpose & Capability
Name/description, declared prerequisites (uxc skill + network access to mcp.context7.com), and the commands shown (context7-mcp-cli resolve-library-id / query-docs or uxc fallback) are coherent and proportional to the stated goal.
Instruction Scope
SKILL.md only instructs creating or using a fixed link command and calling the MCP endpoints to resolve library IDs and query docs. It does not ask the agent to read arbitrary system files, secrets, or send data to third-party endpoints other than mcp.context7.com.
Install Mechanism
No install spec — instruction-only skill — so nothing is downloaded or written by the skill itself. The only installation-related action is a documented use of the existing 'uxc link' command (uxc must be present).
Credentials
The skill requests no environment variables or credentials. The repository includes a validate.sh that requires 'rg' (ripgrep) for repository validation, but that is a development-time check and not a runtime credential requirement.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills' configurations. Normal autonomous invocation is allowed (disable-model-invocation: false) which is expected for skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install uxc-context7 - After installation, invoke the skill by name or use
/uxc-context7 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the context7 skill.
- Enables querying up-to-date, version-specific library documentation and code examples via Context7 MCP.
- Provides commands to resolve library IDs and fetch documentation for npm packages, Python libraries, and more.
- Includes setup and usage instructions, with CLI workflow and example queries.
- Requires the `uxc` skill and network access to mcp.context7.com/mcp.
Metadata
Frequently Asked Questions
What is UXC Context7?
Query up-to-date library documentation and code examples using Context7 MCP. Use when you need current, version-specific documentation for npm packages, Pyth... It is an AI Agent Skill for Claude Code / OpenClaw, with 316 downloads so far.
How do I install UXC Context7?
Run "/install uxc-context7" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is UXC Context7 free?
Yes, UXC Context7 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does UXC Context7 support?
UXC Context7 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created UXC Context7?
It is built and maintained by jolestar (@jolestar); the current version is v1.0.0.
More Skills