What problem does it solve? Managing Trello boards manually through the web UI interrupts focused work. This Skill lets you list boards, create cards, move cards between lists, add comments, and archive cards directly through the Trello REST API using curl commands. ## 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 curl and jq commands. - Card Management: Create cards with titles and descriptions, move cards between lists, add comments, and archive completed cards. - Use Case: During a sprint review, ask the assistant to move all finished cards from the "In Progress" list to "Done" and add a summary comment to each card without opening Trello. ## Quick Start Set the TRELLO_API_KEY and TRELLO_TOKEN environment variables, then ask the assistant to list your Trello boards and create a new card in a specific list.