trello

Manages Trello boards, lists and cards via REST API endpoints.

Updated May 8, 2026
One-click install
npx skills add https://github.com/freire19/Mythos --skill trello-freire19
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/freire19/Mythos/tree/main/skills/trello
Command: npx skills add https://github.com/freire19/Mythos --skill trello-freire19

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trello updates and task management become slow when they require manual clicks, especially when you need to organize work across multiple boards, lists, and cards.

Core Features & Use Cases

  • Board, list, and card management: Find boards, enumerate lists, and retrieve cards with key fields like names and descriptions.
  • Card lifecycle actions: Create new cards, move cards between lists, add comments, and archive cards to keep workflows current.
  • API-first automation: Uses the Trello REST API with API key and token credentials so the agent can perform repeatable updates reliably.

Quick Start

Use the trello Skill to list your boards and then create or move a card to the correct list based on its name and description.

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 without manual clicks?

Automate moving Trello cards by using the Trello REST API to relocate cards between lists instantly. You need valid API credentials to perform authenticated HTTP requests to the documented /1 endpoints for automated card lifecycle updates.

Can I create and archive Trello cards automatically through the REST API?

Yes, you can automate Trello card creation and archiving through the REST API. Authenticated HTTP requests to the /1 endpoints allow you to create new cards and archive completed items to keep workflows current without manual intervention.

What do I need to connect and manage Trello boards via API integration?

To manage Trello boards via API integration, you need a Trello API key and token. These credentials authenticate HTTP requests to the /1 endpoints for boards, lists, cards, and comments, enabling reliable workflow automation.

How do I retrieve Trello board lists and card details for workflow automation?

Retrieve Trello board lists and card details by enumerating workspaces and lists through the REST API. The API returns key fields like card names and descriptions, providing the data needed for automated workflow updates.

What's the best way to add comments to Trello cards programmatically?

The best way to add comments to Trello cards programmatically is through the Trello REST API. Using authenticated API requests to the documented /1 endpoints, you can append comments to cards to keep task workflows current and updated.