pd-slack-send

Original🇺🇸 English
Translated
2 scripts

Slack: Send a message to a channel or user.

5installs
Added on

NPX Install

npx skill4agent add casret/pipedream pd-slack-send

Tags

Translated version includes tags in frontmatter

slack send

PREREQUISITE: Read
../pd-shared/SKILL.md
for auth and
../pd-slack/SKILL.md
for all commands.
bash
npx tsx resources/pd-slack.ts send --channel <ID> --text <TEXT>
FlagRequiredDescription
--channel
Channel ID (use
find-channel
to look up by name)
--text
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.