tapd-openapi

Access TAPD OpenAPI to manage stories, bugs, tasks, iterations, and wikis.

8|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill tapd-openapi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tapd-openapi
Source: https://github.com/Tugoukezhang/workbuddy-skills/tree/main/skills/tapd-openapi
Command: npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill tapd-openapi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

TAPD OpenAPI integration enables programmatic access to TAPD's core resources (stories, bugs, tasks, iterations, wiki) across multiple workspaces, streamlining automation, data retrieval, and cross-service workflows.

Core Features & Use Cases

  • Provides ready-to-use access to TAPD OpenAPI endpoints for stories, bugs, tasks, iterations, wikis, and comments.
  • Supports environment-based configuration (TAPD_TOKEN, TAPD_API_ENDPOINT, TAPD_WORKSPACE(S) IDs) and local wiki search via the included scripts and references.
  • Facilitates discovery and usage of common TAPD services through structured references and examples, including browser automation or scripting flows for multi-workspace scenarios.

Quick Start

Configure the skill, set TAPD_TOKEN and TAPD_API_ENDPOINT, then run a simple query to list stories.

Frequently Asked Questions about tapd-openapi

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

FAQPage Schema
How do I automate TAPD project management tasks using the OpenAPI?

You can automate TAPD project management by accessing OpenAPI endpoints for stories, bugs, tasks, iterations, and wikis. This integration supports multi-workspace operations and structured service discovery for streamlined workflows.

What environment variables do I need to configure for TAPD OpenAPI integration?

TAPD OpenAPI integration requires configuring the TAPD_TOKEN for authentication, TAPD_API_ENDPOINT for endpoint handling, and TAPD_WORKSPACE IDs to enable multi-workspace operations and local wiki search.

Can I retrieve and manage TAPD stories and bugs across multiple workspaces programmatically?

Yes, you can manage TAPD stories and bugs across multiple workspaces programmatically. The integration provides ready-to-use OpenAPI endpoint access and supports environment-based configuration for multi-workspace scenarios.

Does the TAPD OpenAPI integration support local wiki search functionality?

Yes, local wiki search is supported via the included scripts and references. The integration facilitates discovery and usage of common TAPD services, allowing you to query wiki content locally after configuration.

What is the best way to list TAPD stories using OpenAPI automation?

The best way to list TAPD stories is to configure the environment with TAPD_TOKEN and TAPD_API_ENDPOINT, then execute a simple query through the provided scripts to retrieve stories from your specified workspace.

Are there limitations when using TAPD OpenAPI for cross-service workflows?

TAPD OpenAPI integration is limited to core resources like stories, bugs, tasks, iterations, wikis, and comments. Complex cross-service workflows outside these endpoints or unsupported TAPD services are not covered by the current structured references.