trello

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines project management by allowing users to interact with Trello boards, lists, and cards directly through commands, eliminating the need to switch between applications.

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, or move a completed task to the "Done" list.

Quick Start

Use the trello skill to list all boards associated with your account.

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, lists, and cards without leaving my current application?

You can manage Trello boards, lists, and cards directly through commands using the Trello REST API, eliminating the need to switch between applications. This streamlines project tracking and task management workflows.

What do I need to authenticate and access Trello boards and cards?

Trello API authentication requires a valid Trello API key and token. These credentials are necessary to access your account, manage lists, and perform CRUD operations on cards.

How do I create, move, and archive Trello cards for task management?

To manage Trello cards, you can perform CRUD operations via the Trello REST API. This allows you to create new cards, move them between lists, add comments, and archive completed tasks.

Can I list all Trello boards and view lists within a specific board?

Yes, you can list all Trello boards associated with your account and view all lists within a specific board. This provides a clear overview of your project management structure.

What's the best way to integrate Trello task management into an automated workflow?

Integrating Trello task management via the Trello REST API enables automated CRUD operations on boards, lists, and cards. This allows direct creation and movement of tasks within your automated workflows.