# Send CrawSecure to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "crawsecure",
    "name": "CrawSecure",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/diogopaesdev/crawsecure",
    "canonicalUrl": "https://clawhub.ai/diogopaesdev/crawsecure",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/crawsecure",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crawsecure",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "DESCRIPTION.txt"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "crawsecure",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T04:24:02.855Z",
      "expiresAt": "2026-05-06T04:24:02.855Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crawsecure",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crawsecure",
        "contentDisposition": "attachment; filename=\"crawsecure-2.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "crawsecure"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/crawsecure"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "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/crawsecure",
    "downloadUrl": "https://openagent3.xyz/downloads/crawsecure",
    "agentUrl": "https://openagent3.xyz/skills/crawsecure/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crawsecure/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crawsecure/agent.md"
  }
}
```
## Documentation

### CrawSecure

CrawSecure is a documentation-first security skill for the ClawHub / OpenClaw ecosystem.

This skill does not include executable code or binaries. Its purpose is to clearly document, explain, and guide the safe usage of the CrawSecure CLI, which is distributed and installed separately by the user.

The goal of this skill is to promote security awareness, transparency, and best practices when working with third‑party skills.

### 🔍 What this skill provides

Clear documentation of what CrawSecure analyzes
Explanation of risk signals and classifications
Guidance on how to use the CrawSecure CLI safely
Security philosophy and trust boundaries

ℹ️ This skill itself performs no scans and executes no code.

### 🧰 About the CrawSecure CLI

The CrawSecure CLI is an external, optional tool that users may install independently.

It performs local, offline static analysis of ClawHub / OpenClaw skills before installation or trust.

### CLI distribution (external)

Source & releases: https://github.com/diogopaesdev/crawsecure
Official website: https://crawsecure.com

The CLI is not bundled with this skill.

### 🚨 Risk signals analyzed by the CLI

When used, the CrawSecure CLI may detect:

Dangerous command patterns
(e.g. destructive or execution‑related behavior)
References to sensitive files or credentials
(e.g. .env, .ssh, private keys)
Indicators of unsafe or misleading practices

Risk levels are classified as:

SAFE
MEDIUM
HIGH

### 🔒 Security & trust boundaries

This skill:

Does not execute code
Does not install software
Does not access the network
Does not modify files
Requests read‑only permissions only

Any actual scanning happens only if the user installs and runs the CrawSecure CLI from a trusted source.

### ✅ When to use this skill

To understand what CrawSecure checks and why
Before deciding to install or run the CrawSecure CLI
As a reference for safer skill development practices
To promote transparency inside the ClawHub ecosystem

### 📦 Version

v2.0.1 – Documentation‑only clarification release

This version clarifies scope and removes any ambiguity about bundled execution.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: diogopaesdev
- Version: 2.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T04:24:02.855Z
- Expires at: 2026-05-06T04:24:02.855Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/crawsecure)
- [Send to Agent page](https://openagent3.xyz/skills/crawsecure/agent)
- [JSON manifest](https://openagent3.xyz/skills/crawsecure/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/crawsecure/agent.md)
- [Download page](https://openagent3.xyz/downloads/crawsecure)