slack

Solid

Send messages to Slack channels via incoming webhook.

AI & Automation 6 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
35
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Slack Skill Send messages to Slack channels via incoming webhooks. ## Available Tools - `send_slack_webhook` - Send a message to a Slack channel via webhook ## Configuration Requires a Slack Incoming Webhook URL. Create one at https://api.slack.com/messaging/webhooks Configure the webhook URL in Settings > Connectors > Slack, or provide it directly via the `webhook_url` parameter. ## Example ```python send_slack_webhook( text="Hello from Longhouse!" ) ``` ## Rich Formatting Supports Slack Block Kit for rich messages: ```python send_slack_webhook( text="Deployment completed", blocks=[{"type": "section", "text": {"type": "mrkdwn", "text": "*Status:* Success"}}] ) ```

Details

Author
cipher982
Repository
cipher982/longhouse
Created
1 years ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category