Trello

v1.1.1

Native Trello tools for OpenClaw — list boards, create/move/assign cards, add comments, manage checklists.

openclaw-trello·runtime openclaw-trello·by @marcchapeau
Code Pluginsource linkedCommunity code plugin. Review compatibility and verification before install.

README

openclaw-trello

Native Trello tools for OpenClaw. Adds 13 first-class agent tools to interact with Trello — no curl, no shell scripts.

Install

openclaw plugins install openclaw-trello
openclaw gateway restart

Configuration

Add your Trello credentials to ~/.openclaw/openclaw.json:

{
  "plugins": {
    "entries": {
      "openclaw-trello": {
        "enabled": true,
        "config": {
          "apiKey": "your-trello-api-key",
          "token": "your-trello-token"
        }
      }
    }
  }
}

Get your credentials at https://trello.com/app-key.

Alternative: environment variables

As a fallback, the plugin also reads credentials from environment variables:

export TRELLO_API_KEY="your-trello-api-key"
export TRELLO_TOKEN="your-trello-token"

The config block in openclaw.json takes precedence over environment variables.

Security note

The Trello API requires credentials as URL query parameters. Generate a token with the minimum permissions needed (read + write) and avoid using admin-level tokens.

Tools

ToolDescription
trello_list_boardsList all accessible boards
trello_list_listsList all open columns in a board
trello_list_cardsList all open cards in a column
trello_create_cardCreate a new card
trello_move_cardMove a card to another column
trello_add_commentAdd a comment to a card
trello_update_cardUpdate a card (rename, archive, change description)
trello_checklist_createCreate a checklist on a card
trello_checklist_item_addAdd an item to a checklist
trello_checklist_item_completeMark a checklist item as complete
trello_get_memberResolve a username or member ID to a member object
trello_card_add_memberAssign a member to a card
trello_card_remove_memberRemove a member from a card

License

MIT

Capabilities

configSchema
Yes
Executes code
Yes
HTTP routes
0
Runtime ID
openclaw-trello

Compatibility

Built With Open Claw Version
2026.3.28
Plugin Api Range
2026.3.28

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
ccbe7d5415e9
Tag
v1.1.1
Provenance
No
Scan status
clean

Tags

latest
1.1.1
trello
1.1.1