narco-check
仓库创建 2026年2月25日最近提交 24 天前SkillHot 收录 21 天前
▸ 精选理由
自动化发现记忆与状态问题,适合需要高可靠性的长期会话系统。
▸ 风险提示
依赖外部闭源模型(如 Claude Opus 4.6),可能产生高调用成本与数据外泄风险。
这个 Skill 做什么
对代理记忆执行完整性审计,检测幻觉、循环确认与状态污染。
对代理的记忆状态做完整性审计,自动检测幻觉、循环确认和状态污染问题。会在连续两次失败后或夜间深检时触发,使用指定的 Opus 4.6 审计模型执行,不在低阶模型上运行。适合用来保证长期会话与工具链的可靠性与一致性。
▸ 展开 SKILL.md 英文原文
Memory integrity audit. Detects hallucinations, circular confirmations, and state poisoning. Runs automatically after 2 consecutive failures or at nightly deep dive. Uses Opus 4.6 as the auditor model.
2.9k
Stars
342
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/jason-my-claw-is-the-law-deebee-4567b4/skills/narco-check/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/jason-my-claw-is-the-law-deebee-4567b4/skills/narco-check/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Narco-Check — Memory Integrity Audit
## When This Runs
1. **Failure trigger:** 2 consecutive failures on the same task or tool
2. **End-of-day trigger:** Nightly deep dive audit (~3 AM)
## Audit Model
Must use `openrouter/anthropic/claude-opus-4.6`. Never run narco-check on a tier-0 or tier-1 model.
```bash
openclaw agent --model openrouter/anthropic/claude-opus-4.6 \
--message "$(cat ~/.openclaw/workspace/skills/narco-check/audit-prompt.md)" \
--mode now
```
## 5-4-3-2-1 Grounding Check
Run this first — before reading any logs. Anchors the audit in real system state.
**5 — Run five commands, paste raw output verbatim:**
```bash
date
hostname
df -h /
docker ps --format "table {via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有