trello

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Trello boards, lists, and cards efficiently by automating repetitive tasks through the Trello REST API.

Core Features & Use Cases

  • List boards, lists, and cards across Trello workspaces.
  • Create, move, and archive cards; add comments and labels; fetch board data.
  • Automate common project-management workflows for sprint planning and backlog grooming.

Quick Start

Create a new card titled 'Onboarding Tasks' on the 'To Do' list of your Trello board.

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?

Automate Trello board and card management by using the Trello REST API to list boards, create and move cards, add comments, and archive cards across multiple workspaces. It requires setting the TRELLO_API_KEY and TRELLO_TOKEN environment variables.

What's the best way to automate sprint planning and backlog grooming on Trello boards?

Automate sprint planning and backlog grooming on Trello boards by scripting REST API calls to fetch board data, create cards, and move lists. This automates common project-management workflows efficiently across multiple boards.

Do I need jq to parse Trello API responses for card automation?

Yes, you need the jq utility to parse Trello API responses when automating card management. The Skill relies on jq to process JSON data returned from the REST API for listing boards, lists, and cards.

Can I create and move Trello cards across multiple boards automatically?

Yes, you can create and move Trello cards across multiple boards automatically by sending REST API requests. The automation supports common workflows including creating cards, moving them between lists, and archiving them.

What Trello API workflows are supported for automating project management tasks?

Supported Trello API workflows for automating project management tasks include listing boards, lists, and cards; creating, moving, and archiving cards; adding comments and labels; and fetching board data across workspaces.

Does Trello automation require an API key and token to manage boards?

Yes, Trello automation requires an API key and token to manage boards. You must configure the TRELLO_API_KEY and TRELLO_TOKEN environment variables before executing REST API calls to automate card and list operations.