trello

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

6|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/me2Doc/friendlyclaw --skill trello-me2doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/me2Doc/friendlyclaw/tree/main/body/skills/trello
Command: npx skills add https://github.com/me2Doc/friendlyclaw --skill trello-me2doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq.

What problem does it solve?

This skill eliminates the need to manually navigate the Trello web interface for routine task management, allowing you to interact with your boards directly from your terminal.

Core Features & Use Cases

  • Board and List Management: Quickly retrieve and filter boards and lists to find specific project areas.
  • Card Operations: Create, move, comment on, and archive cards without leaving your command line environment.
  • Use Case: A developer can instantly list all cards in a specific sprint board or move a completed task to the Done list while staying focused in their terminal.

Quick Start

Use the trello skill to list all boards associated with your account to identify the correct board ID for your current project.

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?

To manage Trello boards and cards from the command line, you can use a CLI skill that integrates the Trello REST API for programmatic task tracking. It enables you to create, move, and archive cards directly within your terminal workflows.

Do I need jq to interact with the Trello API via CLI?

Yes, you need jq installed to parse JSON responses when interacting with the Trello API via CLI. The skill requires jq for JSON parsing and valid Trello API credentials to authenticate and execute commands successfully.

Can I move and archive Trello cards without leaving the terminal?

Yes, you can move and archive Trello cards without leaving the terminal by using CLI commands that call the Trello REST API. This facilitates task tracking and project synchronization without navigating the Trello web interface.

What is the best way to automate Trello task management for project synchronization?

The best way to automate Trello task management for project synchronization is by integrating the Trello REST API into your command-line workflows. This approach allows developers to programmatically manage boards, lists, and cards efficiently.

Does Trello CLI automation work for retrieving and filtering specific project boards?

Yes, Trello CLI automation works for retrieving and filtering specific project boards and lists. You can quickly list all boards associated with your account to identify the correct board ID for your current project area.