trello

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

4|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/adamhjouj/shieldclaw --skill trello-adamhjouj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello
Source: https://github.com/adamhjouj/shieldclaw/tree/main/openclaw/skills/trello
Command: npx skills add https://github.com/adamhjouj/shieldclaw --skill trello-adamhjouj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams manage Trello boards, lists, and cards programmatically via the Trello REST API.

Core Features & Use Cases

  • Board, list, and card management: Create, update, move, and delete items on Trello boards using the REST API.
  • Automation and integration: Automate workflows by syncing Trello with other OpenClaw actions.
  • Use Case: Example: automatically create a new card when a GitHub issue is opened, and move it across lists as the issue changes status.

Quick Start

Set your TRELLO_API_KEY and TRELLO_TOKEN environment variables and start issuing Trello management commands.

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 REST API?

You can automate Trello board management by using this Skill to programmatically call Trello REST API endpoints for creating, updating, moving, and deleting cards. Set your TRELLO_API_KEY and TRELLO_TOKEN environment variables to authenticate requests.

Can I automatically create Trello cards from GitHub issues?

Yes, you can automatically create Trello cards from GitHub issues by integrating this Skill into your workflow. It uses curl to call Trello REST endpoints, allowing you to trigger card creation and movement across lists based on issue status changes.

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

Yes, you need a Trello API key and token to manage boards programmatically. You must set the TRELLO_API_KEY and TRELLO_TOKEN environment variables before issuing any Trello management commands through the REST API.

What Trello operations are supported through REST API automation?

Supported Trello operations through REST API automation include creating, updating, moving, and deleting items on Trello boards. The Skill handles board, list, and card management to help teams organize workflows programmatically.

How does integrating Trello with other workflow actions improve board management?

Integrating Trello with other workflow actions improves board management by syncing Trello with external events to automate task tracking. This eliminates manual card updates and keeps your Trello lists synchronized with project changes automatically.

What's the best way to move Trello cards across lists automatically?

The best way to move Trello cards across lists automatically is using this Skill to execute REST API calls via curl. It enables programmatic card movement based on predefined workflow triggers and status updates from integrated systems.