context7-cli
Installation
SKILL.md
Usage
# Search for libraries
context7-cli search react "how to use hooks"
# Get documentation (use library ID from search)
context7-cli docs /vercel/next.js "middleware authentication"
# With specific version
context7-cli docs /vercel/next.js/v14.3.0 "app router"
# JSON output
context7-cli search --json react "hooks" | jq '.results[0].id'
context7-cli docs --json /vercel/next.js "routing"
# With explicit API key
context7-cli -k "ctx7sk_xxx" search react "hooks"
Related skills
More from mic92/mics-skills
gmaps-cli
Search for places and get directions using Google Maps. Use for finding locations, nearby places, and route planning.
10db-cli
Search Deutsche Bahn train connections. Use for finding train routes, schedules, and travel times in Germany.
1browser-cli
Control Firefox browser from the command line. Use for web automation, scraping, testing, or any browser interaction tasks.
1calendar-cli
Manage calendar events and send meeting invitations. Use for listing, creating, editing, deleting events and sending/replying to invites.
1