trello

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

23|10|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/deepgram/dglabs-deepclaw --skill trello-deepgram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/deepgram/dglabs-deepclaw/tree/main/skills/trello
Command: npx skills add https://github.com/deepgram/dglabs-deepclaw --skill trello-deepgram

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines Trello board, list, and card management by utilizing the Trello REST API, allowing for easy integration with the OpenClaw platform.

Core Features & Use Cases

  • Board and List Management: Interact with Trello boards and lists to view, create, and modify their structure.
  • Card Management: Perform actions on cards, such as creating, moving, and archiving them.
  • Use Case: Efficiently organize and track project progress by managing Trello boards directly within OpenClaw.

Quick Start

List all Trello boards using the 'trello list boards' command.

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 from my command line?

Manage Trello boards and cards by using this Skill to interact with the Trello REST API, enabling you to view, create, and modify boards, lists, and cards directly from your workflow.

Do I need a Trello API key and token to manage boards programmatically?

Yes, a Trello API key and token are required for authorization. This Skill uses these credentials to authenticate requests sent to the Trello REST API for managing your project tasks.

What is the best way to automate Trello card management for project tracking?

Automate Trello card management by executing script components that call the Trello REST API. You can efficiently create, move, and archive cards to track project progress without leaving your terminal.

Does this Trello API integration require any specific dependencies?

Yes, this Trello API integration requires 'jq' as a dependency. The script components use jq to process JSON data returned from the Trello REST API during board and card management operations.

Can I create and archive Trello cards in bulk using API integration?

Yes, you can create and archive Trello cards by interacting with the Trello REST API. This Skill supports card management actions, allowing you to modify board structures and archive tasks programmatically.