Loading...
Loading...
Discord ops via the message tool (channel=discord).
npx skill4agent add steipete/clawdis discordmessagemessagediscordchannel: "discord"channels.discord.actions.*rolesmoderationpresencechannelsguildIdchannelIdmessageIduserIdaccountIdto: "channel:<id>"to: "user:<id>"channelId: "<id>"tomessageId: "<id>"{
"action": "send",
"channel": "discord",
"to": "channel:123",
"message": "hello",
"silent": true
}{
"action": "send",
"channel": "discord",
"to": "channel:123",
"message": "see attachment",
"media": "file:///tmp/example.png"
}{
"action": "react",
"channel": "discord",
"channelId": "123",
"messageId": "456",
"emoji": "✅"
}{
"action": "read",
"channel": "discord",
"to": "channel:123",
"limit": 20
}{
"action": "edit",
"channel": "discord",
"channelId": "123",
"messageId": "456",
"message": "fixed typo"
}{
"action": "delete",
"channel": "discord",
"channelId": "123",
"messageId": "456"
}{
"action": "poll",
"channel": "discord",
"to": "channel:123",
"pollQuestion": "Lunch?",
"pollOption": ["Pizza", "Sushi", "Salad"],
"pollMulti": false,
"pollDurationHours": 24
}{
"action": "pin",
"channel": "discord",
"channelId": "123",
"messageId": "456"
}{
"action": "thread-create",
"channel": "discord",
"channelId": "123",
"messageId": "456",
"threadName": "bug triage"
}{
"action": "search",
"channel": "discord",
"guildId": "999",
"query": "release notes",
"channelIds": ["123", "456"],
"limit": 10
}{
"action": "set-presence",
"channel": "discord",
"activityType": "playing",
"activityName": "with fire",
"status": "online"
}