What you can do

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