AgentSkillsCN

integration-slack

通过 AgenCo 可用的 Slack 操作

SKILL.md
--- frontmatter
name: integration-slack
description: "Slack actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

Slack

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
send_messagesSends messages to Slack channels or DMs for notifications, updates, or automated replies
list_channelsRetrieves public Slack channels to determine where messages or actions can be sent
read_channel_messagesFetches recent or past messages from a public channel for context and activity tracking
upload_filesUploads files to Slack channels or DMs, such as reports, documents, or images
add_reactionsAdds emoji reactions to messages to acknowledge requests or indicate status
search_messagesSearches Slack messages and files to find relevant conversations or historical content
create_channelCreates new public or private channels for team collaboration
invite_to_channelInvites users to join specific channels
get_user_infoRetrieves profile information about Slack workspace members

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["slack send messages"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["slack send messages"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"slack_send_messages","input":{...}}'

If Slack is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.