ワンクリックで
deployment-health-check
Check health status of all infrastructure services and agents in The Collective deployment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Check health status of all infrastructure services and agents in The Collective deployment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manages Redis cache TTLs for AgeMem working memory, calculating expiration times based on memory type, importance, access patterns, and Ebbinghaus decay.
Reviews and organizes memories, promoting episodic to semantic storage, archiving outdated information, and maintaining memory health. Use periodically or when memory optimization is needed.
Manages memory lifecycle operations including promotion from episodic to semantic, archiving outdated memories, and maintaining memory state transitions per AgeMem policy.
Discovers and maintains relationships between memories across tiers (episodic, semantic, procedural), enabling unified retrieval and knowledge graph navigation.
Calculates and assigns importance scores to memories based on content analysis, user signals, access patterns, and emotional salience. Use when adding new memories or re-evaluating existing ones.
Send agent-to-agent (A2A) messages via Redis pub/sub with optional ACP WebSocket delivery. Use when agents need to communicate, broadcast to the triad, or check agent health. Compatible with the npm OpenClaw gateway.
| name | deployment-health-check |
| description | Check health status of all infrastructure services and agents in The Collective deployment. |
Checks the health of all services in The Collective deployment.
node skills/deployment-health-check/check.js
Returns JSON with status of each service and overall health.
{
"timestamp": "2024-01-15T10:30:00Z",
"overall": "healthy",
"services": {
"litellm": { "status": "healthy", "responseTime": 45 },
"postgres": { "status": "healthy", "responseTime": 12 },
"redis": { "status": "healthy", "responseTime": 5 },
"ollama": { "status": "healthy", "responseTime": 120 }
},
"agents": {
"steward": { "status": "healthy", "responseTime": 30, "port": 8001 },
"alpha": { "status": "healthy", "responseTime": 28, "port": 8002 },
...
}
}