From channel-setup
Show current channel setup status — token, access policy, allowed users, groups. Use when checking if a channel is configured correctly. Triggers: "channel status", "show config", "what's configured", "check setup".
How this skill is triggered — by the user, by Claude, or both
Slash command
/channel-setup:statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read and display the current state of all configured channels. This is read-only — no changes are made.
Read and display the current state of all configured channels. This is read-only — no changes are made.
List configured channels:
ls -d ~/.claude/channels/discord* ~/.claude/channels/telegram*
If nothing found: "No channels configured. Run /channel-setup:setup to get started."
For each channel directory found:
a. Token status — Read <dir>/.env:
b. Access config — Read <dir>/access.json:
If file exists, extract and display:
=== Discord [profile] ===
Token: ✓ configured
DM Policy: pairing
Allowed Users: 2
Groups: 1 channel(s)
- #channel-name (1234567890) requireMention: true
Mention Patterns: ["<@BOT_ID>"]
Pending Pairs: 0
Delivery: ackReaction: 👀, replyToMode: first
If file missing:
=== Discord ===
Token: ✓ configured
Access Config: ✗ not configured (default pairing mode)
Tool permissions:
Read ~/.claude/settings.json. Check for each channel's permission pattern:
mcp__plugin_discord_discord__*mcp__plugin_telegram_telegram__*Show: "Tool Permissions: ✓ discord" or "Tool Permissions: ✗ discord (not configured)"
Profile summary (if multiple profiles detected):
Profiles:
default → ~/.claude/channels/discord/
frontend → ~/.claude/channels/discord-frontend/
backend → ~/.claude/channels/discord-backend/
Quick actions if issues detected:
/channel-setup:setup to configure"/channel-setup:setup"/channel-setup:setup and enable auto-allow"/channel-setup:setup to configure server channels"npx claudepluginhub girofu/claude-channel-plugins --plugin channel-setupCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.