一键导入
slack
Read Slack conversations, list channels, and create draft messages (safe, does not send). Use when user mentions Slack, channels, DMs, or workspace messages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read Slack conversations, list channels, and create draft messages (safe, does not send). Use when user mentions Slack, channels, DMs, or workspace messages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read and create Google Calendar events. View today's schedule, upcoming events, and create new events. Use when user asks about calendar, schedule, meetings, or availability.
Creates Claude Code primitives (skills, commands, agents) following official best practices. Use when user wants to add new capabilities, workflows, or specialists. Asks clarifying questions to determine the right primitive type.
Dynamic Apify actor selection and execution for research tasks. Searches Apify store to find best actors, prefers pay-per-result pricing. Use when needing web scraping, data extraction, or research automation.
Extract content from any video - transcripts (speech-to-text) and AI understanding (visual analysis). Supports YouTube, Loom, and local files. Use when user mentions transcript, transcribe, video analysis, understand video, get text from video, video summary, extract from video, watch video, screen recording analysis, YouTube transcript, Loom transcript, or whisper transcription.
FFmpeg utilities for video file manipulation. Convert formats (MP4, WebM) and extract audio tracks. Use when user mentions video conversion, format change, extract audio, mp4, webm, ffmpeg, or file format.
Create and update Google Docs from markdown files. Convert local markdown to cloud documents with formatting preserved. Use when user asks to create a Google Doc, convert markdown to Google Docs, or update an existing doc.
| name | slack |
| description | Read Slack conversations, list channels, and create draft messages (safe, does not send). Use when user mentions Slack, channels, DMs, or workspace messages. |
Read conversations, list channels, and draft messages. All operations are safe - this skill does NOT send messages.
# List channels
uv run scripts/list_channels.py
# Read conversation history
uv run scripts/read.py --channel <channel_id> --limit 20
# Create draft message (saved locally, not sent)
uv run scripts/draft.py --channel <channel_id> --message "Your message here"
| Operation | Module | Script | Description |
|---|---|---|---|
| List | LIST.md | list_channels.py | List channels, DMs, groups |
| Read | READ.md | read.py | Read conversation history |
| Draft | DRAFT.md | draft.py | Create draft messages (no send) |
channels:read - List public channelschannels:history - Read public channel messagesgroups:read - List private channelsgroups:history - Read private channel messagesim:read - List DMsim:history - Read DM messagesusers:read - Get user infoexport SLACK_BOT_TOKEN="xoxb-your-token-here"
Draft messages saved to:
workspace/docs/YYYY-MM-DD - Slack Drafts/