trello

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

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/enclawed/enclawed-oss --skill trello-enclawed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/enclawed/enclawed-oss/tree/main/skills/trello
Command: npx skills add https://github.com/enclawed/enclawed-oss --skill trello-enclawed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually managing Trello work in the browser by letting you inspect boards, lists, and cards directly from an assistant.

Core Features & Use Cases

  • Board discovery: List your boards and find the right workspace quickly.
  • Card and list management: Create cards, move them between lists, add comments, and archive completed items.
  • Operational workflows: Keep a project board updated during planning, sprint execution, or personal task triage using simple API calls.

Quick Start

Use the Trello skill to connect with my Trello account, list the relevant board, and create a new card in the target list.

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 directly from chat?

You can manage Trello boards by using an assistant to run REST API calls for board discovery, list inspection, card creation, movement, and archiving. This removes the need to manually switch to your browser to update kanban workflows.

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

Trello API requests require an API key and token for authentication. You must provide these credentials to authorize curl-based requests so the assistant can securely access and modify your boards, lists, and cards.

Can I create and move Trello cards between lists using an API workflow?

Yes, you can create and move Trello cards between lists using the API. The workflow supports card creation, list inspection, card movement across lists, adding comments, and archiving completed items for sprint execution.

How does jq filter Trello REST API JSON responses during board inspection?

jq filters JSON responses returned by Trello REST API curl requests. It parses the raw JSON data to extract specific board, list, and card details, enabling efficient board discovery and targeted card management within the chat interface.

What is the best way to automate Trello task triage without leaving the chat?

The best way to automate Trello task triage is by executing curl-based REST API requests through an assistant. This allows you to inspect boards, create cards, and archive completed items directly, streamlining project board updates.

Can I automate Trello card archiving and commenting through API calls?

Yes, you can automate Trello card archiving and commenting through API calls. The workflow supports adding comments to cards and archiving completed items by sending authenticated curl requests to the Trello REST API endpoints.