Slack 연동 도구. 메시지 송수신·검색·미회신 확인·채널 목록·이모지 리액션을 수행한다. Use when: Slack에 게시, 채널 목록, 스레드 답장, 미회신 확인, 리액션 추가가 필요할 때.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add xuiltul/animaworks --skill slack-tool --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Slack Tool?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/xuiltul-slack-tool-d32210c4)More formats (shields.io, HTML) on the badges page.
---
name: slack-tool
description: >-
Slack 연동 도구. 메시지 송수신·검색·미회신 확인·채널 목록·이모지 리액션을 수행한다.
Use when: Slack에 게시, 채널 목록, 스레드 답장, 미회신 확인, 리액션 추가가 필요할 때.
tags: [communication, slack, external]
---
# Slack 도구
Slack의 메시지 송수신, 검색, 리액션을 수행하는 외부 도구입니다.
## 호출 방법
**Bash**: `animaworks-tool slack <서브커맨드> [인수]`로 실행합니다.
## 액션 목록
### send — 메시지 송신
```bash
animaworks-tool slack send CHANNEL MESSAGE [--thread TS]
```
### messages — 메시지 조회
```bash
animaworks-tool slack messages CHANNEL [-n 20]
```
### search — 메시지 검색
```bash
animaworks-tool slack search KEYWORD [-c CHANNEL] [-n 50]
```
### unreplied — 미회신 메시지 확인
```bash
animaworks-tool slack unreplied [--json]
```
### channels — 채널 목록
```bash
animaworks-tool slack channels
```
### react — 이모지 리액션
- `emoji`: Slack 이모지 이름 (콜론 없이. 예: `thumbsup`, `eyes`, `white_check_mark`)
- `message_ts`: 리액션 대상 메시지의 타임스탬프 (`messages` 액션 결과에서 확인 가능)
- **참고**: `react` 액션은 CLI 미지원. MCP를 통해 사용하세요.
## CLI 사용법
```bash
animaworks-tool slack send CHANNEL MESSAGE [--thread TS]
animaworks-tool slack messages CHANNEL [-n 20]
animaworks-tool slack search KEYWORD [-c CHANNEL] [-n 50]
animaworks-tool slack unreplied [--json]
animaworks-tool slack channels
```
## 주의사항
- Slack Bot Token이 credentials에 사전 설정되어 있어야 합니다
- 채널은 # 접두사가 붙은 이름 또는 채널 ID로 지정합니다
- 리액션에는 `reactions:write` 스코프가 필요합니다
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.