trello

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

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Zentin-L/Masterbot --skill trello-zentin-l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/Zentin-L/Masterbot/tree/main/skills/trello
Command: npx skills add https://github.com/Zentin-L/Masterbot --skill trello-zentin-l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trello board and card management can be tedious when coordinating multiple teams. This Skill provides a programmable way to manage boards, lists, and cards via the Trello REST API, reducing manual steps and speeding up setup and updates.

Core Features & Use Cases

  • List boards, lists, and cards via the Trello REST API
  • Create, move, and update cards across boards and lists
  • Use case: accelerate onboarding, project setup, and Kanban maintenance across Trello workspaces

Quick Start

Create a new card on a specified board and list by providing the board name, list name, and card title.

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 across multiple teams?

Automate Trello board management by calling the Trello REST API to create cards, move cards between lists, and update card details. This approach reduces manual steps and speeds up multi-board project workflows across teams.

What do I need to use the Trello REST API for card automation?

To use the Trello REST API for card automation, you need a Trello API key and token. The automation also relies on curl for executing HTTP requests, with optional jq available for shaping and parsing API responses.

Can I create and move Trello cards using curl commands?

Yes, you can create and move Trello cards using curl commands to send HTTP requests to the Trello REST API. This method allows you to programmatically manage boards, lists, and cards without manual interface interaction.

What is the best way to list boards and cards in Trello programmatically?

The best way to list boards and cards programmatically is by sending curl HTTP requests to the Trello REST API endpoints. Using jq alongside curl helps shape and extract the specific board and card data from the JSON responses.

Does this Trello API automation work for multi-board project workflows?

Yes, this Trello API automation is specifically designed for multi-board project workflows. It enables listing boards, creating cards, moving cards between lists, and updating details across different teams and workspaces efficiently.

Why use curl and jq for Trello API requests instead of other methods?

Using curl and jq for Trello API requests provides a lightweight, programmable way to execute HTTP calls and shape JSON responses. This combination accelerates Kanban maintenance and project setup without requiring a heavy graphical interface.