{
  "schemaVersion": "1.0",
  "item": {
    "slug": "shell-security-ultimate",
    "name": "Shell Security Ultimate",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/globalcaos/shell-security-ultimate",
    "canonicalUrl": "https://clawhub.ai/globalcaos/shell-security-ultimate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "manual_only",
    "downloadUrl": "/downloads/shell-security-ultimate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shell-security-ultimate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/cmd_display.py",
      "scripts/patch-openclaw.sh",
      "scripts/unpatch-openclaw.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Open the source page and confirm the package flow manually.",
      "Review SKILL.md if you can obtain the files.",
      "Treat this source as manual setup until the download is verified."
    ],
    "agentAssist": {
      "summary": "Use the source page and any available docs to guide the install because the item currently does not return a direct package file.",
      "steps": [
        "Open the source page via Open source listing.",
        "If you can obtain the package, extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the source page and extracted files."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required."
        },
        {
          "label": "Upgrade existing",
          "body": "I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "shell-security-ultimate",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-04-29T15:33:01.634Z",
      "expiresAt": "2026-04-30T15:33:01.634Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shell-security-ultimate",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shell-security-ultimate",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "shell-security-ultimate"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/globalcaos/shell-security-ultimate"
    },
    "validation": {
      "installChecklist": [
        "Open the source listing and confirm there is a real package or setup artifact available.",
        "Review SKILL.md before asking your agent to continue.",
        "Treat this source as manual setup until the upstream download flow is fixed."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/shell-security-ultimate",
    "agentPageUrl": "https://openagent3.xyz/skills/shell-security-ultimate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shell-security-ultimate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shell-security-ultimate/agent.md"
  },
  "agentAssist": {
    "summary": "Use the source page and any available docs to guide the install because the item currently does not return a direct package file.",
    "steps": [
      "Open the source page via Open source listing.",
      "If you can obtain the package, extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the source page and extracted files."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required."
      },
      {
        "label": "Upgrade existing",
        "body": "I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Shell Security Ultimate",
        "body": "Your agent has root access. Every command it runs is one bad inference away from rm -rf / or curl | bash from a stranger's repo.\n\nThis skill won't let that happen."
      },
      {
        "title": "How It Works",
        "body": "Every shell command gets classified before execution:\n\n🟢 SAFE — Read-only, harmless. Runs without friction.\n🟡 WARN — Could modify state. Logged, flagged, your call.\n🔴 CRIT — Destructive or irreversible. Blocked until you say so.\n\nNo command runs unclassified. No silent chmod 777. No quiet dd if=/dev/zero. Your agent won't accidentally email your SSH keys, won't helpfully format a disk, and won't DROP TABLE users because it misread the task."
      },
      {
        "title": "What You Get",
        "body": "Pre-execution classification for every command, every time\nDetailed operation logs so you see exactly what ran and why it was allowed\nFull override control — approve, deny, or escalate at any level"
      },
      {
        "title": "Who It's For",
        "body": "Anyone giving an AI agent shell access and wanting to sleep at night.\n\nClone it. Fork it. Break it. Make it yours.\n\n👉 Explore the full project: github.com/globalcaos/clawdbot-moltbot-openclaw"
      }
    ],
    "body": "Shell Security Ultimate\n\nYour agent has root access. Every command it runs is one bad inference away from rm -rf / or curl | bash from a stranger's repo.\n\nThis skill won't let that happen.\n\nHow It Works\n\nEvery shell command gets classified before execution:\n\n🟢 SAFE — Read-only, harmless. Runs without friction.\n🟡 WARN — Could modify state. Logged, flagged, your call.\n🔴 CRIT — Destructive or irreversible. Blocked until you say so.\n\nNo command runs unclassified. No silent chmod 777. No quiet dd if=/dev/zero. Your agent won't accidentally email your SSH keys, won't helpfully format a disk, and won't DROP TABLE users because it misread the task.\n\nWhat You Get\nPre-execution classification for every command, every time\nDetailed operation logs so you see exactly what ran and why it was allowed\nFull override control — approve, deny, or escalate at any level\nWho It's For\n\nAnyone giving an AI agent shell access and wanting to sleep at night.\n\nClone it. Fork it. Break it. Make it yours.\n\n👉 Explore the full project: github.com/globalcaos/clawdbot-moltbot-openclaw"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/globalcaos/shell-security-ultimate",
    "publisherUrl": "https://clawhub.ai/globalcaos/shell-security-ultimate",
    "owner": "globalcaos",
    "version": "2.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/shell-security-ultimate",
    "downloadUrl": "https://openagent3.xyz/downloads/shell-security-ultimate",
    "agentUrl": "https://openagent3.xyz/skills/shell-security-ultimate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shell-security-ultimate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shell-security-ultimate/agent.md"
  }
}