# Epistemic Council

> Epistemic Council Skill

- Skill: `javimosch/epistemic-council` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/epistemic-council`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/epistemic-council/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/epistemic-council

---

# 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/`

