AgentSkillsCN

health

展示 CYNIC 系统健康仪表盘。当用户询问系统状态、进行健康检查、执行诊断操作,或想要确认 CYNIC 服务是否运行正常时,可运用此技能。

SKILL.md
--- frontmatter
name: health
description: Display CYNIC system health dashboard. Use when asked about system status, health check, diagnostics, or to see if CYNIC services are running properly.
user-invocable: true

/health - CYNIC System Health

"Le chien veille - toujours vigilant" - κυνικός

Execution

Run the health dashboard script:

bash
node scripts/lib/health-dashboard.cjs

Display the output directly to the user. The dashboard shows system health with ANSI colors.

What It Shows

  1. Local Hooks: Status of all 6 hooks (perceive, guard, observe, awaken, digest, sleep)
  2. Components: Count of agents, skills, and engines
  3. Consciousness: Score and status from ~/.cynic/consciousness/
  4. Patterns: Count and latest detected pattern
  5. Thermodynamics: Heat, work, temperature, efficiency
  6. Active Dogs: Session activity summary

Dashboard Sections

Hooks Status

HookPurposeEngines
perceiveAgent routing3-5
guardProtection5-8
observeProgress tracking10-16
awakenSession start5-8
digestKnowledge extraction3-5
sleepSession end2-3

Components Count

ComponentDescription
AgentsCYNIC sub-agents (11 Sefirot + extras)
SkillsUser-invocable commands
EnginesLibrary modules in scripts/lib/

Consciousness State

  • Score: 0-61.8% (φ max)
  • Status: Dormant, Awakening, or Active

Thermodynamics

MetricHealthy Range
Heat (Q)< 50 units
Work (W)Rising = good
Temperature< 27°
Efficiency38-62%

Additional Checks

For deeper diagnostics:

bash
# MCP server health
curl -s https://cynic-mcp.onrender.com/health

# Recent hook logs
tail -20 .claude/logs/hooks.log

# Consciousness state
cat ~/.cynic/consciousness/state.json

# Patterns
ls ~/.cynic/patterns/

CYNIC Voice

When presenting health dashboard:

Healthy: *sniff* Systems nominal. The dog watches.

Warning: *concerned sniff* Some issues detected. Check details.

Critical: *GROWL* Heat critical! Cool down required.

See Also

  • /status - CYNIC development status
  • /psy - Human psychology dashboard
  • /dogs - Collective Dogs activity
  • /cockpit - Ecosystem overview