← Back to Skills Marketplace
byungkyu

Slack

by byungkyu · GitHub ↗ · v1.0.10 · MIT-0
cross-platform ✓ Security Clean
6613
Downloads
7
Stars
8
Active Installs
11
Versions
Install in OpenClaw
/install slack-api
Description
Slack API integration with managed OAuth. Send messages, manage channels, search conversations, and interact with Slack workspaces. Use this skill when users...
Usage Guidance
Install only if you trust Maton as an API gateway for Slack data. Use the least-privileged Slack connection available, specify the intended connection when multiple workspaces are connected, and require explicit confirmation before posting, deleting, archiving, inviting, kicking, uploading, or removing anything.
Capability Analysis
Type: OpenClaw Skill Name: slack-api Version: 1.0.10 The skill provides a standard Slack API integration through the Maton.ai proxy service. It includes well-documented CLI and Python examples for managing Slack messages, channels, and OAuth connections. The documentation in SKILL.md explicitly includes a security instruction requiring user approval for write operations, and no evidence of data exfiltration, malicious execution, or obfuscation was found.
Capability Assessment
Purpose & Capability
The skill clearly presents itself as a Slack API integration for sending messages, managing channels, listing users, searching conversations, files, reactions, and workflow automation; the API reference includes destructive Slack operations, but they are relevant to that integration rather than hidden or unrelated.
Instruction Scope
The skill exposes many Slack read and write operations and explicitly tells the agent to confirm every create, update, or delete action with the user. The approval requirement is documented as an agent instruction rather than enforced code, which is expected for this instruction-only skill but still important for users to follow.
Install Mechanism
There is no executable code in the scanned artifact; installation guidance points to the external Maton CLI via npm or Homebrew, so users must separately trust that CLI source.
Credentials
Network access, a MATON_API_KEY, and Slack OAuth access are proportionate for a Slack API gateway skill, but Slack messages, files, channel identifiers, and API responses may pass through Maton's service.
Persistence & Privilege
Persistent Maton-managed Slack OAuth connections are disclosed, including listing, creating, selecting, and deleting connections. No hidden background process, privilege escalation, or undisclosed persistence is shown.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install slack-api
  3. After installation, invoke the skill by name or use /slack-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.10
- Added CLI usage examples for all supported features, including message and connection management. - Included instructions for installing the Maton CLI via NPM and Homebrew. - Expanded Quick Start and Authentication sections with both CLI and Python examples. - Provided CLI and Python examples side-by-side for connection management tasks. - API Reference now includes parallel CLI commands for common operations. - Improved overall organization for easier navigation and usage.
v1.0.9
- Updated all endpoint URLs from gateway.maton.ai and ctrl.maton.ai to api.maton.ai for a unified API entrypoint. - Security & Permissions section added, emphasizing user confirmation for all write operations. - Connection management documentation updated to reflect new endpoints. - LICENSE.txt was removed from the repository.
v1.0.8
- Expanded and reorganized the API Reference section to include additional Slack endpoints (such as scheduling messages, channel management, setting topics/purposes, etc.). - Improved documentation structure by grouping related endpoints and providing clearer headings for each category. - Added new examples and options for conversations, including create, join, leave, archive, unarchive, rename, set topic, and set purpose endpoints. - Updated metadata: added homepage field and adjusted emoji value formatting.
v1.0.7
- Added new metadata section under `clawdbot`, specifying requirements and an emoji. - No functional changes to API or usage—documentation metadata update only.
v1.0.6
- No file changes detected in this version. - No user-facing changes; documentation and functionality remain the same as previous version.
v1.0.5
Version 1.0.5 of the slack-api skill - No file changes were detected in this version. - Functionality and documentation remain the same as the previous release.
v1.0.4
- All shell-based usage and management examples have been replaced with embedded Python one-liners using the standard library for HTTP requests. - Updated Quick Start and Connection Management sections to feature Python automation instead of curl commands. - No changes to the API endpoints or general documentation content. - JavaScript and Python code samples remain available for advanced scripting.
v1.0.3
- Added guidance to use the api-gateway skill for third party apps (see skill description). - Updated curl examples to use $MATON_API_KEY for authentication. - Added notes about using curl -g for URLs with brackets to prevent shell globbing. - Included important notice regarding environment variable expansion issues when piping curl output to other commands (e.g., jq). - No functional changes to endpoints or API features.
v1.0.2
- Updated API gateway base URL to accept methods at /slack/{method} instead of /slack/api/{method} - Expanded example response for connection details, adding creation_time, last_updated_time, and metadata fields - Clarified connection selection instructions and HTTP header usage - Improved API key retrieval instructions - Minor clarifications and formatting improvements in documentation
v1.0.1
- Added documentation for the "Get Connection" endpoint in the connection management section. - Included an example response for retrieving a specific Slack connection. - No other functional or documentation changes detected.
v1.0.0
Initial release of Slack API integration via Maton gateway. - Managed Slack OAuth: Connect multiple Slack workspaces with API key authentication. - Post, edit, delete messages, and manage threads. - List channels, users, and channel members; retrieve channel info. - Search conversations and post file uploads. - Support for reactions, DM conversations, and Slack markdown formatting. - Centralized API endpoint documentation and working code examples (curl, JS, Python). - Error handling and connection management with detailed guidance.
Metadata
Slug slack-api
Version 1.0.10
License MIT-0
All-time Installs 249
Active Installs 8
Total Versions 11
Frequently Asked Questions

What is Slack?

Slack API integration with managed OAuth. Send messages, manage channels, search conversations, and interact with Slack workspaces. Use this skill when users... It is an AI Agent Skill for Claude Code / OpenClaw, with 6613 downloads so far.

How do I install Slack?

Run "/install slack-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Slack free?

Yes, Slack is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Slack support?

Slack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Slack?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.10.

💬 Comments