# Trello

> List Trello boards, lists, and cards and create or update cards with explicit approval

- Skill: `quixiai/trello` (Agent Skill)
- Install (CLI): `npx skillmds@latest add quixiai/trello`
- Raw SKILL.md: https://api.skillmd.com/api/skills/quixiai/trello/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: quixiai (https://skillmd.com/u/quixiai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/quixiai/trello

---


# Trello

Use this for the connected Trello member's boards and cards.

## Principles

- List boards and lists first when the target list ID is unknown.
- List cards from exactly one board or list per call.
- Creating or updating a card is an external write and always goes through approval. Show the target list/card and intended fields first.
- Updating supports only `name`, `desc`, `due`, `dueComplete`, `closed`, `idList`, and `pos`; do not invent other fields.
- Never ask for a Trello API key or token in chat. Setup stores only the two environment variable names the user selected.

