trello

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically manage Trello boards, lists, and cards via the Trello REST API, eliminating repetitive manual updates and syncing tasks across tools.

Core Features & Use Cases

  • Board/list/card discovery: retrieve boards, lists, and cards to understand project structure.
  • Card management: create, move, update, and archive cards to reflect progress.
  • Automation scenarios: integrate Trello with external tools to auto-create cards from issue trackers or CI pipelines.

Quick Start

List all Trello boards you own and display 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 Trello board and card management via the REST API?

You can automate Trello board, list, and card management by making curl calls to the Trello REST API. This Skill handles creating, moving, updating, and archiving cards to synchronize tasks across teams.

What environment variables do I need to automate Trello workflows?

To automate Trello workflows, you need to set the TRELLO_API_KEY and TRELLO_TOKEN environment variables. You also need jq installed to format the API output properly.

Can I use curl to create and move Trello cards automatically?

Yes, you can use curl to call the Trello REST API to automatically create, move, update, and archive cards. This eliminates repetitive manual updates and syncs tasks across external tools.

How do I retrieve Trello board and list IDs for automation scripts?

You retrieve Trello boards, lists, and cards by executing curl commands against the Trello API. The output is formatted using jq to display each board's name and ID for your automation scripts.

Does this Trello API automation approach work with CI pipelines and issue trackers?

Yes, this Trello API automation approach works with CI pipelines and issue trackers. It integrates Trello with external tools to auto-create cards from issue trackers or trigger updates from CI pipelines.

What is the best way to sync tasks across tools using Trello boards?

The best way to sync tasks across tools using Trello boards is via REST API automation. By using curl to interact with boards, lists, and cards, you eliminate repetitive manual updates and keep teams synchronized.