trello

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes references (resource) components.

What problem does it solve?

This Skill allows users to interact with Trello, a popular project management tool, directly through the command line, streamlining task management and workflow organization.

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 within lists.
  • Use Case: A project manager can quickly create a new task card on a specific Trello list, add a description, and assign it to a team member without leaving their current terminal session.

Quick Start

Use the trello skill to list all of your Trello boards.

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?

You can manage Trello boards and cards from the command line by using this Skill to execute Trello REST API requests via curl commands. It enables direct organization of project workflows without leaving your terminal session.

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

To authenticate Trello API requests for task management, you need a valid Trello API key and token. This authentication is required to access your user data, manage project boards, and organize cards through the curl commands.

Can I create and move Trello cards across lists without using the web interface?

Yes, you can create, move, comment on, and archive Trello cards across lists without the web interface. This Skill handles card management directly through the REST API to streamline your task tracking workflow.

Does this Trello project management Skill require any specific command line dependencies?

This Trello project management Skill requires the jq command line dependency. It uses jq to process JSON data returned from the Trello REST API when listing boards, viewing lists, and managing cards.

What is the best way to automate Kanban task tracking for Trello boards via API?

The best way to automate Kanban task tracking for Trello boards via API is by executing curl commands to interact with the Trello REST API. This approach allows you to quickly create task cards and assign them to team members programmatically.

Are there limitations when using curl to organize Trello workflows instead of the native app?

When using curl to organize Trello workflows instead of the native app, you are limited to text based interactions through the REST API without visual Kanban boards. You must construct curl commands manually for each project management action.