community-status
Community Status
Show unified status across all configured community platforms (Discord, Telegram).
When to Use
- User says "what's my setup" or "show status"
- User says "check my community agents"
- User wants to see which platforms are configured
- User asks "what have I synced"
- Before troubleshooting to see current state
How to Execute
python ${CLAUDE_PLUGIN_ROOT}/tools/community_status.py
What It Shows
-
Platform Status
- Discord: configured/not configured, connected server
- Telegram: configured/not configured, connected group
-
Sync Info
- Last sync time
- Total messages synced
-
File Paths
- Config file location
- Profile file location
- Data directory
-
Setup State
- Whether setup is complete
- Setup mode used (quickstart/advanced)
Example Output
Community Agent Status
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Platforms:
✓ Discord: Connected (My Server)
✓ Telegram: Connected (My Group)
Sync:
Last sync: 2 hours ago
Messages: 1,234
Files:
Config: config/agents.yaml
Profile: config/PROFILE.md
Data: data/
Setup: Complete (quickstart mode)
Status Icons
- ✓ Fully configured and ready
- ○ Partially configured (needs init)
- ✗ Not configured
Bootstrap Trigger
IMPORTANT: Before showing status, check if persona is configured:
python ${CLAUDE_PLUGIN_ROOT}/tools/persona_status.py --json
If "configured": false, do not just show status. Instead, initiate the Bootstrap Ritual (see CLAUDE.md) to help the user set up their agent identity through a friendly conversation.
Only show the status output after persona setup is complete.
Next Steps
If platforms show issues:
- Run
discord-doctorortelegram-doctorto diagnose - Run
discord-initortelegram-initto configure
More from lycfyi/community-agent-plugin
telegram-sync
Sync Telegram messages to local storage. Use when user asks to sync, pull, fetch, or download Telegram messages.
26telegram-read
Read and search synced Telegram messages. Use when user asks about Telegram conversations, wants to see messages, or search for specific content.
13telegram-doctor
Diagnose Telegram configuration and connectivity issues. Use when user reports problems with Telegram sync, connection errors, or wants to troubleshoot.
11telegram-init
Initialize Telegram configuration. Use when user wants to set up, configure, or connect their Telegram account for the first time.
11telegram-send
Send messages to Telegram channels. Use when user wants to post, reply, or send messages to Telegram.
8telegram-list
List Telegram groups and channels. Use when user asks about available groups, channels, or wants to discover what's accessible.
7