Queries Context7 library documentation via unified Python CLI. Use when resolving library IDs, fetching API references, code examples, or conceptual guides for any programming library or framework.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add mattnigh/skills_collection --skill collection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Collection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mattnigh-collection-50341f4c)More formats (shields.io, HTML) on the badges page.
---
name: context7-tools
type: complex
depth: base
description: >-
Queries Context7 library documentation via unified Python CLI. Use when
resolving library IDs, fetching API references, code examples, or conceptual
guides for any programming library or framework.
---
# [H1][CONTEXT7-TOOLS]
>**Dictum:** *Two-step resolution ensures accurate documentation retrieval.*
<br>
Query Context7 library documentation via unified Python CLI.
[IMPORTANT] Commands require arguments. First `resolve`, then `docs`.
```bash
# Resolve library name → ID
uv run .claude/skills/context7-tools/scripts/context7.py resolve --library "react"
# Fetch documentation by resolved ID
uv run .claude/skills/context7-tools/scripts/context7.py docs --library-id "/facebook/react"
# Apply topic filter
uv run .claude/skills/context7-tools/scripts/context7.py docs --library-id "/facebook/react" --topic "hooks"
# Set custom token limit
uv run .claude/skills/context7-tools/scripts/context7.py docs --library-id "/vercel/next.js" --tokens 10000
```
---
## [1][OUTPUT]
Commands return: `{"status": "success|error", ...}`.
| [INDEX] | [CMD] | [RESPONSE] |
| :-----: | --------- | -------------------------------------- |
| [1] | `resolve` | `{library: string, matches: object[]}` |
| [2] | `docs` | `{library_id: string, docs: object}` |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!