iiRecord
Agentic AI Atlas · Supports skill shell execution policy
capability:supports-skill-shell-execution-policya5c.ai
II.
Capability JSON

capability:supports-skill-shell-execution-policy

Structured · live

Supports skill shell execution policy json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · capabilities/capabilities/missing-universal-capabilities.yamlCluster · capabilities
Record JSON
{
  "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."
      }
    }
  ]
}