pd-slack-send
Original:🇺🇸 English
Translated
2 scripts
Slack: Send a message to a channel or user.
5installs
Sourcecasret/pipedream
Added on
NPX Install
npx skill4agent add casret/pipedream pd-slack-sendTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →slack send
PREREQUISITE: Readfor auth and../pd-shared/SKILL.mdfor all commands.../pd-slack/SKILL.md
bash
npx tsx resources/pd-slack.ts send --channel <ID> --text <TEXT>| Flag | Required | Description |
|---|---|---|
| ✓ | Channel ID (use |
| ✓ | Message text (supports mrkdwn) |
bash
npx tsx resources/pd-slack.ts send --channel C0123456789 --text 'Deploy complete ✅'[!CAUTION] Write command — confirm with the user before executing.