trello

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

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/badbsallyy/openclaw-source-code --skill trello-badbsallyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/badbsallyy/openclaw-source-code/tree/main/openclaw-sourcecode.zip/skills/trello
Command: npx skills add https://github.com/badbsallyy/openclaw-source-code --skill trello-badbsallyy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq.

What problem does it solve?

This Skill allows users to interact with their Trello boards, lists, and cards programmatically, streamlining project management and task tracking without needing to access the Trello web interface directly.

Core Features & Use Cases

  • Board Management: List all accessible Trello boards.
  • List Management: View all lists within a specific board.
  • Card Management: Create new cards, move existing cards between lists, add comments, and archive cards.
  • Use Case: A project manager can use this Skill to quickly create a new task card in the "To Do" list of a specific project board by simply describing the task.

Quick Start

Use the trello skill to list all of your Trello boards.

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 without using the web interface?

Manage Trello cards and boards programmatically through the Trello REST API. Create, move, comment on, and archive cards directly via command execution using curl and jq.

Can I create a new task card in a specific Trello list automatically?

Create new task cards in specific Trello lists automatically by executing API requests. Describe the task to generate and place the card directly into the target board list.

Do I need an API key and token to track Trello tasks programmatically?

Yes, you need a Trello API key and token for authentication. These credentials authorize the curl commands to access your boards, lists, and cards via the REST API.

What's the best way to move and archive existing Trello cards in bulk?

Move and archive existing Trello cards by sending REST API requests. Execute curl commands to move cards between lists or archive them without manual web interface interaction.

Does this Trello task tracking approach require command line tools?

Yes, this task tracking approach requires command line tools. It explicitly depends on curl to execute the REST API requests and jq to parse the returned JSON data.