trello

Manage Trello boards, lists and cards via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes 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 accessible Trello boards.
  • List Management: View all lists within a specific board.
  • Card Management: Create, move, comment on, and archive cards within lists.
  • Use Case: Quickly create a new task card in your "To-Do" list on your "Project X" board without leaving your current workflow.

Quick Start

Use the trello skill to create a new card titled "Finalize report" in the list with ID "listId123".

Frequently Asked Questions about trello

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

FAQPage Schema
How do I create Trello cards automatically without opening the web interface?

This Skill manages Trello boards, lists, and cards through the Trello REST API to automate card creation directly, bypassing the web interface. It streamlines task management by allowing you to create new cards in specific lists via API calls.

Do I need an API key and token to manage Trello boards via API?

Yes, managing Trello boards via API requires a Trello API key and token for authentication and authorization. These credentials are mandatory to securely access your boards, lists, and cards through the Trello REST API.

What Trello card management operations can I perform through the API?

Supported Trello card management operations include creating cards, moving cards between lists, adding comments, and archiving cards. Additionally, you can list all accessible boards and retrieve lists within a specific board through the Trello REST API.

Can I move Trello cards between lists using an API call?

Yes, you can move Trello cards between lists using an API call. This Skill supports moving cards across different lists within a board, allowing you to update task statuses and workflow stages programmatically without manual web interaction.

How do I list all accessible Trello boards and their lists programmatically?

You can list all accessible Trello boards and their lists programmatically by executing API requests through this Skill. It supports listing all accessible boards and retrieving all lists within a specific board, providing a complete view of your project structure.

What are the limitations of managing Trello tasks through the REST API?

Limitations of managing Trello tasks through the REST API include the strict requirement of valid API keys and tokens for authentication. Furthermore, all operations are bound by standard Trello API rate limits and the specific permissions associated with your account access level.