trello

Manages Trello boards, lists, and cards via REST API and jq workflows.

5|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/kcns008/clusterclaw --skill trello-kcns008
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/kcns008/clusterclaw/tree/main/skills/trello
Command: npx skills add https://github.com/kcns008/clusterclaw --skill trello-kcns008

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of checking Trello boards, lists, and cards by letting you manage work through the Trello REST API.

Core Features & Use Cases

  • Board and List Visibility: Discover boards and inspect the lists and cards inside them.
  • Card Workflow Actions: Create, move, comment on, and archive cards to keep work moving.
  • Use Case: A project lead can quickly find the right board, create a new task card, move it to the next list, and add a status comment without leaving the chat.

Quick Start

Use the trello skill to list my boards and create a card in the selected list for a new task.

Frequently Asked Questions about trello

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

FAQPage Schema
How do I manage Trello boards and cards using the REST API?

You can manage Trello boards, lists, and cards via the REST API by executing curl requests to handle board discovery, card creation, card movement, and archival workflows for seamless task management.

What do I need to automate Trello task management workflows?

Automating Trello task management requires valid Trello API key and token credentials for authentication, plus jq installed locally to parse the JSON responses returned by curl API requests.

Can I create and move Trello cards between lists without leaving my chat interface?

Yes, you can create and move Trello cards between lists without leaving your chat interface by using a Trello Skill that executes card workflow actions and status updates via REST API calls.

How do I parse JSON responses from Trello API curl requests?

Parse JSON responses from Trello API curl requests by piping the output into jq, a lightweight command-line JSON processor used to extract board, list, and card data for task management.

What is the best way to discover Trello boards and inspect their lists?

Discover Trello boards and inspect their lists by querying the Trello REST API with curl, then using jq to filter the JSON output for precise board and list visibility during project tracking.