Loading...
Loading...
Use this skill when you need documentation for a third-party library, SDK, or API before writing code that uses it — for example, "use the OpenAI API", "call the Stripe API", "use the Anthropic SDK", "query Pinecone", or any time the user asks you to write code against an external service and you need current API reference. Fetch the docs with chub before answering, rather than relying on training knowledge.
npx skill4agent add andrewyng/context-hub get-api-docschubchub search "<library name>" --jsonidopenai/chatanthropic/sdkstripe/apichub get <id> --lang py # or --lang js, --lang ts--langchub annotate <id> "Webhook verification requires raw body — do not parse before verifying"chub getchub feedback <id> up # doc worked well
chub feedback <id> down --label outdated # doc needs updatingoutdatedinaccurateincompletewrong-exampleswrong-versionpoorly-structuredaccuratewell-structuredhelpfulgood-examples| Goal | Command |
|---|---|
| List everything | |
| Find a doc | |
| Exact id detail | |
| Fetch Python docs | |
| Fetch JS docs | |
| Save to file | |
| Fetch multiple | |
| Save a note | |
| List notes | |
| Rate a doc | |
chub search<author>/<name>--lang