trello

Automate Trello board, list, and card operations via the REST API.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill trello-xcriminal1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/xcriminal1/Xcriminal-bot/tree/main/skills/trello
Command: npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill trello-xcriminal1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trello users often need to automate repetitive board, list, and card operations. This Skill provides programmatic access to the Trello REST API to manage boards, lists, and cards from Xcriminal, reducing manual tasks and enabling integration with other workflows.

Core Features & Use Cases

  • List boards to discover available workspaces and IDs.
  • List lists within a board to locate target lists.
  • List cards within a list to review items.
  • Create a card to capture new work items quickly.
  • Move a card between lists to reflect status changes.
  • Add a comment to a card to capture updates and notes.
  • Archive a card when work is complete and no longer active.
  • Use cases include automation of onboarding tasks, project setup, and routine trello housekeeping via scripts.

Quick Start

Use curl with your Trello API key and token to list the boards.

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 and card management via the API?

Automate Trello board and card management via the REST API by using curl to call endpoints for creating boards, listing cards, moving items between lists, and adding comments, requiring an API key and token.

What Trello automation tasks can I perform using curl and REST endpoints?

Using curl and REST endpoints, you can perform Trello automation tasks like listing available boards, creating new cards, moving cards between lists, archiving inactive cards, and adding comments to support team workflows.

Do I need a Trello API key and token to automate boards and cards?

Yes, you need a Trello API key and token to authenticate curl requests. You can pass these credentials directly or use environment variables to manage your key and token securely during automation workflows.

Can I move Trello cards between lists and add comments automatically?

Yes, you can automatically move Trello cards between lists to reflect status changes and add comments to capture notes. This is achieved by sending curl requests to the specific Trello REST API card endpoints.

What is the best way to automate routine Trello housekeeping and project setup?

The best way to automate routine Trello housekeeping and project setup is by scripting REST API calls with curl. This allows you to programmatically create cards, archive completed items, and manage lists without manual intervention.

How does listing Trello boards and lists help with workspace automation?

Listing Trello boards and lists helps with workspace automation by discovering available workspaces and retrieving the necessary board or list IDs required to target subsequent API actions like moving or creating cards.