What you can do
- Create cards and assign them to team members
- Move cards between lists and boards
- Add labels, due dates, and checklists
- Search across all boards and cards
- Archive completed cards automatically
Install the skill
Install via clawhub
npx clawhub@latest install trello
The trello skill connects your AI agent to Trello's API, letting it manage boards, lists, and cards.
Example commands
# Move a card
openclaw ask "Move the Deploy card to Done"
✓ Moved "Deploy" → Done
# Create a card
openclaw ask "Create a card for the new feature request"
✓ Created card: "New feature request" in Backlog
# List board
openclaw ask "Show all cards in the Sprint board"
To Do (3) · In Progress (2) · Done (5)
How it works
OpenClaw CLI acts as a watchdog daemon that keeps your AI agent always running. When you install the Trello skill, your agent can manage your Trello boards — moving cards, creating tasks, and keeping your workflows organized. Connect your Trello API key once, and your agent handles the rest.
Get OpenClaw CLI — Free
Your AI agent, always running. Zero config.
npm
npm install -g openclaw-cli
Homebrew
brew install openclaw/tap/openclaw-cli