trello

Automate Trello board, list, and card management via the REST API.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill trello-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/bitan-del/gods-eye/tree/main/skills/trello
Command: npx skills add https://github.com/bitan-del/gods-eye --skill trello-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Trello board, list, and card management via the Trello REST API, reducing manual overhead.

Core Features & Use Cases

  • List boards, lists, and cards; create and move cards; add comments; archive cards; automate workflows across boards.
  • Use case: provision boards for new projects and populate initial task cards to accelerate setup.

Quick Start

Set environment variables TRELLO_API_KEY and TRELLO_TOKEN and run the Trello skill to begin listing boards and managing cards.

Frequently Asked Questions about trello

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Trello board setup and card creation via API?

You can automate Trello board setup and card creation by using curl to call the Trello REST API endpoints, which provisions boards for new projects and populates initial task cards automatically.

What Trello API credentials do I need to manage cards and lists?

To manage Trello cards and lists, you need to set the TRELLO_API_KEY and TRELLO_TOKEN environment variables, which authenticate your curl requests to the Trello REST API.

Can I move and archive cards across multiple Trello boards automatically?

Yes, you can move and archive cards across multiple Trello boards by executing curl commands against the Trello REST API to automate card movement, commenting, and archiving workflows.

What is the best way to list Trello boards and lists through the API?

The best way to list Trello boards and lists through the API is by executing curl requests against the Trello REST endpoints, which returns board and list data for workflow automation.

Does Trello API automation work for adding comments to cards?

Yes, Trello API automation supports adding comments to cards by sending curl requests to the Trello REST API, enabling automated commenting workflows across managed boards.

Do I need curl to automate Trello workflows via the REST API?

Yes, you need curl to automate Trello workflows via the REST API because the automation executes curl commands to interact directly with Trello endpoints for board, list, and card management.