discord

Use this skill to send a message over Discord to the operator

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "discord" with this command: npx skills add dtinth/agent-skills/dtinth-agent-skills-discord

To send a message over Discord to the user, there is a script at ~/.local/bin/discord-curl that can be invoked to send a Discord message via a webhook.

The script is essentially implemented this way:

#!/bin/bash -e
curl -X POST "$@" <webhook_url>

Here are some examples:

# Send a message
~/.local/bin/discord-curl -F 'content=hello'

# Send a message with file
~/.local/bin/discord-curl -F 'content=hello' -F 'files[0]=@/etc/os-release'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

wait-for-ci

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

tmux

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

packlets

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agent-skills

No summary provided by upstream source.

Repository SourceNeeds Review
discord | V50.AI