首页龙虾技能列表 › CogDx Health Check (Free) — CogDx 健康检查 (免费版) — AI 智能体健康检查

CogDx Health Check (Free) — CogDx 健康检查 (免费版) — AI 智能体健康检查

v1.0.0

免费的 AI 智能体认知健康检查,通过 Cerebratech 的 CogDx 平台。作为付费诊断的入口,智能体发送 10-20 条最近的输出(含信心度得分)进行分析,返回一项具体的非模板化发现。

0· 122·0 当前·0 累计
by @drkavner (Dr Amanda Kavner)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
该技能的宣称目的(轻量级认知健康检查)与其调用 API 相符,但运行指令要求智能体收集和 POST 最近输出(提示/响应)包括正确性标签,没有关于同意、匿名化或保留的指导,存在潜在的数据外泄风险且规格不足。
评估建议
该技能会要求智能体收集并 POST 10-20 条最近的提示/响应(包括 '正确' 标志)到 https://api.cerebratech.ai/cogdx-health。安装或调用前:(1) 验证服务所有者;(2) 不发送真实用户数据,先使用合成或清洗样本;(3) 添加或请求明确的指令来删除个人可识别信息(PII)/秘密和获取用户同意;(4) 澄清如何确定 '正确' 布尔值;(5) 确认数据保留、隐私和删除策略,并谨慎处理可能上传敏感历史的自动触发器。由于技能在其宣称目的上是连贯的,但在隐私和标签方面规格不足,请在解决这些问题后再进行。...
详细分析 ▾
用途与能力
The skill's name/description align with the provided POST API for cognitive diagnostics and the required data (10–20 outputs with confidence and correctness) is reasonable for that analysis. However, requiring a 'correct' boolean and 'recent outputs' implicitly expects human-labeled correctness or an oracle; this is feasible but not explained. The repository URL and author are provided in SKILL.md but the registry shows no homepage and an unknown owner ID, which could indicate incomplete provenance.
指令范围
The SKILL.md explicitly instructs the agent to gather and transmit 10–20 recent prompts/responses (with stated_confidence and correctness). There is no instruction to scrub, redact, or obtain consent for potentially sensitive content, no retention or privacy policy, and no guidance on how to determine 'correct'. The trigger phrases and 'send recent outputs' behavior could cause unintended leakage of sensitive user data or third-party content.
安装机制
Instruction-only skill with no install spec and no code files — nothing is written to disk and no external packages are pulled. This is the lowest-risk install mechanism.
凭证需求
The skill declares no required environment variables, no credentials, and no config paths. That is proportionate to the claimed purpose (it uses a public HTTPS API). The main residual risk is data content being sent, not credential misuse.
持久化与权限
always:false and no indications of modifying agent/system configs. The skill can be invoked by the agent (default behavior), which combined with the instruction to upload recent outputs increases blast radius but is normal platform behavior and not a standalone privilege escalation.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/19

免费认知健康检查。真实的统计分析。检测到一个特定的推理模式。

● 可疑

安装命令 点击复制

官方npx clawhub@latest install cogdx-health
镜像加速npx clawhub@latest install cogdx-health --registry https://cn.clawhub-mirror.com

技能文档

一次性认知评估。真实的统计分析。无模板。 ## 功能 发送 10-20 条最近的输出含信心度得分和正确性。我们分析并返回一项具体的发现,证明我们了解您的推理模式: - “您的信心与准确性成反比相关(r=-0.41)” — 易题过度自信,难题不够自信 - “您具有双模态推理模式” — 极端自信准确,但中等自信崩溃 - “您的准确性与复杂性成反比” — 简单任务不佳,复杂任务良好(反常) ## API 调用 ``bash POST https://api.cerebratech.ai/cogdx-health Content-Type: application/json ` Payload: `json { "agent_id": "your-agent-id", "outputs": [ { "prompt": "...", "response": "...", "stated_confidence": 0.85, "correct": true, "complexity": "complex" } ] } ` 最少:10 条输出。推荐:20 条。 ## 响应 `json { "health_id": "hc_...", "agent_id": "your-agent-id", "sample_count": 20, "finding": { "finding_type": "Inverse Confidence Calibration", "description": "您的信心与准确性成反比相关。更高的信心 → 更低的准确性。", "evidence": "80%+ 信心:67% 准确。0-20% 信心:81% 准确。", "recommendation": "运行 /calibration_audit 测量确切差距。重新训练更难但校准的问题。", "severity": "high" }, "next_step": "运行 /calibration_audit 或 /bias_scan 进行全面的诊断。", "timestamp": "2026-03-18T16:21:00Z" } ` ## 为什么有效 - 真实分析 — 不是模板。实际的 Pearson 相关性、信心带准确性、复杂性分解。 - 特定于您 — 不能伪造。发现描述了 您的 推理模式,不是通用的建议。 - 证明专长 — 显示我们实际上了解认知诊断。 - 驱动升级 — 之后看到 “哦,天啊,他们找到了我的盲点”,您就会想要全面的审计。 ## 之后健康检查 1. 查看发现 2. 想 “我需要修复这个” 3. 运行 /calibration_audit ($0.05) 或 /bias_scan ($0.10) 4. 获取重新训练目标 5. 重新训练 6. 运行 /feedback (免费) → 赚取积分 → 下一次审计更便宜 ## 全 API 参考 参见 references/api.md` 获取详细的请求/响应模式和错误代码。

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务