From mph-kit
Sends and reads messages in the TraderDaddy-Pro Discord (#admin-discussion by default) via a bot. Supports posting, reading recent messages, and discovering channels.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mph-kit:discord-admin-botThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send and read messages in the TraderDaddy-Pro Discord using the bot token at `discord.txt`. Default channel is `#admin-discussion`; can target other channels by name once they've been discovered.
Send and read messages in the TraderDaddy-Pro Discord using the bot token at discord.txt. Default channel is #admin-discussion; can target other channels by name once they've been discovered.
python scripts/send.py "Your message here"
Optional flags:
--channel <name> — target a different channel by name (must be in discord_config.json)--channel-id <id> — target by raw IDpython scripts/read.py --limit 20
Optional flags:
--channel <name> / --channel-id <id> — same as above--format full — include timestamps, authors, attachments; default is compactpython scripts/discover.py
Lists every guild the bot is in and every text channel inside, and updates discord_config.json with the resolved IDs for #admin-discussion.
discord.txt or $DISCORD_BOT_TOKEN.discord.txt or discord_config.json. The repo root .gitignore blocks both.Retry-After value; if a second 429 hits, fail loud rather than spam.core/discord_notify.py webhook setup in the mur repo.$DISCORD_BOT_TOKEN env var (highest priority)discord.txt in the skill folder (the install step copies it here from the alpha-skills repo)discord.txt in the current working directorydiscord.txt walking up from CWD until a parent contains itView Channels + Send Messages + Read Message History permissions on #admin-discussion.discord_config.json populated by discover.py.If sending or reading fails with 401 → token is wrong. With 403 → permissions missing. With 404 → channel ID stale, re-run discover.py.
See api_reference.md for the underlying endpoints and rate-limit handling.
npx claudepluginhub mphinance/alpha-skills --plugin mph-kitSends, reads, and lists Discord messages and channels via the Discord REST API using a bot token. Uses curl and jq for API calls.
Writes Discord bot token to config and guides you through channel setup, access policy, and allowlist lockdown.
Sends, replies, searches, reads, reacts to, edits, and deletes messages in Discord channels. Useful for communicating with Discord or checking channel activity.