trello

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

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/shane9coy/katana-agent --skill trello-shane9coy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/shane9coy/katana-agent/tree/main/agent/skills/productivity/trello
Command: npx skills add https://github.com/shane9coy/katana-agent --skill trello-shane9coy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines Trello workflow management by allowing users to interact with boards, lists, and cards directly via the Trello REST API, eliminating the need to switch contexts.

Core Features & Use Cases

  • Board Management: List all accessible Trello boards.
  • List Management: View all lists within a specific board.
  • Card Management: Create, move, and archive cards within lists. Add comments to 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 "Finalize Report" in the "In Progress" list of your "Q4 Goals" 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 via the API?

Manage Trello boards and cards via the API by sending authenticated REST requests to list boards, view lists, create formatted cards, move cards between lists, and add comments.

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

Authenticating Trello API requests for task management requires providing a valid Trello API key and token to authorize operations like listing boards and creating new cards.

Can I create and move Trello cards between lists without leaving my terminal?

You can create and move Trello cards between lists without leaving your terminal by executing REST API calls to add formatted cards to specific lists and update their positions.

What's the best way to automate project management tasks in Trello?

Automate project management tasks in Trello by using REST API calls to programmatically manage boards, lists, and cards, eliminating manual context switching during task tracking.

Does the Trello API support adding comments to existing cards?

The Trello API supports adding comments to existing cards, allowing you to update task context and communicate progress directly through authenticated REST API interactions.

What are the limitations of managing Trello boards through the REST API?

Managing Trello boards through the REST API is limited to operations like listing boards, viewing lists, creating cards, moving cards, and adding comments, requiring valid API key and token authentication.