trello

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

386k|81.1k|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/openclaw/openclaw --skill trello-openclaw
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/openclaw/openclaw/tree/main/skills/trello
Command: npx skills add https://github.com/openclaw/openclaw --skill trello-openclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to manage Trello boards, lists, and cards directly from the command line, streamlining project management workflows.

Core Features & Use Cases

  • Board Management: List all your Trello boards.
  • List Management: View all lists within a specific board.
  • Card Management: Create, move, comment on, and archive cards.
  • Use Case: Quickly add a new task to your "To-Do" list on your "Project X" board without leaving your current terminal session.

Quick Start

Use the trello skill to create a new card titled "Implement feature Y" in the list with ID "list123" on your board.

Frequently Asked Questions about trello

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

FAQPage Schema
How do I manage Trello boards and cards from the command line?▼

This Skill manages Trello boards and cards through the Trello REST API, enabling you to perform actions such as listing boards, creating cards, moving cards between lists, adding comments, and archiving cards.

What do I need to authenticate Trello API requests for task management?▼

To authenticate Trello API requests for task management, you need to provide a valid Trello API key and token, which are required to authorize operations like viewing lists and archiving cards.

Can I create and move Trello cards between lists using an API?▼

Yes, you can create and move Trello cards between lists using the Trello REST API, as this Skill supports card management actions including creating new cards, moving them across lists, and archiving them.

How do I automate project management workflows for Trello boards?▼

You can automate project management workflows for Trello boards by executing terminal commands through this Skill to instantly add tasks, update card statuses, or archive completed items without leaving your session.

Are there limitations to managing Trello lists and cards via the REST API?▼

The primary limitation of managing Trello lists and cards via the REST API is the strict requirement for valid API key and token authentication, without which no board or card actions can be performed.