بنقرة واحدة
slack
// Read Slack — search messages, list channels/users, read history and thread replies.
// Read Slack — search messages, list channels/users, read history and thread replies.
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.
| 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.