Explore

Find agent skills by outcome

154,187 skills indexed with the new KISS metadata standard.

Showing 24 of 154,187
General
PromptBeginner5 minmarkdownQuality: 22

We are mostly interested in the read-only commands here that fall under the categories: Read

Get

0
General
PromptBeginner5 minmarkdownQuality: 22

3. Restrict: Explicitly exclude any commands capable of modifying

deleting

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 22

Show me the list of commands under two categories: Read-Only

and Write

0
Productivity
PromptBeginner5 minmarkdownQuality: 22

Update Agent Permissions

Task: Update Agent Permissions

0
General
PromptBeginner5 minmarkdownQuality: 22

console.error(Failed to fetch lists:

error.message);

0
General
PromptBeginner5 minmarkdownQuality: 22

test

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

const url = `https://api.trello.com/1/members/me/boards?key=${API_KEY}&token=${TOKEN}&fields=name

url`;

0
General
PromptBeginner5 minmarkdownQuality: 22

require('dotenv').config({ path: path.join(dirname

'../../../../.env') });

0
General
PromptBeginner5 minmarkdownQuality: 22

console.error(Failed to fetch boards:

error.message);

0
General
PromptBeginner5 minmarkdownQuality: 22

console.error(Failed to create card:

error.message);

0
General
PromptBeginner5 minmarkdownQuality: 22

require('dotenv').config({ path: path.join(dirname

'../../../../.env') });

0
General
PromptBeginner5 minmarkdownQuality: 22

throw new Error(`HTTP error! status: ${response.status}

message: ${errText}`);

0
General
PromptBeginner5 minmarkdownQuality: 26

1. Identify the Target: If the target listId is unknown

first run list_boards.js to identify the correct boardId

0
General
PromptBeginner5 minmarkdownQuality: 22

const response = await fetch(url

{

0
General
PromptBeginner5 minmarkdownQuality: 22

require('dotenv').config({ path: path.join(dirname

'../../../../.env') });

0
Productivity
PromptBeginner5 minmarkdownQuality: 22

When the user requests to manage or add a task to Trello

follow these steps autonomously:

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

To use this skill locally

you need to provide your Trello Developer API credentials.

0
General
PromptBeginner5 minmarkdownQuality: 26

Fetches the lists inside a specific board to find the exact listId (e.g.

retrieving the ID for the To Do column).

0
General
PromptBeginner5 minmarkdownQuality: 22

- Fetch Lists: Retrieve all lists (columns like To Do

In Progress

0
General
PromptBeginner5 minmarkdownQuality: 26

- Fetch Boards: Retrieve a list of all Trello boards the user has access to

including their Name

0
Productivity
PromptBeginner5 minmarkdownQuality: 26

The Trello Integration Skill provides a seamless connection between the AI agent and the user's Trel...

and create new task cards on specific boards based on user prompts.

0
General
PromptBeginner5 minmarkdownQuality: 22

description: This skill allows you to interact with Trello account to list boards

view lists

0
General
PromptBeginner5 minmarkdownQuality: 22

trello-integration-skill

0
General
PromptBeginner5 minmarkdownQuality: 26

If you are not able to view the text book try to find a different version you can view. The chapters...

cryptographic tools

0