cnb-docs

Retrieves official CNB platform documentation via llms.txt indexes and WebFetch.

3|1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/wopal-cn/wopal-space-ontology --skill cnb-docs-wopal-cn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cnb-docs
Source: https://github.com/wopal-cn/wopal-space-ontology/tree/main/skills/cnb-docs
Command: npx skills add https://github.com/wopal-cn/wopal-space-ontology --skill cnb-docs-wopal-cn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developers using the CNB cloud-native build platform often struggle to find accurate, up-to-date answers about code hosting, artifact repositories, pipelines, and AI assistants. This Skill queries the official CNB documentation site directly, eliminating guesswork and outdated information. ## Core Features & Use Cases - Indexed Documentation Lookup: Fetches the llms.txt index to locate relevant doc pages by keyword, then retrieves full page content. - Broad Coverage: Answers questions across code hosting, 12 artifact repository types (Docker, Maven, npm, PyPI, etc.), cloud-native builds, pipelines, OAuth, and AI assistant features. - Grounded Answers: Responds strictly based on official documentation with source links, never fabricating information. - Use Case: A user asks how to configure pipeline trigger rules in CNB. The Skill fetches the docs index, locates the pipeline syntax page, extracts the configuration examples, and presents them with the source link. ## Quick Start Ask how to configure a CNB pipeline trigger rule and get the official documentation answer with examples.

Frequently Asked Questions about cnb-docs

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

FAQPage Schema
How do I find CNB platform documentation for pipeline configuration?

The Skill fetches the CNB docs llms.txt index, matches your keywords to document paths, then retrieves the full page content. It extracts relevant pipeline syntax and trigger rule examples and presents them with the source link.

What topics does CNB official documentation cover?

CNB docs cover code hosting, 12 artifact repository types including Docker, Maven, npm and PyPI, cloud-native builds and pipelines, development environments, AI assistant features, OAuth authorization, badges, and Open API.

Does the CNB docs lookup work if the index has no matching page?

If the incremental llms.txt index yields no match, the Skill falls back to the llms-full.txt full-text document containing all documentation content. It can also combine multiple documents when one page is insufficient.

Why does the CNB docs URL need environment variables?

The documentation base URL is built from CNB_WEB_PROTOCOL and CNB_WEB_HOST environment variables, defaulting to https and cnb.cool. Echo these variables first to resolve the actual values before constructing request URLs.

Can answers from this Skill be trusted as accurate?

Answers are grounded strictly in official CNB documentation pages fetched at query time, with source links attached. The Skill explicitly avoids fabricating information not present in the retrieved documents.