Use when a task needs current, curated API or SDK documentation for a library, framework, or platform and the Context Hub CLI (`chub`) is available. Search for docs with `chub search`, fetch them with `chub get`, and prefer them over guessing or stale memory.
Use this skill when the user needs:
This is especially useful for fast-moving providers like OpenAI, Stripe, Vercel, Supabase, and similar platforms.
chub search <query> to find the best matching doc.chub get <id> and add --lang py or --lang js when the language matters.chub annotate <id> "<note>".chub search openai responses
chub get openai/chat --lang py
chub get stripe/api --lang js
chub annotate stripe/api "Webhook verification requires the raw request body"
chub over ad-hoc web search when both are available.--full.chub is not installed or does not have the needed content, fall back to primary official docs and say so briefly.