Trello boards, lists, and cards via uni CLI. Use when user wants to manage Trello tasks, create boards, move cards between lists. Requires TRELLO_API_KEY and TRELLO_TOKEN.
Manage Trello boards, lists, and cards from the terminal.
# Set via environment variables
export TRELLO_API_KEY="your_api_key"
export TRELLO_TOKEN="your_token"
# Get credentials from: https://trello.com/app-key
uni trello boards # List all boards
uni trello boards create "Project" # Create new board
uni trello boards close <board_id> # Archive board
uni trello lists <board_id> # List all lists in board
uni trello lists create <board_id> "To Do" # Create list
uni trello lists archive <list_id> # Archive list
uni trello cards <board_id> # List all cards
uni trello cards create <list_id> "Task name" # Create card
uni trello cards create <list_id> "Task" -d "Details" # With description
uni trello cards move <card_id> <list_id> # Move to another list
uni trello cards archive <card_id> # Archive card
uni trello cards delete <card_id> # Delete permanently
uni trello members <board_id> # List board members
[xxx]--due "2024-12-31"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