# Send Shell Security Ultimate to your agent
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/shell-security-ultimate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shell-security-ultimate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/cmd_display.py",
      "scripts/patch-openclaw.sh",
      "scripts/unpatch-openclaw.sh"
    ],
    "downloadMode": "manual_only",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Shell Security Ultimate

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.

This skill won't let that happen.

### How It Works

Every shell command gets classified before execution:

🟢 SAFE — Read-only, harmless. Runs without friction.
🟡 WARN — Could modify state. Logged, flagged, your call.
🔴 CRIT — Destructive or irreversible. Blocked until you say so.

No 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.

### What You Get

Pre-execution classification for every command, every time
Detailed operation logs so you see exactly what ran and why it was allowed
Full override control — approve, deny, or escalate at any level

### Who It's For

Anyone giving an AI agent shell access and wanting to sleep at night.

Clone it. Fork it. Break it. Make it yours.

👉 Explore the full project: github.com/globalcaos/clawdbot-moltbot-openclaw
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: globalcaos
- Version: 2.2.1
## Source health
- Status: source_issue
- Known item issue.
- This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
- Health scope: item
- Reason: not_found
- Checked at: 2026-04-29T15:33:01.634Z
- Expires at: 2026-04-30T15:33:01.634Z
- Recommended action: Open source listing
## Links
- [Detail page](https://openagent3.xyz/skills/shell-security-ultimate)
- [Send to Agent page](https://openagent3.xyz/skills/shell-security-ultimate/agent)
- [JSON manifest](https://openagent3.xyz/skills/shell-security-ultimate/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/shell-security-ultimate/agent.md)
- [Download page](https://openagent3.xyz/downloads/shell-security-ultimate)