trello

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines Trello management by allowing users to interact with boards, lists, and cards directly via API calls, eliminating the need to navigate the Trello web interface for common tasks.

Core Features & Use Cases

  • Board Management: List all your Trello boards.
  • List Management: View all lists within a specific board.
  • Card Management: List cards in a list, create new cards, move cards between lists, add comments, and archive cards.
  • Use Case: Quickly create a new task card in your "To-Do" list on your "Project X" board without leaving your current chat interface.

Quick Start

Use the trello skill to list all boards associated with your account.

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 without using the web interface?

You can manage Trello boards, lists, and cards directly through the Trello REST API, eliminating the need to navigate the web interface for common project management tasks.

Do I need a Trello API key and token to create and move cards?

Yes, Trello API key and token are required for authentication and authorization to perform operations like creating new cards, moving cards between lists, and adding comments.

What's the best way to automate kanban task management for Trello boards?

Automating kanban task management is best achieved by using the Trello REST API to list boards, create cards, move cards between lists, add comments, and archive cards programmatically.

Can I add comments and archive cards on Trello via API calls?

Yes, you can add comments to cards and archive cards directly through Trello REST API calls, supporting complete card management workflows without manual web interaction.

Why does the Trello API skill require jq as a dependency?

The jq dependency is required to parse and process JSON responses returned by the Trello REST API when listing boards, lists, and cards through the skill's scripts.