read-trello-tasks
Installation
SKILL.md
read-trello-tasks
Read/search Trello tasks through a local Trello API key and user token. Trello tasks are represented as cards, with checklist items included when available.
Important
- Use the script in this skill directory; invoke with
bun. - Secrets may live in
.agents/skills/read-trello-tasks/.env; never print or read that file into chat. - Token storage defaults to
.agents/skills/read-trello-tasks/.data/trello-token.json; do not print token contents. .envand.data/are gitignored.- Prefer board ID/list ID/card ID when available. Trello names are not unique.
Setup / status
From repo root:
bun .agents/skills/read-trello-tasks/scripts/trello.ts status