Manage Trello boards, lists, and cards via the Trello REST API. Use when: user asks to create/move/list Trello cards, check board status, manage task lists, or organise project work in Trello. NOT for: Notion databases (use notion skill), GitHub issues (use github skill), or local task lists.
Manage Trello boards, lists, and cards directly from PythonClaw.
✅ USE this skill when:
❌ DON'T use this skill when:
notion skillgithub skillread_file / write_filegoogle_workspace skillpythonclaw.json:"skills": {
"trello": {
"apiKey": "your-api-key",
"token": "your-token"
}
}
python {skill_path}/trello_api.py boards
python {skill_path}/trello_api.py lists <board_id>
python {skill_path}/trello_api.py cards <list_id>
python {skill_path}/trello_api.py create-card --list <list_id> --name "Card Title" --desc "Description"
python {skill_path}/trello_api.py move-card <card_id> --to-list <list_id>
python {skill_path}/trello_api.py comment <card_id> --text "Your comment"
python {skill_path}/trello_api.py archive <card_id>
TRELLO_KEY="your-key"
TRELLO_TOKEN="your-token"
curl -s "https://api.trello.com/1/members/me/boards?key=$TRELLO_KEY&token=$TRELLO_TOKEN" | python -m json.tool
| File | Description |
|------|-------------|
| trello_api.py | Trello REST API client |
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity