II.
Capability JSON
Structured · livecapability:supports-skill-shell-execution-policy
Supports skill shell execution policy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-skill-shell-execution-policy",
"_kind": "Capability",
"_file": "capabilities/capabilities/missing-universal-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports skill shell execution policy",
"description": "The harness honors a `disableSkillShellExecution` setting that\nsuppresses the inline `!` command preprocessing for skills, plus\na per-skill `shell:` frontmatter field selecting bash vs.\npowershell.\n",
"appliesToNodeKinds": [
"AgentVersion",
"AgentRuntimeImpl"
],
"category": "skills"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "capability:supports-skill-shell-execution-policy",
"kind": "supports",
"attributes": {
"versionRange": ">=2.1.156",
"level": "full",
"notes": "disableSkillShellExecution setting + per-skill shell (bash|powershell) frontmatter. Source — Anthropic skills doc."
}
}
]
}