trello

Automate Trello board, list, and card management via the REST API.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/gabi-agent/openretro --skill trello-gabi-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/gabi-agent/openretro/tree/main/skills/trello
Command: npx skills add https://github.com/gabi-agent/openretro --skill trello-gabi-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trello is a popular visual project management tool. The skill automates Trello board, list, and card operations via the REST API to reduce manual work.

Core Features & Use Cases

  • Create, update, move, and archive cards across boards and lists.
  • List boards, lists, and cards to synthesize summaries for reporting.
  • Use in automation pipelines to reflect project changes in real-time.

Quick Start

Create a new card on a Trello list with a title and description using the Trello REST API and your API credentials.

Frequently Asked Questions about trello

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

FAQPage Schema
How do I automate Trello board management via the REST API?

To automate Trello board management via the REST API, this skill uses curl to programmatically create, update, move, and archive cards across multiple boards and lists. It handles API authentication using your TRELLO_API_KEY and TRELLO_TOKEN environment variables.

Can I programmatically move and comment on Trello cards across boards?

Yes, you can programmatically move and comment on Trello cards across boards. The automation uses REST API calls to move items between lists and boards, and applies comments to reflect project changes in real-time within your automation pipelines.

What credentials do I need to set up Trello API authentication for automation?

You need to set up Trello API authentication by defining the TRELLO_API_KEY and TRELLO_TOKEN environment variables. These credentials authorize the REST API requests used by the skill to manage your Trello boards, lists, and cards.

Does the Trello automation skill support listing boards and cards for reporting?

Yes, the Trello automation skill supports listing boards, lists, and cards. It retrieves these items through REST API calls to synthesize summaries, enabling you to report on project status and reflect changes in real-time.

What is the best way to integrate Trello card creation into an automation pipeline?

The best way to integrate Trello card creation into an automation pipeline is using REST API calls via curl. This approach allows you to create new cards with titles and descriptions on specified lists, reflecting project changes in real-time.

Can I use curl to archive Trello cards in bulk across multiple boards?

Yes, you can use curl to archive Trello cards across multiple boards. The skill applies REST API calls to archive items programmatically, reducing manual work when managing large-scale project workflows.