Trello Operations Skill Manage Trello boards, lists, and cards programmatically. Setup 1. Get API key from: https://trello.com/app-key 2. Generate token via the link on that page 3. Set as GitHub secrets: and Usage API Reference - - Get all boards - - Get lists in a board - - Get cards in a list - - Create a card - - Move card to list - - Add comment to card - - Archive a card - - Find cards with label - - Get card details Rate Limits - 300 requests per 10 seconds per API key - 100 requests per 10 seconds per token ---