Loading...
Loading...
Use this skill to send a message over Discord to the operator
npx skill4agent add dtinth/agent-skills discord~/.local/bin/discord-curl#!/bin/bash -e
curl -X POST "$@" <webhook_url># 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'