Automated ingestion of prompt: trello-integration-skill
This commit is contained in:
parent
2d3699254d
commit
a9a7f285e4
|
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
title: "trello-integration-skill"
|
||||
contributor: "@mertogemini@gmail.com"
|
||||
tags: #coding, #mertogeminigmailcom
|
||||
---
|
||||
|
||||
---
|
||||
name: trello-integration-skill
|
||||
description: This skill allows you to interact with Trello account to list boards, view lists, and create cards automatically.
|
||||
---
|
||||
|
||||
# Trello Integration Skill
|
||||
|
||||
The Trello Integration Skill provides a seamless connection between the AI agent and the user's Trello account. It empowers the agent to autonomously fetch existing boards and lists, and create new task cards on specific boards based on user prompts.
|
||||
|
||||
## Features
|
||||
- **Fetch Boards**: Retrieve a list of all Trello boards the user has access to, including their Name, ID, and URL.
|
||||
- **Fetch Lists**: Retrieve all lists (columns like "To Do", "In Progress", "Done") belonging to a specific board.
|
||||
- **Create Cards**: Automatically create new cards with titles and descriptions in designated lists.
|
||||
|
||||
---
|
||||
|
||||
## Setup & Prerequisites
|
||||
|
||||
To use this skill locally, you need to provide your Trello Developer API credentials.
|
||||
|
||||
1. Generate your credentials at the [Trello Developer Portal (Power-Ups Admin)](https://trello.com/app-key).
|
||||
2. Create an API Key.
|
||||
3. Generate a Secret Token (Read/Write access).
|
||||
4. Add these credentials to the project's root `.env` file:
|
||||
|
||||
Loading…
Reference in New Issue