Trello Skill
Manage Trello boards, lists, and cards directly from OpenClaw.
Setup
-
Get your API key:
-
Generate a token (click "Token" link on that page)
-
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/membersendpoints are limited to 100 requests per 900 seconds
