slack
SolidSend messages to Slack channels via incoming webhook.
AI & Automation 6 stars
0 forks Updated today Apache-2.0
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
slack
Slack messaging, file sharing, Block Kit formatting, and channel management. Use when the user wants to send Slack messages, post rich Block Kit layouts, share files, react, or manage channels and members.
67 Updated 2 days ago
hyperfx-ai AI & Automation Listed
developing-slack-apps
Develops Slack apps and API integrations. Supports Bolt framework, Block Kit UI, event handling, and slash commands. Use for "Slack", "슬랙", "봇", "webhook" requests or Slack app development.
1 Updated 4 days ago
Open330 AI & Automation Featured
add-slack
Add Slack channel integration via Chat SDK.
30,381 Updated today
nanocoai