# Send Moltcheck Skill 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "moltcheck",
    "name": "Moltcheck Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/moltcheck/moltcheck",
    "canonicalUrl": "https://clawhub.ai/moltcheck/moltcheck",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/moltcheck",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltcheck",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "index.js",
      "package.json",
      "skill.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "moltcheck",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T19:12:46.951Z",
      "expiresAt": "2026-05-12T19:12:46.951Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltcheck",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltcheck",
        "contentDisposition": "attachment; filename=\"moltcheck-1.0.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "moltcheck"
      },
      "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/moltcheck"
    },
    "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/moltcheck",
    "downloadUrl": "https://openagent3.xyz/downloads/moltcheck",
    "agentUrl": "https://openagent3.xyz/skills/moltcheck/agent",
    "manifestUrl": "https://openagent3.xyz/skills/moltcheck/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/moltcheck/agent.md"
  }
}
```
## Documentation

### MoltCheck Skill

MoltCheck is a comprehensive security scanner designed specifically for the Moltbot ecosystem. It analyzes GitHub repositories and agent skills for security vulnerabilities, providing:

🔍 Automated Code Scanning - Detects dangerous patterns like credential theft, shell access, and hidden network calls

📊 Trust Scoring - A-F grades based on comprehensive risk analysis

🔑 Permission Auditing - Compares declared permissions (in SKILL.md) against actual code behavior

💡 Clear Communication - Explains security risks in plain language

Essential for agents who install external skills and want to avoid supply chain attacks.

Website: https://moltcheck.com

### Capabilities

Network Access - Calls MoltCheck API

### scan <github_url>

Scan a GitHub repository for security issues.

Example:

scan https://github.com/owner/repo

Returns: Trust score (0-100), grade (A-F), risks found, permission analysis.

### credits

Check your remaining scan credits.

### setup

Generate an API key and get payment instructions for credits.

### Configuration

Set your API key in the skill config:

{
  "apiKey": "mc_your_api_key_here"
}

Or use the free tier (3 scans/day) without an API key.

### Pricing

Free tier: 3 scans/day
Paid: From $0.05/scan with bulk discounts

AmountRateUnder $10$0.20/scan$10+$0.10/scan$25+$0.05/scan

Get credits at https://moltcheck.com/buy

### Links

Website: https://moltcheck.com
API Docs: https://moltcheck.com/api-docs.md
OpenAPI: https://moltcheck.com/openapi.json
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: moltcheck
- Version: 1.0.4
## 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-05-05T19:12:46.951Z
- Expires at: 2026-05-12T19:12:46.951Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/moltcheck)
- [Send to Agent page](https://openagent3.xyz/skills/moltcheck/agent)
- [JSON manifest](https://openagent3.xyz/skills/moltcheck/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/moltcheck/agent.md)
- [Download page](https://openagent3.xyz/downloads/moltcheck)