trello

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

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill trello-kastalien-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/Kastalien-Research/kastalien-factory/tree/main/lettabot/.skills/trello
Command: npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill trello-kastalien-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trello is a popular tool for organizing work, but programmatic control requires manual scripting. This skill provides a practical way to manage Trello boards, lists, and cards directly from Clawdbot via the REST API.

Core Features & Use Cases

  • List boards, lists, and cards to gain visibility into Trello structures.
  • Create, move, and update cards and add comments to maintain up-to-date task information.
  • Use in project workflows to automate common Trello operations across teams, simplifying board maintenance and task tracking.

Quick Start

Create a new card named 'Task Title' in the target list on your Trello board using the Trello REST API.

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 and card creation?

Automating Trello board management involves using the Trello REST API to list boards, create cards, move cards between lists, and add comments programmatically. This requires valid Trello API credentials including an API key and token.

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

To manage Trello cards and lists, you need valid TRELLO_API_KEY and TRELLO_TOKEN credentials. These authenticate your REST API requests to execute operations like creating cards or listing boards.

Can I move Trello cards between lists using the REST API?

Yes, you can move Trello cards between lists using the Trello REST API. The automation supports common operations including moving cards, updating card details, and adding comments to maintain task information.

How do I list all cards in a Trello list programmatically?

To list cards in a Trello list programmatically, use the Trello REST API to query the specific list within a board. This provides visibility into Trello structures by returning all cards contained in that list.

What is the best way to integrate Trello task management into automated workflows?

Integrating Trello task management into automated workflows is best achieved by using the Trello REST API to handle board, list, and card operations. This simplifies board maintenance and task tracking across teams.

Does Trello API automation support adding comments to existing cards?

Yes, Trello API automation supports adding comments to existing cards. This functionality helps maintain up-to-date task information by allowing programmatic updates directly to cards on your Trello boards.