원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.