Home Tutorials Categories Skills About
ZH EN JA KO
📊

Trello

Kanban Notes & Task Management

Install Command

npx clawhub@latest install trello

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Trello to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Trello appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Board Management Card Operations Label Categories

Detailed Description

The Trello skill connects OpenClaw to the Trello board system, letting you manage project workflows through conversation.

Core Features

  • Card Operations: Create, move, update, and delete cards
  • List Management: Create and manage lists within boards
  • Comments: Add comments to cards
  • Label Management: Add colored labels to cards for categorization
  • Member Assignment: Assign cards to team members
  • Checklists: Manage checklist items within cards

Configuration

{
  skills: {
    trello: {
      apiKey: "xxx",
      token: "xxx",
      defaultBoard: "My Board"
    }
  }
}

Use Cases

  • "Create a card in the To Do list on the dev board: Fix search feature bug"
  • "Move the 'UI mockup' card to the Done list"
  • "Add a red label to all overdue cards on the project board"
  • "List all cards in the In Progress list"