pd-slack-triage

Original🇺🇸 English
Translated
2 scripts

Slack: Show recent messages summary for a channel — quick inbox scan.

12installs
Added on

NPX Install

npx skill4agent add casret/pipedream pd-slack-triage

Tags

Translated version includes tags in frontmatter

slack triage

PREREQUISITE: Read
../pd-shared/SKILL.md
for auth and
../pd-slack/SKILL.md
for all commands.
bash
npx tsx resources/pd-slack.ts triage --channel <ID> [--limit N]
Returns per-message:
ts
,
user
,
text
(truncated),
thread_reply_count
,
reactions
.
bash
npx tsx resources/pd-slack.ts triage --channel C0123456789 --limit 10
Read-only. Use
history
for full messages.