trello
Trello
Independent, unofficial connector for Trello. Not affiliated with, endorsed by, or sponsored by Trello. "Trello" is a trademark of its owner, used only to identify the service this connector works with.
Scripts for working with Trello against the Trello REST API (https://api.trello.com/1): create and move cards, manage boards and lists, labels and checklists, comments and attachments, member lookups, and search. 44 scripts across boards, lists, cards, labels, checklists, members, and search.
When to use this
- An agent needs to create or update cards — add tasks, set due dates, assign members, add labels, or archive/reopen cards.
- An agent needs to organize boards — create boards and lists, move cards between lists, copy boards, or close (archive) boards.
- An agent needs to look up Trello resources by name — find boards, lists, labels, or checklists before writing.
- An agent needs to search cards or read board/list/card detail for planning or reporting.
Setup
This is an agentskills.io skill.
If the connector has not been installed as a skill yet, install it first with npx skills add zapier/connectors --skill trello (or your harness's own skill-install mechanism), then continue here. Installing the skill copies these files, not dependencies. Before running the CLI, a local MCP server, or zapier-sdk auth commands, run npm install --omit=dev here once. Importing the published package as a dependency in your own project instead? That npm install already resolves everything — see references/use-as-sdk.md.