- Home
- Skills
- Lycfyi
- Community Agent Plugin
- Community Status
community-status_skill
- Python
4
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill lycfyi/community-agent-plugin --skill community-status- requirements.yaml77 B
- SKILL.md2.1 KB
Overview
This skill shows a unified status of all configured community platforms (Discord, Telegram). It helps you verify setup, sync state, and file paths at a glance. Use it before troubleshooting or when you want a quick health check of your community agents.
How this skill works
The skill inspects platform configuration, connection state, and recent sync metadata for each configured channel. It reports last sync time, total messages synced, config/profile/data file locations, and overall setup mode. If the agent persona is not configured, it triggers the required bootstrap flow instead of exposing partial status.
When to use it
- You ask “what's my setup” or “show status”.
- You want to confirm which platforms are configured and connected.
- You need last-sync time or message counts before troubleshooting.
- You want to verify config, profile, and data file locations.
- Before running diagnostics or re-initializing a platform.
Best practices
- Always check persona configuration first; the skill will initiate bootstrap if persona is unconfigured.
- Run this status check before running any doctor/init tools to get current context.
- Keep config and profile paths backed up and note the data directory for audits.
- Use the status output to decide next steps: doctor tools for issues, init for missing platforms.
- Schedule periodic checks to monitor sync health and detect drops early.
Example use cases
- Developer asks “show my community status” to confirm Discord and Telegram are connected.
- Ops engineer reviews last sync and message counts before a release affecting bots.
- Support agent confirms file paths and setup mode while guiding a user through troubleshooting.
- User runs status to see whether to run discord-doctor or telegram-doctor next.
- Administrator verifies persona is configured and, if not, completes bootstrap before continuing.
FAQ
The skill will not show partial status; it initiates the persona bootstrap workflow and only shows status after setup completes.
Which fields are included in the status output?
Platform connectivity, last sync time, total messages synced, config/profile/data file locations, setup completion and mode (quickstart/advanced).