trello

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Trello boards, lists, and cards from the command line or an automation workflow to avoid manual browser interactions and repetitive UI clicks, enabling faster task updates and programmatic board maintenance.

Core Features & Use Cases

  • List and inspect boards: Retrieve your Trello boards and their IDs for quick discovery.
  • Manage lists and cards: Enumerate lists, list cards, create cards, move cards between lists, add comments, and archive cards.
  • Use Case: Automate daily standup board updates by creating cards from a script, moving completed tasks to a done list, and adding status comments programmatically.

Quick Start

Use the trello skill to list all boards with their names and ids for the authenticated account.

Frequently Asked Questions about trello

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

FAQPage Schema
How do I manage Trello cards and boards via the API without using the browser UI?

You can manage Trello boards, lists, and cards via the Trello REST API to avoid manual browser interactions. This allows you to programmatically create cards, move items between lists, and add comments using HTTP tools like curl.

Do I need a TRELLO_API_KEY and TRELLO_TOKEN to automate Trello board updates?

Yes, automating Trello board updates requires a TRELLO_API_KEY and TRELLO_TOKEN for authentication. These credentials authorize HTTP tools like curl to interact with your Trello account via the REST API.

How do I automate daily standup board updates by creating and moving Trello cards?

Automate daily standup board updates by using API calls to create cards from a script, move completed tasks to a done list, and add status comments programmatically. This eliminates repetitive UI clicks and enables faster task updates.

What's the best way to list and inspect Trello boards programmatically?

The best way to list and inspect Trello boards programmatically is via the Trello REST API. You can retrieve all boards and their IDs for quick discovery using HTTP tools and JSON processors to handle the API responses.

Can I archive Trello cards and add comments using curl and the REST API?

Yes, you can archive Trello cards and add comments using curl and the REST API. The API supports enumerating lists, moving cards between lists, adding comments, and archiving items while respecting Trello API rate limits.

Why should I use API calls for Trello automation instead of manual board maintenance?

Using API calls for Trello automation avoids repetitive UI clicks and manual browser interactions, enabling faster task updates. It allows programmatic board maintenance, such as creating and updating cards directly from command line workflows.