trello

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

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/czue/clawdbot --skill trello-czue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/czue/clawdbot/tree/main/skills/trello
Command: npx skills add https://github.com/czue/clawdbot --skill trello-czue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Trello workflow tasks by interfacing with the Trello REST API to manage boards, lists, and cards.

Core Features & Use Cases

  • Create, list, and update boards, lists, and cards via simple HTTP requests.
  • Move cards between lists and update descriptions or due dates to reflect progress.
  • Use cases include syncing Trello with external systems and automating routine board maintenance.

Quick Start

Authenticate with your Trello API key and token, then retrieve your 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 API?

You can automate Trello board management by sending HTTP requests to the Trello REST API to create, list, and update boards, lists, and cards programmatically. This Skill handles those requests using curl or other HTTP clients.

What do I need to authenticate with the Trello API for card automation?

To authenticate with the Trello API for card automation, you need a Trello API key and token. These credentials must be provided through environment variables so the HTTP client can securely access your boards.

Can I move Trello cards between lists and update due dates automatically?

Yes, you can move Trello cards between lists and update due dates automatically. The Skill interfaces with the Trello REST API to reflect task progress by modifying card attributes across different project lists.

How does automating routine Trello board maintenance work with curl?

Automating routine Trello board maintenance with curl involves sending HTTP requests to the Trello REST API endpoints. You can programmatically manage cards and lists to sync Trello with external systems without manual board updates.

Is this approach suitable for syncing external systems with Trello boards?

Yes, this approach is suitable for syncing external systems with Trello boards. The Skill enables programmatic board discovery and card creation through REST API calls, allowing seamless data synchronization between your external tools and Trello lists.

What are the limitations of using curl for Trello API automation?

Using curl for Trello API automation requires managing HTTP requests manually and handling authentication via environment variables. It does not offer built-in retry logic, so you must handle API rate limits and network errors within your own automation scripts.