discord-bot
v0.9.0あなたの Bot の中身。Claude Code の Discord チャンネルセッションを Discord 側から管理する。/ctx でコンテキスト使用量を返し、/clear で tmux 経由に /clear を送って完了通知し、Bot のステータスに使用量を常時表示する
By umitsu-techLicense: MIT0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install discord-bot for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install discord-bot@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/umitsu-tech/claude-code-discord-botClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/access/SKILL.md├── skills/clear/SKILL.md├── skills/configure/SKILL.md├── skills/ctx/SKILL.md├── skills/setup-channel/SKILL.md└── .mcp.json
Included Skills5
Manage Discord channel access — approve pairings, edit allowlists, set DM/group policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Discord channel.
Discord から「/clear」「クリアして」「コンテキストをリセットして」「新しいセッションにして」と依頼されたとき、このセッションが動いている tmux ペインへ /clear を送ってコンテキストを空にする。Discord からの依頼で必ず使用する(ターミナルで直接 /clear できる場面では不要)
Set up the Discord channel — save the bot token and review access policy. Use when the user pastes a Discord bot token, asks to configure Discord, asks "how do I set this up" or "who can reach me," or wants to check channel status.
今のセッションのコンテキスト使用量(ctx / 5h / 7d の使用率)を調べて Discord に返す。Discord から「/ctx」「/context」「コンテキストどれくらい?」「残り容量は」などが届いたときに必ず使用する。ターミナルから呼ばれた場合はその場に表示する
Discordチャンネルの新規作成ワークフロー。チャンネル・フォーラム・カテゴリを作る依頼を受けたときに必ず使用する。チャンネル作成だけでなく、受信設定(access.json)・プロジェクトの構成表更新・受信テストまでを一括で行う
MCP servers2
- command
- bun
- args
- run --cwd ${CLAUDE_PLUGIN_ROOT}/channel --shell=bun --silent start
- command
- uv
- args
- run --directory ${CLAUDE_PLUGIN_ROOT}/mcp/server-admin python -m discord_mcp.server
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "discord-bot",
"version": "0.9.0",
"description": "あなたの Bot の中身。Claude Code の Discord チャンネルセッションを Discord 側から管理する。/ctx でコンテキスト使用量を返し、/clear で tmux 経由に /clear を送って完了通知し、Bot のステータスに使用量を常時表示する",
"author": {
"name": "umitsu-tech",
"email": "[email protected]"
},
"repository": "https://github.com/umitsu-tech/claude-code-discord-bot",
"homepage": "https://github.com/umitsu-tech/claude-code-discord-bot",
"keywords": [
"discord",
"channel",
"context",
"presence",
"tmux"
],
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[discord-bot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/discord-bot)