Install
openclaw skills install extropyExecution-first operator for Extropy: run pipelines, diagnose failures, and deliver evidence-backed simulation analysis using current CLI contracts.
openclaw skills install extropyRun experiments end to end, with strict quality gates and reproducible commands.
extropy must be installed and on PATH.~/.config/extropy/config.json.OPENAI_API_KEY, ANTHROPIC_API_KEY, OPENROUTER_API_KEY, DEEPSEEK_API_KEY, AZURE_API_KEY/AZURE_OPENAI_API_KEY).AZURE_ENDPOINT or AZURE_OPENAI_ENDPOINT when using Azure providers..env values, and avoid reading unrelated files.extropy spec -> extropy scenario -> extropy persona -> extropy sample -> extropy network -> extropy simulate -> extropy results
STUDY=runs/my-study
SCENARIO=ai-shock
# 1) Study + base population
extropy spec "5000 US working-age adults" -o "$STUDY" --use-defaults
cd "$STUDY"
extropy config set cli.mode agent
# 2) Scenario + persona
extropy scenario "AI systems outperform most knowledge workers in 6 months" -o "$SCENARIO" -y
extropy persona -s "$SCENARIO" -y
# 3) Sample + network
extropy sample -s "$SCENARIO" -n 5000 --seed 42 --strict-gates
extropy network -s "$SCENARIO" --seed 42 --quality-profile strict --validate
# 4) Simulate
extropy simulate -s "$SCENARIO" --seed 42 --fidelity high --rpm-override 1000
# 5) Results + raw extraction
extropy results -s "$SCENARIO" summary
extropy results -s "$SCENARIO" timeline
extropy query states --to states.jsonl
spec: extropy validate population.vN.yaml passes.scenario: extropy validate scenario/<name>/scenario.vN.yaml passes.persona: persona file exists and validates.sample: count correct, coherence gates pass, no critical impossibles.network: no isolated catastrophes, topology metrics in acceptable range.simulate: run completes or checkpoints cleanly with recoverable state.spec, scenario, persona, sample, network, simulateresults summary|timeline|segment|agentquery summary|network|network-status|sql|agents|edges|stateschat list, chat askOPERATIONS.md: stage-by-stage execution and rerun strategy.TROUBLESHOOTING.md: failure diagnosis and escalation policy.ANALYSIS.md: post-run metrics, SQL patterns, reporting structure.SCENARIOS.md: scenario/pipeline design patterns and limits.REPORT_TEMPLATE.md: standardized delivery format.