get-api-docs

Search and fetch API documentation with chub CLI.

11|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/nrl-ai/chub --skill get-api-docs-nrl-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-api-docs
Source: https://github.com/nrl-ai/chub/tree/main/skills/get-api-docs
Command: npx skills add https://github.com/nrl-ai/chub --skill get-api-docs-nrl-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation for third-party libraries and APIs is often out of date or hard to find, leading to incorrect implementations.

Core Features & Use Cases

  • Discovery: search for the best-matching API docs using the chub CLI.
  • Retrieval: fetch docs with chub get and choose the language variant (py/js/ts) as needed.
  • Quick integration: use the fetched docs to implement integration code with confidence and annotate findings for future sessions.

Quick Start

Fetch the latest OpenAI API docs and start coding with the most up-to-date reference.

Frequently Asked Questions about get-api-docs

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

FAQPage Schema
How do I fetch current API docs for a specific library or service?

Use the chub search CLI to locate the best-matching document ID, then run chub get with that ID to retrieve the up-to-date API reference for your implementation.

Can I retrieve API documentation in a specific programming language variant?

You can retrieve API documentation in specific language variants by passing the optional --lang parameter with values like py, js, or ts when executing the chub get command.

What is the best way to find up-to-date SDK reference docs for coding?

The best way to find up-to-date SDK reference docs is using chub search to discover the best-matching doc ID, fetching it with chub get, and annotating findings to ensure future sessions retain accurate implementation details.

Why does outdated API documentation cause incorrect library implementations?

Outdated API documentation causes incorrect implementations because developers rely on deprecated endpoints or parameters, making it critical to fetch current docs via chub get to ensure accurate integration details.

Does chub search support annotating API docs for future coding sessions?

Yes, chub supports annotating and providing feedback on fetched API docs, allowing you to rate documentation quality and improve retrieval results for future coding sessions.