What problem does it solve? Managing Trello boards manually through the web UI is slow when you need to script card creation, move cards between lists, or pull board data into other workflows. This Skill provides ready-to-use curl commands for the Trello REST API so you can automate board operations directly from the command line. ## Core Features & Use Cases - Board and List Discovery: List all your boards, the lists within a board, and the cards within a list using simple GET requests. - Card Lifecycle Management: Create cards, move them between lists, add comments, and archive them via POST and PUT requests. - Use Case: Imagine you want to automate a weekly report of open tasks. Use this Skill to fetch all cards from a board, filter them with jq, and feed the results into your reporting pipeline. ## Quick Start Set the TRELLO_API_KEY and TRELLO_TOKEN environment variables, then ask the assistant to list all your Trello boards and their IDs.