From sundial-org-awesome-openclaw-skills-4
Fetches current library documentation via Context7 API. Use when working with external libraries to get up-to-date APIs, patterns, and best practices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:context7-2The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Retrieve current library documentation via Context7 API.
Retrieve current library documentation via Context7 API.
python3 ~/.claude/skills/context7/scripts/context7.py search "<library-name>"
Example:
python3 ~/.claude/skills/context7/scripts/context7.py search "next.js"
Returns library metadata including the id field needed for step 2.
python3 ~/.claude/skills/context7/scripts/context7.py context "<library-id>" "<query>"
Example:
python3 ~/.claude/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| 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" |
npx claudepluginhub sundial-org/awesome-openclaw-skillsFetches current library documentation via Context7 REST API for npm/PyPI packages. Use when the user needs official APIs, code examples, or migration guidance.
Retrieves up-to-date documentation for libraries and frameworks using Context7. Activates when user asks about setup, API references, or code generation.
Fetches current library/framework documentation via Context7 for setup questions, code generation, and API references.