trello

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to manage Trello workspaces programmatically, reducing manual updates and enabling automation across boards, lists, and cards.

Core Features & Use Cases

  • List boards, lists, and cards for quick inventory.
  • Create and move cards between lists to automate workflow steps.
  • Add comments to cards to capture progress and notes across teams.

Quick Start

Authenticate by exporting TRELLO_API_KEY and TRELLO_TOKEN, then run sample curl commands to list boards, create a card, or move a card between lists.

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 management using the REST API?

You can automate Trello board management by using curl to send requests to the Trello REST API, allowing you to programmatically list boards, create and move cards, and add comments to automate workflow steps.

What do I need to set up before using curl to manage Trello cards?

Before using curl to manage Trello cards, you need to export the TRELLO_API_KEY and TRELLO_TOKEN environment variables. These credentials provide the authentication required to interact securely with the Trello REST API endpoints.

Can I programmatically move cards between lists and add comments in Trello?

Yes, you can programmatically move cards between lists and add comments in Trello. The skill uses curl commands targeting the Trello REST API to automate these specific workflow actions and capture progress notes across teams.

What is the best way to list all Trello boards and cards for a quick inventory?

The best way to list all Trello boards and cards for a quick inventory is by running sample curl commands against the Trello REST API. This approach uses jq to parse the JSON responses, returning a structured overview of your workspace.

Does the Trello REST API support jq for parsing automation responses?

Yes, the Trello REST API supports jq for parsing responses. The skill uses curl combined with jq to query boards, lists, and cards, extracting and formatting the JSON data returned from the automation requests.