Manage Trello boards, lists, and cards directly from your AI agent via the Trello REST API.
npx clawhub@latest install trelloRequirements
The Trello skill lets your AI agent interact with your Trello workspace using the Trello REST API. You can list boards, browse lists and cards, create new cards, move them between lists, add comments, and archive cards — all without leaving your agent interface. It requires only your Trello API key and token to get started.
npx clawhub@latest install trelloClick the Install button at the top of this page for one-click setup
Retrieve all boards on your account, the lists within any board, and the cards within any list — including card names, IDs, and descriptions. Board, list, and card IDs can be discovered through these commands or from Trello URLs.
Add new cards to any list with a title and optional description using a single API call. Ideal for capturing tasks or action items as they arise during a conversation.
Update a card's list assignment to reflect progress, priority changes, or handoffs — effectively dragging and dropping cards programmatically.
Post text comments to any card, making it easy to log decisions, status updates, or notes directly from your agent.
Mark cards as closed (archived) to keep your boards clean without permanently deleting work history.
While discussing a project with your AI agent, have it automatically create Trello cards for each action item identified, assigned to the correct list on your board.
Ask your agent to move all cards in "In Progress" that haven't been updated in 3 days back to "To Do", or to list everything currently in a given lane for a quick status check.
After completing a workflow step, instruct your agent to add a timestamped comment to the relevant Trello card to maintain an audit trail without manual effort.
Archive all cards in a "Done" list at the end of a sprint by having your agent iterate through the list and mark each card as closed.
npx clawhub@latest install trelloRequirements
Log in to write a review
No reviews yet. Be the first to share your experience!