trello

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

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Luzzer/Kraken --skill trello-luzzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/Luzzer/Kraken/tree/main/skills/trello
Command: npx skills add https://github.com/Luzzer/Kraken --skill trello-luzzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Trello workflow tasks by calling the Trello REST API to manage boards, lists, and cards, reducing manual steps and speeding up project management.

Core Features & Use Cases

  • Create, update, move, and archive cards across lists
  • Create and manage boards and lists, and fetch board/card data
  • Use case: automatically generate cards from templates for sprint planning or onboarding tasks

Quick Start

Create a new card named 'Sprint 42 Kickoff' on the 'To Do' list of board 'PROJECT-ALPHA'.

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?

Automate Trello board management by using AI commands that call the Trello REST API to create, update, move, and archive cards. This reduces manual steps and speeds up project tracking workflows for teams using Trello.

What do I need to start automating Trello cards with curl?

To start automating Trello cards with curl, you need to set the TRELLO_API_KEY and TRELLO_TOKEN environment variables. These credentials authenticate the API requests required to manage your boards and lists.

Can I automatically generate Trello cards from templates for sprint planning?

Yes, you can automatically generate Trello cards from templates for sprint planning or onboarding tasks. The automation targets Trello board and card management to streamline repetitive project setup processes.

How do I move and update Trello cards across different lists?

Move and update Trello cards across lists by executing AI-powered commands that trigger Trello API requests. You can retrieve card data, update list statuses, and relocate cards seamlessly within your automated workflow.

What's the best way to retrieve Trello board and card data for automated workflows?

The best way to retrieve Trello board and card data for automated workflows is by using curl to perform Trello REST API requests. This allows you to fetch board information and extract specific card data programmatically.

Does this Trello API integration work for creating new boards and lists?

Yes, this Trello API integration supports creating and managing boards and lists. You can programmatically establish new project boards and organize lists to structure your project tracking environment automatically.