context7

Context7 Documentation Fetcher

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "context7" with this command: npx skills add am-will/codex-skills/am-will-codex-skills-context7

Context7 Documentation Fetcher

Retrieve current library documentation via Context7 API.

IMPORTANT: CONTEXT7_API_KEY IS STORED IN THE .env FILE IN THE SKILL FOLDER THAT THE CONTEXT7 SKILL IS INSTALLED IN. SEARCH FOR IT THERE. .env FILES ARE HIDDEN FILES.

Example: ~/.agents/skills/context7/.env ~/.claude/skills/context7/.env

Workflow

  1. Search for the library

python3 ~/.codex/skills/context7/scripts/context7.py search "<library-name>"

Example:

python3 ~/.codex/skills/context7/scripts/context7.py search "next.js"

Returns library metadata including the id field needed for step 2.

  1. Fetch documentation context

python3 ~/.codex/skills/context7/scripts/context7.py context "<library-id>" "<query>"

Example:

python3 ~/.codex/skills/context7/scripts/context7.py context "/vercel/next.js" "app router middleware"

Options:

  • --type txt|md

  • Output format (default: txt)

  • --tokens N

  • Limit response tokens

Quick Reference

Task Command

Find React docs search "react"

Get React hooks info context "/facebook/react" "useEffect cleanup"

Find Supabase search "supabase"

Get Supabase auth context "/supabase/supabase" "authentication row level security"

When to Use

  • Before implementing any library-dependent feature

  • When unsure about current API signatures

  • For library version-specific behavior

  • To verify best practices and patterns

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

frontend-design

No summary provided by upstream source.

Repository SourceNeeds Review
1.3K-am-will
Coding

frontend responsive design standards

No summary provided by upstream source.

Repository SourceNeeds Review
1.2K-am-will
Coding

planner

No summary provided by upstream source.

Repository SourceNeeds Review
1.2K-am-will
Coding

read-github

No summary provided by upstream source.

Repository SourceNeeds Review
1.2K-am-will