一键导入
config-validator
Validate all configuration files for consistency and completeness.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate all configuration files for consistency and completeness.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | config-validator |
| description | Validate all configuration files for consistency and completeness. |
Validates configuration files across the deployment.
node skills/config-validator/validate.js
Returns JSON with validation results and any errors found.
{
"timestamp": "2024-01-15T10:30:00Z",
"overall": "passed",
"validations": {
"docker_compose_agents": {
"status": "passed",
"details": "All 11 agents configured"
},
"litellm_endpoints": {
"status": "passed",
"details": "All agent endpoints present"
},
...
},
"summary": {
"total": 6,
"passed": 6,
"failed": 0
}
}
docker-compose.yml - Docker service definitionslitellm_config.yaml - LiteLLM gateway configurationagents/*/IDENTITY.md - Agent identity files.env.example - Environment variable templateusers/_schema.json - User schema definitionManages 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.