cnb-tapd-resource-fetcher

Fetches TAPD stories, bugs, tasks, and iterations from parsed TAPD links via the CNB API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When users share TAPD links for requirements, defects, tasks, or iterations, the AI cannot see the content behind those links. This Skill parses the link, calls the CNB API, and returns the full resource data so the AI can analyze it directly. ## Core Features & Use Cases - Link Parsing: Extracts workspace ID, resource type (story/bug/task/iteration), and resource ID from TAPD URLs automatically. - API Retrieval: Calls the CNB TAPD reference endpoint with proper authentication headers to fetch complete resource data. - Structured Error Handling: Maps specific error codes (unbound account, expired authorization, missing permissions) to clear user-facing guidance. - Use Case: A product manager pastes three TAPD requirement links into the chat and asks for a summary; the Skill fetches each story and presents the consolidated details for analysis. ## Quick Start Fetch the TAPD resource from this link and summarize its content: https://www.tapd.cn/tapd_fe/{workspace_id}/story/detail/{id}.

Frequently Asked Questions about cnb-tapd-resource-fetcher

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

FAQPage Schema
How do I fetch TAPD story or bug details from a link?

Paste the TAPD link in the format https://www.tapd.cn/tapd_fe/{workspace_id}/{type}/detail/{id}. The Skill parses the workspace ID, resource type, and ID, then calls the CNB API to return the full resource data.

What TAPD resource types can be retrieved?

Four resource types are supported: story (requirement), bug (defect), task, and iteration. The type is detected automatically from the URL path segment of the TAPD link.

Can I fetch multiple TAPD resources at once?

Yes. Provide multiple TAPD links and each one is requested individually, then all results are aggregated and presented together in a unified summary.

Why does TAPD resource fetching fail with an authorization error?

Failures usually mean the TAPD account is not bound, the authorization expired, or the project has not enabled TAPD integration. Rebind your TAPD account in personal settings or ask an administrator to enable the integration.

What credentials are required to use the TAPD API integration?

The Skill requires the CNB_API_ENDPOINT and CNB_TOKEN environment variables for authenticated requests. You must also be logged into the CNB platform and have your TAPD account bound.