Skip to main content
Run any Skill in Manus
with one click

trello

Stars3
Forks5
UpdatedJuly 15, 2026 at 07:31

Manage Trello boards, lists, and cards with curl + jq through the bash tool. Covers listing/reading boards, lists and cards; creating lists and cards; updating cards (rename, edit description, move between lists via idList, reposition, set due dates); archiving (closed=true) and deleting cards; commenting; and adding labels, members, and checklists. Uses the Trello REST API (https://api.trello.com/1) with an API key + token passed as query params. No dedicated Python tool and no extra Python dependencies — shell only. Needs TRELLO_API_KEY and TRELLO_TOKEN in the environment plus curl + jq installed. Use when the user wants to view, create, move, update, or organize Trello cards/lists/boards.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly