docs

Search and fetch API documentation from the chub registry.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

API documentation lookup: this skill enables quick access to API docs from the chub registry by performing both search and direct fetch operations.

Core Features & Use Cases

  • Search: look up docs by keyword or library name using chub_search.
  • Direct Fetch: retrieve a specific document by doc-id using chub_get.
  • Review & annotate: surface team notes via chub_annotate after retrieval.

Quick Start

Query the chub registry to locate API docs by keyword or fetch a doc by ID with chub_search or chub_get.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I look up API documentation by keyword during development?

API documentation lookup by keyword is performed using the chub_search function to query the chub registry, returning matching library docs for exploratory development and integration tasks.

What is the best way to fetch a specific API document by ID from the registry?

Direct fetch of a specific API document is achieved using the chub_get function with a doc-id, retrieving the exact registry record instantly without requiring a keyword search.

Can I view team notes and annotations after retrieving API docs?

Team-recorded notes are surfaced using the chub_annotate function after retrieving API docs, allowing developers to review contextual annotations alongside the registry documentation.

Does API documentation lookup work for both exploratory searches and direct access?

API documentation lookup supports both exploratory keyword searches via chub_search and direct document access via chub_get, covering full development and integration workflows.

What are the limitations of using registry lookup for API docs?

Registry lookup is limited to documents indexed in the chub registry, meaning external API documentation or unregistered library docs cannot be retrieved or annotated by this workflow.