trello

by Unknown v1.0.0

This skill allows you to interact with the Trello API to manage your boards, lists, and cards. It provides a set of commands to perform common operations such as listing boards, lists, and cards, creating new cards, moving cards between lists, adding comments, and archiving cards.

It uses `curl` to make HTTP requests to the Trello API and `jq` to parse the JSON responses. You'll need to obtain an API key and token from Trello and set them as environment variables to authenticate your requests. The skill provides examples of how to use these tools to perform various Trello operations.

By leveraging the Trello API, this skill enables automation and integration with other tools and workflows. Manage your projects and tasks directly from your command line or scripts, streamlining your workflow and improving productivity.

What It Does

Manages Trello boards, lists, and cards through command-line interaction with the Trello REST API.

When To Use

When you need to automate Trello tasks, integrate Trello with other command-line tools, or manage your Trello boards directly from your terminal.

Inputs

Requires Trello API key and token as environment variables (TRELLO_API_KEY, TRELLO_TOKEN), board IDs, list IDs, and card IDs as needed for specific commands.

Outputs

Returns JSON responses from the Trello API containing information about boards, lists, cards, and other Trello objects.

Limitations

Requires `curl` and `jq`. Rate limits apply (300 requests per 10 seconds per API key, 100 requests per 10 seconds per token).

Installation

1. Ensure you have `curl` and `jq` installed on your system.
2. Obtain your Trello API key from https://trello.com/app-key.
3. Generate a token by clicking the 'Token' link on the same page.
4. Set the `TRELLO_API_KEY` and `TRELLO_TOKEN` environment variables in your shell environment (e.g., `export TRELLO_API_KEY='your_key'` and `export TRELLO_TOKEN='your_token'`).

View Cline documentation

1. Open Cursor IDE.
2. Create a new Cursor project.
3. Copy the Trello skill script into your project.
4. Install `jq` if not already installed.
5. Set the `TRELLO_API_KEY` and `TRELLO_TOKEN` environment variables in your Cursor environment.

View Cursor IDE documentation

1. Ensure you have `curl` and `jq` installed on your system.
2. Obtain your Trello API key from https://trello.com/app-key.
3. Generate a token by clicking the 'Token' link on the same page.
4. Set the `TRELLO_API_KEY` and `TRELLO_TOKEN` environment variables in your shell environment (e.g., `export TRELLO_API_KEY='your_key'` and `export TRELLO_TOKEN='your_token'`).

View Aider documentation

Have a Skill to Share?

Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.