trello

Manage Trello boards, lists, and cards via the REST API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rebootix-research/viki-clow --skill trello-rebootix-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/rebootix-research/viki-clow/tree/main/skills/trello
Command: npx skills add https://github.com/rebootix-research/viki-clow --skill trello-rebootix-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables programmatic control over Trello boards, lists, and cards by interacting with the Trello REST API, reducing repetitive manual work.

Core Features & Use Cases

  • List boards to understand project structure across teams.
  • List lists in a board to navigate and organize cards.
  • List, create, move, comment, and archive cards to automate workflow updates.
  • Use case: automatically sync a Trello board with an external task tracker or auto-archive completed items.

Quick Start

Authenticate with your Trello API key and token, then list all boards to begin.

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 management using the REST API?

Automate Trello board management by sending curl requests to the Trello REST API to programmatically create, organize, and update boards, lists, and cards. This requires authentication using your TRELLO_API_KEY and TRELLO_TOKEN environment variables.

Can I programmatically create and move Trello cards between lists?

Yes, you can programmatically create and move Trello cards between lists. The automation supports listing, creating, moving, commenting, and archiving cards via curl commands to streamline workflow updates and reduce repetitive manual work.

What environment variables do I need to set up Trello REST API automation?

To set up Trello REST API automation, you need to configure two environment variables: TRELLO_API_KEY and TRELLO_TOKEN. These credentials authenticate your curl requests, allowing your scripts to interact with your Trello boards securely.

Does Trello REST API automation work for syncing an external task tracker?

Yes, Trello REST API automation works for syncing an external task tracker. You can programmatically list boards, navigate lists, and update card statuses, enabling seamless synchronization between Trello and your external task tracking systems.

What is the best way to auto-archive completed Trello cards via API?

The best way to auto-archive completed Trello cards is by using curl commands to call the Trello REST API. This programmatic approach allows automation scripts to identify and archive completed items automatically, reducing manual organization overhead.

Are there limitations when using curl to manage Trello boards programmatically?

When using curl to manage Trello boards programmatically, limitations include dependency on valid TRELLO_API_KEY and TRELLO_TOKEN environment variables for authentication, and potential rate limits imposed by the Trello REST API on automated workflows.