Notion Template Business Architect
Content CreationTransform your Notion template ideas into a thriving digital product business. This skill provides expert guidance on al...
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.
Manages Trello boards, lists, and cards through command-line interaction with the Trello REST API.
When you need to automate Trello tasks, integrate Trello with other command-line tools, or manage your Trello boards directly from your terminal.
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.
Returns JSON responses from the Trello API containing information about boards, lists, cards, and other Trello objects.
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'`).
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.
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'`).
Discover more AI agent skills in the same category to enhance your workflow automation.
Transform your Notion template ideas into a thriving digital product business. This skill provides expert guidance on al...
This skill automates Monday.com work management workflows through the Rube MCP (Composio) toolkit. It enables the creati...
This skill automates the process of fixing GitHub issues. It fetches issues from a repository, spawns sub-agents to impl...
This skill provides automated pull request reviews, identifying potential security vulnerabilities, logic errors, and st...
This skill leverages deep context analysis to generate comprehensive test suites automatically. It identifies edge cases...
Security Sentinel is an autonomous security audit skill designed to proactively identify and address potential security ...
Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.