OpenClaw LogoOpenClaw AI

trello

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

Trello Skill

Manage Trello boards, lists, and cards directly from OpenClaw.

Setup

  1. Get your API key:

  2. Generate a token (click "Token" link on that page)

  3. Set environment variables:

Usage

All commands use curl to hit the Trello REST API.

List boards

List lists in a board

List cards in a list

Create a card

Move a card to another list

Add a comment to a card

Archive a card

Notes

  • Board/List/Card IDs can be found in the Trello URL or via the list commands
  • The API key and token provide full access to your Trello account - keep them secret!
  • Rate limits: 300 requests per 10 seconds per API key; 100 requests per 10 seconds per token; /1/members endpoints are limited to 100 requests per 900 seconds

Examples