taiga

Fetches Taiga public API data for specified URLs or type/refs as JSON.

58.3k|3.9k|Updated Dec 29, 2015
One-click install
npx skills add https://github.com/penpot/penpot --skill taiga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taiga
Source: https://github.com/penpot/penpot/tree/main/.opencode/skills/taiga
Command: npx skills add https://github.com/penpot/penpot --skill taiga

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve information from the Taiga public API for the Penpot project without requiring authentication, giving teams a quick view of project data.

Core Features & Use Cases

  • Fetch issues, user stories, and tasks for Penpot (project id 345963) from the public Taiga API.
  • Use the bundled Python script to query by URL or type/ref and output structured results.
  • Ideal for lightweight monitoring, reporting, or generating summaries from Taiga data.

Quick Start

Run the bundled Python CLI against a Taiga URL or type/ref to fetch public project data.

Frequently Asked Questions about taiga

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

FAQPage Schema
How do I fetch public Taiga issues and user stories for the Penpot project without authentication?

To fetch public Taiga data for the Penpot project without authentication, use a self-contained Python CLI that queries the public API for issues, user stories, and tasks, outputting structured JSON results.

Can I retrieve Taiga project management data by URL or type reference?

You can retrieve Taiga project management data by passing a Taiga URL or type/ref input to the bundled Python script, which processes the query and returns the corresponding public project information.

Do I need Python to use the Taiga public API data fetching script?

Yes, you need Python 3 installed to run the self-contained CLI script, which handles the URL and type/ref inputs to fetch data from the Taiga public API.

How does the Taiga data fetcher output results for reporting and integration?

The Taiga data fetcher outputs results as structured data, offering JSON output when the --json flag is used, making it ideal for lightweight monitoring and reporting integration.

What are the limitations of fetching Taiga public API data for the Penpot project?

The limitation of fetching Taiga public API data is that it provides a fast, read-only view strictly for the Penpot project (id 345963), meaning you cannot modify data or access private projects without authentication.