Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub mihir-s-05/claude-code-discord-windows-rich-presence --plugin clawd-presenceWindows-only helper that shows Claude Code activity in Discord Rich Presence. It runs a small background daemon that applies updates and keeps Discord in sync while you work.
# from repo root
.\install.ps1
The installer builds the helper (if Go is available), writes config (if you enter a Client ID), and installs/updates the plugin. If a manual install exists, it removes the old clawd-presence folder first.
Claude Code hooks invoke dist/windows/claude-hooks/presence.ps1. The script writes the desired presence state and a background daemon applies it to Discord. On session end, the daemon clears or idles your presence based on config.
install.ps1.Global config path:
%APPDATA%\ClawdPresence\config.jsonExample:
{
"discord": {
"clientId": "YOUR_CLIENT_ID",
"largeImageKey": "clawd",
"largeImageText": "Claude Code",
"smallImageKey": "terminal",
"smallImageText": "Windows"
},
"privacy": {
"showRepo": true,
"showBranch": true,
"showToolName": true
},
"behavior": {
"onSessionEnd": "clear",
"updateDebounceMs": 500
}
}
Optional (no file): set CLAWD_PRESENCE_CLIENT_ID or DISCORD_CLIENT_ID in your environment. If no Client ID is configured, the helper uses a shared default application ID.
Project override:
<repo>\.claude\presence.json (same schema as global config).\install.ps1
If you use a manual install, also pass -PluginDir to your plugins folder. The script removes any existing clawd-presence directory before reinstalling.
Use this when the Claude CLI is unavailable or marketplace install fails.
go build -o dist\windows\clawd-presence.exe .\cmd\clawd-presence
# Example: plugins directory is %USERPROFILE%\.claude\plugins
.\install.ps1 -PluginDir "$env:USERPROFILE\.claude\plugins" -Mode Junction
Add these commands to your .claude/settings.json hooks if you want to wire hooks by hand:
{
"hooks": {
"SessionStart": [{
"matcher": "*",
"hooks": [{
"type": "command",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -File C:/path/to/dist/windows/claude-hooks/presence.ps1",
"timeout": 5
}]
}],
"UserPromptSubmit": [{
"matcher": "*",
"hooks": [{
"type": "command",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -File C:/path/to/dist/windows/claude-hooks/presence.ps1",
"timeout": 5
}]
}],
"PreToolUse": [{
"matcher": "*",
"hooks": [{
"type": "command",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -File C:/path/to/dist/windows/claude-hooks/presence.ps1",
"timeout": 5
}]
}],
"PostToolUseFailure": [{
"matcher": "*",
"hooks": [{
"type": "command",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -File C:/path/to/dist/windows/claude-hooks/presence.ps1",
"timeout": 5
}]
}],
"Stop": [{
"matcher": "*",
"hooks": [{
"type": "command",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -File C:/path/to/dist/windows/claude-hooks/presence.ps1",
"timeout": 5
}]
}],
"SessionEnd": [{
"matcher": "*",
"hooks": [{
"type": "command",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -File C:/path/to/dist/windows/claude-hooks/presence.ps1",
"timeout": 5
}]
}]
}
}
presence.ps1 file.dist/windows/clawd-presence.exe clear or restart Claude Code.install.ps1 to reinstall and refresh the plugin files..\dist\windows\clawd-presence.exe diagnose
%APPDATA%\ClawdPresence\config.json<repo>\.claude\presence.json%LOCALAPPDATA%\ClawdPresence\state.json%LOCALAPPDATA%\ClawdPresence\logs\YYYY-MM-DD.logMatches all tools
Hooks run on every tool call, not just specific ones
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Native Windows toast notifications for Claude Code with window activation
Discord channel for Claude Code — messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.
Real-time statusline HUD for Claude Code - displays context usage, tool activity, agent tracking, and todo progress
Real-time session dashboard for Claude Code — cost tracking, analytics, and smart alerts
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Live multi-session dashboard for Claude Code — real-time visibility and control over every Claude Code session from a browser
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim