context7-mcp-skill
Context7 Skill
Use this skill to query library documentation and code examples.
Prerequisites
uxcskill is installed (see uxc skill for installation)- Network access to
https://mcp.context7.com/mcp
Core Workflow
-
Use fixed link command by default:
command -v context7-mcp-cli- If missing, create it:
uxc link context7-mcp-cli mcp.context7.com/mcp context7-mcp-cli -h- If command conflict is detected and cannot be safely reused, stop and ask skill maintainers to pick a different fixed command name.
-
Resolve a library name to get library ID:
context7-mcp-cli resolve-library-id libraryName=react query='useState hook'
-
Query documentation:
context7-mcp-cli query-docs libraryId=/reactjs/react.dev query='how to use useState'
Available Tools
- resolve-library-id: Resolve a package/library name to Context7 library ID
- query-docs: Query documentation and code examples for a specific library
Usage Examples
Find React documentation
# First resolve the library
context7-mcp-cli resolve-library-id libraryName=react query='React useState hook'
Query specific documentation
context7-mcp-cli query-docs '{"libraryId":"/reactjs/react.dev","query":"how to use useEffect"}'
Query Node.js documentation
context7-mcp-cli resolve-library-id libraryName=node query='file system'
Notes
- Requires library name first, then use the returned libraryId for queries
- Context7 provides version-specific, up-to-date documentation
- Supports npm packages, Python libraries, and more
context7-mcp-cli <operation> ...is equivalent touxc mcp.context7.com/mcp <operation> ....- If link setup is temporarily unavailable, use direct
uxc mcp.context7.com/mcp ...calls as fallback.
Reference Files
- Workflow details:
references/usage-patterns.md
More from holon-run/uxc
chrome-devtools-mcp-skill
Use Chrome DevTools MCP through UXC over local stdio for page navigation, DOM/a11y snapshots, network inspection, console inspection, and performance tooling, with a live-browser autoConnect default and optional browserUrl or isolated fallback modes.
53playwright-mcp-skill
Run browser automation through @playwright/mcp over UXC stdio MCP, with daemon-friendly session reuse and safe action guardrails. Use when tasks need deterministic page navigation, DOM snapshots, and scripted browser interaction from CLI.
49uxc
Discover and call remote schema-exposed interfaces with UXC. Use when an agent or skill needs to list operations, inspect operation schemas, and execute OpenAPI, GraphQL, gRPC, MCP, or JSON-RPC calls via one CLI contract.
44dune-mcp-skill
Use Dune MCP through UXC for blockchain table discovery, SQL query creation/execution, execution result retrieval, and visualization with help-first schema inspection, explicit auth binding, and guarded credit-consuming operations.
28etherscan-mcp-skill
Use Etherscan MCP through UXC for address balance checks, token holder analysis, transaction inspection, and contract lookup tasks. Use when tasks need Etherscan MCP tools for onchain investigation with help-first schema inspection, bearer-key auth, and tier-aware read-first handling.
25linear-graphql-skill
Operate Linear workspace issues, projects, and teams through Linear GraphQL API using UXC. Use when tasks require querying or creating issues, managing projects, or interacting with Linear workflow. Supports both Personal API Key and OAuth authentication.
25