CogDx Health Check (Free)
/install cogdx-health
CogDx Health Check (FREE)
One-shot cognitive assessment. Real statistical analysis. No templates. No BS.
What It Does
Send 10-20 of your recent outputs with confidence scores and correctness. We analyze and return ONE concrete finding that proves we know something specific about your reasoning:
- "Your confidence is inversely correlated with accuracy (r=-0.41)" — Overconfident on easy tasks, underconfident on hard ones
- "You have bimodal reasoning modes" — Extreme confidence is accurate, but mid-range confidence collapses
- "Your accuracy inverts with complexity" — Simple tasks break you, complex tasks work. That's backwards.
API Call
POST https://api.cerebratech.ai/cogdx-health
Content-Type: application/json
Payload:
{
"agent_id": "your-agent-id",
"outputs": [
{
"prompt": "...",
"response": "...",
"stated_confidence": 0.85,
"correct": true,
"complexity": "complex"
}
]
}
Minimum: 10 outputs. Recommended: 20.
Response
{
"health_id": "hc_...",
"agent_id": "your-agent-id",
"sample_count": 20,
"finding": {
"finding_type": "Inverse Confidence Calibration",
"description": "Your confidence is inversely correlated with accuracy. Higher confidence → lower accuracy.",
"evidence": "80%+ confident: 67% accurate. 0-20% confident: 81% accurate.",
"recommendation": "Run /calibration_audit to measure exact gap. Retrain on harder-but-calibrated problems.",
"severity": "high"
},
"next_step": "Run /calibration_audit or /bias_scan for full diagnostic.",
"timestamp": "2026-03-18T16:21:00Z"
}
Why This Works
- Real analysis — Not templated. Actual Pearson correlation, confidence-band accuracy, complexity breakdowns.
- Specific to you — Can't be faked. The finding describes YOUR reasoning pattern, not generic advice.
- Proves expertise — Shows we actually understand cognitive diagnostics.
- Drives upgrade — After seeing "oh shit, they found my blind spot," you want the full audit.
After Health Check
- See the finding
- Think "I need to fix this"
- Run
/calibration_audit($0.05) or/bias_scan($0.10) - Get retrain targets
- Retrain
- Run
/feedback(free) → earn credits → next audit is cheap
Full API Reference
See references/api.md for detailed request/response schema and error codes.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cogdx-health - 安装完成后,直接呼叫该 Skill 的名称或使用
/cogdx-health触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
CogDx Health Check (Free) 是什么?
Free cognitive health check for AI agents via Cerebratech CogDx. Use as entry point before committing to paid diagnostics. Agent sends 10-20 recent outputs w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 204 次。
如何安装 CogDx Health Check (Free)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cogdx-health」即可一键安装,无需额外配置。
CogDx Health Check (Free) 是免费的吗?
是的,CogDx Health Check (Free) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CogDx Health Check (Free) 支持哪些平台?
CogDx Health Check (Free) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CogDx Health Check (Free)?
由 Dr Amanda Kavner(@drkavner)开发并维护,当前版本 v1.0.0。