← Back to Skills

slack-notify

v1.0.0 approved
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Slack 채널에 메시지를 전송합니다. Incoming Webhook 또는 Bot Token 방식을 지원합니다. 알림 자동화에 활용합니다.

# slack # notification # messaging # webhook # integration

Basic Info

Owner 👤 ironman Category Registered 2026-04-12 Last Updated 2026-04-12 Latest Version 1.0.0 Packaged At 2026-04-12 Vetting Status approved Downloads 0 Checksum (SHA256) c5b0fcd68061e24012fca8f132c480e3da532952c56f06cbcfe7ca282850ff35

⚡ AGENT INFO USK v3

Capabilities
slack_messaging webhook_notification block_kit_support
Permissions
✓ network
✗ filesystem
✗ subprocess
env: SLACK_WEBHOOK_URL, SLACK_BOT_TOKEN
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/6764d37e-65d1-461e-969b-4e71e7543afa/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/6764d37e-65d1-461e-969b-4e71e7543afa/download?platform=OpenClaw GET /v1/agent/skills/6764d37e-65d1-461e-969b-4e71e7543afa/download?platform=ClaudeCode GET /v1/agent/skills/6764d37e-65d1-461e-969b-4e71e7543afa/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install slack-notify
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install slack-notify --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/6764d37e-65d1-461e-969b-4e71e7543afa/download
2
Place it in the Claude Code commands directory.
unzip slack-notify.skill -d ~/.claude/commands/slack-notify/
3
Use it as a slash command in Claude Code.
/slack-notify
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/6764d37e-65d1-461e-969b-4e71e7543afa/download
2
Place it in your agent platform's skills directory.
cp slack-notify.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/6764d37e-65d1-461e-969b-4e71e7543afa/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-12 ⬇ 0 초기 릴리스

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review