context7
Installation
SKILL.md
Context7
Overview
The Context7 skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Preferred when training data may be outdated.
Workflow
Step 1: Search for the Library
Find the Context7 library ID by querying the search endpoint:
curl -s -H "Authorization: Bearer $CONTEXT7_API_KEY" "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]'
Parameters:
Related skills