trello-ops

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the management of Trello boards, lists, and cards, streamlining task and project tracking.

Core Features & Use Cases

  • Board Management: List and retrieve information about Trello boards.
  • List Operations: Get existing lists within a board and create new ones.
  • Card Management: Create, move, archive, and retrieve cards with details and comments.
  • Search & Organization: Find cards by label and search for boards/lists by name.
  • Use Case: Automatically create a new card in the "To Do" list of your "Project Alpha" board when a new bug is reported in your system.

Quick Start

Use the trello-ops skill to create a new card named "Implement user authentication" in the list with ID "list-id-here" on your Trello board.

Frequently Asked Questions about trello-ops

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

FAQPage Schema
How do I automate Trello board management and create cards via API?

Automating Trello board management is done through REST API calls to create cards, move tasks between lists, and add comments. This Skill uses the axios library to handle HTTP requests for these kanban automation operations.

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

Authenticating Trello API requests requires a valid Trello API key and token. These credentials must be provided to authorize the HTTP requests used for managing boards, lists, and cards.

Can I move and archive Trello cards across different lists automatically?

Yes, you can move and archive Trello cards across lists automatically. The Skill supports card management operations including moving tasks between lists, archiving cards, and retrieving card details via the REST API.

How do I search for Trello cards by label and find boards by name?

Searching for Trello cards by label and finding boards by name is supported through the REST API. You can retrieve specific cards using label filters and search for existing boards or lists by their names.

Does axios work with the Trello API for kanban project tracking?

Yes, axios works with the Trello API for kanban project tracking. The Skill relies on the axios library to execute HTTP requests for retrieving board information, creating new lists, and managing task cards.

What are the limitations of automating Trello task management through REST API?

Automating Trello task management through REST API is limited to operations supported by the Trello API endpoints, such as listing boards, creating cards, and moving tasks. It requires valid API credentials and depends on external API rate limits.