get-api-docs

Fetch third-party API documentation using the chub CLI.

14|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Eskyee/agentbot-opensource --skill get-api-docs-eskyee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-api-docs
Source: https://github.com/Eskyee/agentbot-opensource/tree/main/web/skills/get-api-docs
Command: npx skills add https://github.com/Eskyee/agentbot-opensource --skill get-api-docs-eskyee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires chub, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of finding accurate and current API documentation for third-party libraries, SDKs, or APIs when you need to integrate or interact with them before writing code.

Core Features & Use Cases

  • Fetch Documentation: Retrieve the latest API documentation for various services using the chub CLI.
  • Documentation ID Search: Find the correct documentation ID through the chub search command.
  • Language Selection: Fetch documentation in specific programming languages like Python, JavaScript, or TypeScript.
  • Annotate and Rate: Annotate documents with additional insights or rate them based on accuracy and usefulness.
  • Use Case: When you need to call an external API but cannot remember the specific endpoint or parameters.

Quick Start

Fetch the Python documentation for the OpenAI API by using the command: 'chub get openai/chat --lang py'.

Frequently Asked Questions about get-api-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve API documentation for third-party libraries and SDKs?

You can retrieve API documentation for third-party libraries and SDKs by using the `chub search` command to find the correct documentation ID, then fetching the specific details using the `chub get` command with the applicable programming language.

Can I fetch API documentation in specific programming languages like Python or JavaScript?

Yes, you can fetch API documentation in specific programming languages like Python, JavaScript, or TypeScript by appending the `--lang` flag, such as `--lang py`, to your `chub get` command to get language-specific SDK details.

What is the best way to find the correct documentation ID before fetching API docs?

The best way to find the correct documentation ID is by running the `chub search` command, which queries the repository to locate the exact identifier needed before you retrieve the target API documentation.

Do I need the chub CLI to access third-party API documentation?

Yes, you need the `chub` CLI installed because this Skill relies on it to query documentation repositories and retrieve the latest, most accurate information for your software integration and development tasks.

How can I annotate or rate API documents for additional insights?

You can annotate fetched documents with additional insights or rate them based on accuracy and usefulness directly through the Skill's interface, allowing you to maintain contextual notes for future software integration tasks.