一键导入
docs-demo
docs-demo runx skill. Replace this with what the skill does and returns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
docs-demo runx skill. Replace this with what the skill does and returns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Governed runtime for agent skills: discover and install portable skills, run bounded skill graphs with explicit authority, and inspect signed receipts for what happened.
Audit a sealed runx receipt for governance, comparing the authority a run exercised against what it was granted, and flag over-reach, ungated mutation, unrecorded refusals, or exposed secret material.
Verify the receipt ids behind a normalized authority-usage summary, compare that evidence with granted scopes, and propose the narrowest grant the evidence supports.
Answer a cross-run audit question against the receipt ledger, returning matched receipts and a chain-verification result.
Read durable reflect projections, group repeated signals by skill, and emit validated handoffs to skill-lab improve when the evidence clears configured floors.
Review receipts and harness failures to propose bounded skill improvements.
| name | docs-demo |
| description | docs-demo runx skill. Replace this with what the skill does and returns. |
| source | {"type":"cli-tool","command":"node","args":["run.mjs"],"timeout_seconds":30,"sandbox":{"profile":"readonly","cwd_policy":"skill-directory"}} |
| inputs | {"message":{"type":"string","required":true,"description":"Input the skill acts on. Replace with the real inputs."}} |
| runx | {"category":"ops","input_resolution":{"required":["message"]}} |
Describe what this skill does, when an agent should reach for it, and what it
returns. Replace the echo in run.mjs with the real work, and add cases to
X.yaml so the behaviour is locked by the harness.