{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-review",
    "name": "Skill Review",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/odrobnik/skill-review",
    "canonicalUrl": "https://clawhub.ai/odrobnik/skill-review",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-review",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-review",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/skill_review.py",
      "suppressions.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/skill-review"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/skill-review",
    "agentPageUrl": "https://openagent3.xyz/skills/skill-review/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-review/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-review/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Skill Review (ClawHub Security Scan scraper)",
        "body": "Use this when you want to review ClawHub Security Scan results for your skills."
      },
      {
        "title": "What it does",
        "body": "Enumerates local skills under ~/Developer/Skills (folders that contain SKILL.md).\nFor each skill, opens the ClawHub page https://clawhub.ai/<owner>/<slug>.\nExtracts:\n\nSecurity Scan (VirusTotal status + report link, OpenClaw status/confidence/reason)\nRuntime requirements block\nComments block\n\n\nWrites a single markdown report under /tmp/."
      },
      {
        "title": "Key config behavior (no surprises)",
        "body": "Each local skill’s SKILL.md frontmatter name: is treated as the ClawHub slug.\nSupports non-standard cases via --slug-map path/to/map.json."
      },
      {
        "title": "Run",
        "body": "python3 scripts/skill_review.py \\\n  --owner odrobnik \\\n  --skills-dir ~/Developer/Skills \\\n  --out /tmp/clawhub-skill-review.md"
      },
      {
        "title": "Optional: slug map",
        "body": "If a local folder name doesn’t match the ClawHub slug, pass a mapping file:\n\n{\n  \"snapmaker\": \"snapmaker-2\"\n}\n\npython3 scripts/skill_review.py --slug-map ./slug-map.json"
      },
      {
        "title": "Requirements",
        "body": "Installs/uses Playwright internally (Python package + Chromium).\n\nIf it’s missing, follow the error message; typical setup:\n\npython3 -m pip install playwright\npython3 -m playwright install chromium"
      }
    ],
    "body": "Skill Review (ClawHub Security Scan scraper)\n\nUse this when you want to review ClawHub Security Scan results for your skills.\n\nWhat it does\nEnumerates local skills under ~/Developer/Skills (folders that contain SKILL.md).\nFor each skill, opens the ClawHub page https://clawhub.ai/<owner>/<slug>.\nExtracts:\nSecurity Scan (VirusTotal status + report link, OpenClaw status/confidence/reason)\nRuntime requirements block\nComments block\nWrites a single markdown report under /tmp/.\nKey config behavior (no surprises)\nEach local skill’s SKILL.md frontmatter name: is treated as the ClawHub slug.\nSupports non-standard cases via --slug-map path/to/map.json.\nRun\npython3 scripts/skill_review.py \\\n  --owner odrobnik \\\n  --skills-dir ~/Developer/Skills \\\n  --out /tmp/clawhub-skill-review.md\n\nOptional: slug map\n\nIf a local folder name doesn’t match the ClawHub slug, pass a mapping file:\n\n{\n  \"snapmaker\": \"snapmaker-2\"\n}\n\npython3 scripts/skill_review.py --slug-map ./slug-map.json\n\nRequirements\nInstalls/uses Playwright internally (Python package + Chromium).\n\nIf it’s missing, follow the error message; typical setup:\n\npython3 -m pip install playwright\npython3 -m playwright install chromium"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/odrobnik/skill-review",
    "publisherUrl": "https://clawhub.ai/odrobnik/skill-review",
    "owner": "odrobnik",
    "version": "0.2.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-review",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-review",
    "agentUrl": "https://openagent3.xyz/skills/skill-review/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-review/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-review/agent.md"
  }
}