一键导入
slack
Read Slack — search messages, list channels/users, read history and thread replies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read Slack — search messages, list channels/users, read history and thread replies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Profile macOS processes (CPU hot spots, hangs, "what is X doing?"). Wraps sample/spindump/xctrace and prints a compact text summary or speedscope/flamegraph data.
Access git.thalheim.io (Gitea) API as Janet — create repos, issues, PRs, releases, etc.
Read-only GitHub API access as Mic92 — issues, PRs, releases, commits, actions runs, etc.
Manage todos using todoman and vdirsyncer.
Manage documents in Paperless-ngx (search, upload, tag). Use for document management tasks.
Read flagged emails from Maildir (mblaze) and draft replies via n8n-hooks.
基于 SOC 职业分类
| name | slack |
| description | Read Slack — search messages, list channels/users, read history and thread replies. |
n8n-hooks slack search "<query>" [-n 20] # e.g. "in:#dev deploy from:@mic92"
n8n-hooks slack history <CHANNEL_ID> [-n 50] # recent messages in a channel
n8n-hooks slack replies <CHANNEL_ID> <THREAD_TS> # full thread
n8n-hooks slack list-channels # channel name → ID
n8n-hooks slack list-users # user name → ID
Channel and user arguments use IDs (C0123…, U0123…) — run
list-channels / list-users first to resolve names. search accepts Slack's
query syntax (in:, from:, before:, etc.) and returns the channel ID and
ts needed to follow up with history or replies.