su-ariel-epistemic-council
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install clawskills:clawskills~su-ariel-epistemic-councilcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~su-ariel-epistemic-council/file -o su-ariel-epistemic-council.md# Epistemic Council Skill Use this skill for all Epistemic Council pipeline operations. ## Triggers "run council", "run pipeline", "substrate status", "council status", "health check", "validate claims", "check boundaries", "find gaps", "rechallenge" ## How to invoke Use the `exec` tool with the epistemic_council working directory: ``` exec: cd /root/.openclaw/workspace-epistemic-council-bot/epistemic_council && python epistemic_skill.py "run council" ``` Available commands (replace argument as needed): - `"run council"` — full pipeline run - `"substrate status"` — event counts + last run summary - `"health check"` — risk / integrity scan - `"validate claims"` — re-evaluate challenged-zone claims - `"check boundaries"` — domain boundary audit - `"find gaps"` — orphan + sparse coverage scan - `"rechallenge"` — adversarial re-challenge of top insight ## Workspace `/root/.openclaw/workspace-epistemic-council-bot/` ## Working directory for exec `/root/.openclaw/workspace-epistemic-council-bot/epistemic_council/`