slack

Send, edit, delete, and react to Slack messages via Alisio.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/nuno7lopes/alisio --skill slack-nuno7lopes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/nuno7lopes/alisio/tree/main/skills/slack
Command: npx skills add https://github.com/nuno7lopes/alisio --skill slack-nuno7lopes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines Slack interactions, allowing you to react to messages, manage pins, send/edit/delete messages, and fetch member info directly from Alisio.

Core Features & Use Cases

  • Slack Automation: React to messages, manage pins, send/edit/delete messages, and fetch member info.
  • Bot Token Usage: Utilizes the bot token configured for Alisio to execute commands.
  • Use Case: Use this Skill to quickly react with emojis to messages, pin important updates, or send automated responses to incoming messages.

Quick Start

Use the slack skill to send a message to the channel 'C123': "Hello from Alisio".

Frequently Asked Questions about slack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending and editing Slack messages without opening the app?

Automating Slack messages is done by using a bot token to send, edit, and delete messages directly from the Alisio platform. This allows you to execute Slack interactions programmatically without manual navigation.

Can I automatically add emoji reactions to Slack messages via an API?

Adding emoji reactions to Slack messages is supported through automated channel interactions. The Skill utilizes a configured bot token to react to specific messages, eliminating the need for manual interface clicks.

What is needed to fetch Slack member information and manage channel pins automatically?

Fetching Slack member info and managing channel pins requires a configured Alisio bot token. Once set up, the token authorizes the platform to retrieve user details and pin important updates automatically.

Does this Slack automation method work for sending messages to specific channel IDs?

Yes, Slack automation works for specific channels by targeting the channel ID in the command. You can send automated responses or messages directly to a designated channel identifier using the bot token.

What are the limitations of using a bot token for Slack message management?

Using a bot token for Slack message management limits actions to the permissions granted to that specific bot. It executes targeted tasks like reacting, pinning, and messaging but cannot perform actions outside the bot's authorized scope.