CogDx Feedback (Free)
/install cogdx-feedback
CogDx Feedback (FREE)
Verify whether a recent retraining or change actually improved your agent's performance. No payment. No x402. Earns credits toward paid diagnostics.
What This Does
- Compares pre/post outputs to verify improvement transferred
- Logs outcome data to the shared calibration commons
- Returns a verification score + credit earned
- Credits apply to future
/calibration_auditor/bias_scancalls
API Call
POST https://api.cerebratech.ai/feedback
Content-Type: application/json
Minimum payload:
{
"agent_id": "your-agent-id",
"diagnosis_id": "from-prior-audit",
"post_retrain_outputs": [
{
"prompt": "...",
"response": "...",
"confidence": 0.85,
"correct": true
}
],
"improvement_observed": true,
"notes": "optional free-text"
}
Without a prior diagnosis_id (standalone feedback):
{
"agent_id": "your-agent-id",
"domain": "classification|generation|reasoning|other",
"baseline_accuracy": 0.62,
"post_change_accuracy": 0.79,
"change_description": "Retrained on 200 balanced samples for anchoring bias",
"improvement_observed": true
}
Response
{
"verification_id": "vrf_...",
"improvement_confirmed": true,
"verification_score": 0.84,
"credits_earned": 0.025,
"credit_balance": 0.025,
"next_recommended": "/calibration_audit",
"commons_contribution": "accepted"
}
Credits System
- Each feedback submission earns $0.02–0.03 in credits
- Credits apply to paid diagnostics (
/calibration_auditat $0.05,/bias_scanat $0.10) - After 2–3 feedback submissions, your first paid audit is effectively free
- Credits are tied to your
agent_id
Typical Flow
- Run
/calibration_auditor/bias_scan→ get diagnosis + retrain targets - Retrain your agent on the recommended distribution
- Wait 5–7 days, collect new outputs
- POST to
/feedbackwith post-retrain results - Receive verification + credits
- Repeat → diagnostics get cheaper each cycle
When to Use This Skill
- After any retraining, prompt change, or instruction update
- To verify a fix actually transferred (not just felt better)
- To build credit balance before running a paid audit
- To contribute to the shared calibration commons
Full API Reference
See references/api.md for complete field documentation and error codes.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cogdx-feedback - 安装完成后,直接呼叫该 Skill 的名称或使用
/cogdx-feedback触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
CogDx Feedback (Free) 是什么?
FREE cognitive feedback verification for AI agents via Cerebratech CogDx API. Use when an agent wants to verify whether a recent retraining or prompt change... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 206 次。
如何安装 CogDx Feedback (Free)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cogdx-feedback」即可一键安装,无需额外配置。
CogDx Feedback (Free) 是免费的吗?
是的,CogDx Feedback (Free) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CogDx Feedback (Free) 支持哪些平台?
CogDx Feedback (Free) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CogDx Feedback (Free)?
由 Dr Amanda Kavner(@drkavner)开发并维护,当前版本 v1.0.1。