trello

Manage Trello boards, lists, and cards via the REST API.

126|11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HybridAIOne/hybridclaw --skill trello-hybridaione
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/HybridAIOne/hybridclaw/tree/main/skills/trello
Command: npx skills add https://github.com/HybridAIOne/hybridclaw --skill trello-hybridaione

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines Trello board management by helping you inspect boards, lists, and cards and then perform common Kanban updates without manual browsing.

Core Features & Use Cases

  • Board, List, and Card Inspection: Quickly retrieve board, list, and card IDs and details needed to act on the right items.
  • Create and Move Cards: Create new cards in a chosen list and move existing cards between lists to reflect workflow progress.
  • Add Card Comments: Attach context to cards by posting comments as part of ongoing work.

Use Case: Move a set of work items from “In Progress” to “Review” at the end of a sprint and add a short status note to each card to keep the team aligned.

Quick Start

Use the trello skill to list your Trello boards and show each board’s name and id.

Frequently Asked Questions about trello

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

FAQPage Schema
How do I automate moving Trello cards between lists for a sprint update?▼

To automate moving Trello cards between lists, this Skill resolves board and card IDs via the Trello REST API, then issues authenticated HTTPS requests to update card positions and post status comments for sprint workflow transitions.

Can I create new Trello cards and add comments using API integration?▼

Yes, you can create new Trello cards and add comments using API integration; the Skill manages authenticated Trello REST API requests to target specific lists by ID and append contextual comments to existing cards.

How do I find Trello board and list IDs to manage kanban workflows?▼

To find Trello board and list IDs for kanban workflows, the Skill inspects your Trello workspace through the REST API, retrieving and displaying the exact board, list, and card details needed before performing write operations.

Do I need a Trello API key and token to automate project workflow tasks?▼

Yes, you need a Trello API key and token to automate project workflow tasks, as the Skill requires secure handling of these credentials to execute authenticated HTTPS requests for board, list, and card management.

What is the best way to reduce manual kanban operations in Trello?▼

The best way to reduce manual kanban operations in Trello is using API integration to automate card inspection, creation, and movement, which eliminates manual browsing and streamlines board management workflows.

Are there limitations when using REST API requests to manage Trello boards?▼

When using REST API requests to manage Trello boards, you must resolve specific board, list, and card IDs before executing writes, and ensure secure handling of API keys to maintain authenticated workflow automation.