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 -y skills add eskyee/agentbot-opensource --skill get-api-docsInstalls into the current project.
Run `npx skills use "https://github.com/eskyee/agentbot-opensource" --skill "eskyee/agentbot-opensource/get-api-docs"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/eskyee/agentbot-opensource" that are relevant to the current task. Run `npx skills add "https://github.com/eskyee/agentbot-opensource"` and select the relevant skills, then follow their instructions.