skills/context7-mcp-skill/SKILL.md
Query up-to-date library documentation and code examples using Context7 MCP. Use when you need current, version-specific documentation for npm packages, Python libraries, or other programming languages.
npx skillsauth add holon-run/uxc context7-mcp-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to query library documentation and code examples.
uxc skill is installed (see uxc skill for installation)https://mcp.context7.com/mcpUse fixed link command by default:
command -v context7-mcp-cliuxc link context7-mcp-cli mcp.context7.com/mcpcontext7-mcp-cli -hResolve 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'# First resolve the library
context7-mcp-cli resolve-library-id libraryName=react query='React useState hook'
context7-mcp-cli query-docs '{"libraryId":"/reactjs/react.dev","query":"how to use useEffect"}'
context7-mcp-cli resolve-library-id libraryName=node query='file system'
context7-mcp-cli <operation> ... is equivalent to uxc mcp.context7.com/mcp <operation> ....uxc mcp.context7.com/mcp ... calls as fallback.references/usage-patterns.mddevelopment
Operate Feishu or Lark IM APIs through UXC with a curated OpenAPI schema, tenant-token bearer auth, and chat/message guardrails.
development
Operate X API v2 through UXC with the official OpenAPI schema, OAuth2 PKCE user-context auth, app-only bearer guidance, and read-first guardrails for timeline/bookmark/post workflows.
development
Operate GitHub REST API through UXC with the official OpenAPI schema, explicit gh-to-uxc auth import, and read-first guardrails for repo, issue, pull request, and event workflows.
development
Operate WhatsApp Business Platform Cloud API through UXC with a curated OpenAPI schema, bearer-token auth, and message/profile guardrails.