trello

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

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/wangqianCAI/OBI --skill trello-wangqiancai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/wangqianCAI/OBI/tree/main/skills/trello
Command: npx skills add https://github.com/wangqianCAI/OBI --skill trello-wangqiancai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq.

What problem does it solve?

This Skill removes the friction of manually navigating the Trello web interface by providing a direct command-line interface to manage your boards, lists, and cards.

Core Features & Use Cases

  • Task Automation: Programmatically create, move, and archive cards across your Trello boards.
  • Data Retrieval: Quickly query board structures, list contents, and card details for reporting or status updates.
  • Use Case: Automatically move a card to a "Done" list or add a comment to a task when a related development process completes.

Quick Start

Use the trello skill to list all cards currently residing in the board identified by your specific board ID.

Frequently Asked Questions about trello

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

FAQPage Schema
How do I automate Trello board and card management via the API?

This Skill facilitates programmatic interaction with the Trello REST API to automate task management workflows, allowing you to create, move, and archive cards directly without manual navigation.

What do I need to query Trello board structures and list contents?

Querying Trello board structures requires valid Trello API credentials for authenticated requests and jq installed to parse JSON responses, enabling quick data retrieval for status updates.

Can I programmatically update Trello card statuses based on external triggers?

Yes, you can programmatically update Trello card statuses by sending requests through the Trello REST API to automatically move a card to a Done list or add comments when a related development process completes.

Does managing Trello cards programmatically require jq?

Yes, jq is a required dependency for managing Trello cards programmatically, as it processes the JSON data returned by the Trello REST API during task management operations.

What is the best way to audit a Trello board without using the web interface?

The best way to audit a Trello board without the web interface is using a command-line tool that queries the Trello REST API, supporting board auditing by directly retrieving board structures and card details.