What problem does it solve? Managing Trello boards manually through the web UI is slow when you need to create, move, or comment on many cards. This Skill lets you perform all core Trello operations directly from the command line using the Trello REST API. ## Core Features & Use Cases - Board and List Inspection: List all boards, lists within a board, and cards within a list using curl and jq. - Card Lifecycle Management: Create cards, move them between lists, add comments, and archive them via API calls. - Use Case: During a sprint planning session, automatically create a card for each task in your backlog list, then move completed cards to the Done list and add status comments without opening the Trello website. ## Quick Start Set the TRELLO_API_KEY and TRELLO_TOKEN environment variables, then ask the agent to list your Trello boards or create a card in a specific list.