slack-web-api

Installation
SKILL.md

Slack Web API

Core API Pattern

All Web API methods follow this pattern:

result, err := api.MethodName(params...)
if err != nil {
    // Handle error (rate limits, permissions, etc.)
    return err
}
// Use result

Messaging Operations

Send Simple Text Message

Related skills

More from linehaul-ai/linehaulai-claude-marketplace

Installs
52
GitHub Stars
4
First Seen
Jan 24, 2026