원클릭으로
discord
Interact with Discord servers via a bot token. Use for listing guilds/channels, reading messages, and sending messages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Interact with Discord servers via a bot token. Use for listing guilds/channels, reading messages, and sending messages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guides agents through isolated Git worktree setup, lifecycle commands, process cleanup, and per-worktree local development state. Use when creating, starting, stopping, inspecting, cleaning up, or troubleshooting Git worktree development environments or when a repository includes a worktree lifecycle CLI.
Continuously watch and fix release main CI until the branch is fully green and verified working. Use when asked to babysit CI, babysit CI release, monitor release main, run /loop for CI, run /goal until checks pass, or keep iterating until release main is green.
Fix flaky tests by repeatedly running the suite, collecting intermittent failures, and proving stability. Use when asked to fix flaky tests or require repeated/consecutive green test runs.
Manage LinkedIn messaging, profiles, posts, connections, and company pages via Unipile. Use for networking, content publishing, and lead engagement.
Scoped commit workflow with a bundled committer script that prevents accidental broad staging. Use when the user asks to commit, commit all, create a git commit, or handle commit-time staging in this repository.
Systematically QA a web application like a real user, triage issues by severity, fix scoped bugs when asked, verify fixes with evidence, and report ship readiness. Use when asked to QA, test a site or app, find bugs, test and fix, or check whether a feature works.
| name | discord |
| description | Interact with Discord servers via a bot token. Use for listing guilds/channels, reading messages, and sending messages. |
Read and send messages in Discord servers using a bot token.
DISCORD_BOT_TOKEN - Discord bot token# List guilds the bot is in
discord guilds
# List channels in a guild
discord channels <guildId>
# Get messages from a channel
discord messages <channelId> [-l limit]
# Send a message to a channel
discord send <channelId> --text "Hello world"
JSON arrays. Example for messages:
[
{
"id": "123456",
"author": { "id": "789", "username": "user1", "bot": false },
"content": "Hello!",
"timestamp": "2024-01-15T10:00:00.000000+00:00"
}
]