Loading...
Loading...
Slack: Send messages, search conversations, list channels and users, reply to threads, and add reactions.
npx skill4agent add casret/pipedream pd-slackPREREQUISITE: Readfor auth and setup.../pd-shared/SKILL.md
npx tsx resources/pd-slack.ts <command> [flags]| Command | Description | Key Flags |
|---|---|---|
| Send a message | |
| Reply to a thread | |
| Recent messages summary | |
| Active threads | |
| Search messages | |
| List channels | |
| Find channel by name | |
| List users | |
| Find user by name or email | |
| Add a reaction | |
| Update a message | |
| Set channel topic | |
| Raw channel history | |
npx tsx resources/pd-slack.ts find-channel --name general
npx tsx resources/pd-slack.ts find-user --name Giao
npx tsx resources/pd-slack.ts find-user --email alice@company.com
npx tsx resources/pd-slack.ts send --channel C0123456789 --text 'Hello team!'
npx tsx resources/pd-slack.ts triage --channel C0123456789 --limit 10
npx tsx resources/pd-slack.ts search --query 'deployment failed'
npx tsx resources/pd-slack.ts reply --channel C0123456789 --thread 1234567890.123456 --text 'On it!'
npx tsx resources/pd-slack.ts react --channel C0123456789 --timestamp 1234567890.123456 --emoji eyeschannelsfind-channelCfind-user --name--emailtriagehistorysearch*bold*_italic_<@U123><#C123>[!CAUTION],send,reply,update,reactare write commands — confirm before executing.topic