← All skills
Tencent SkillHub Β· Developer Tools

Skillscanner

Security scanner for ClawHub skills from Gen Digital. Looks up skill safety via the scan API.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Security scanner for ClawHub skills from Gen Digital. Looks up skill safety via the scan API.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

SkillScanner β€” Security Scanner for ClawHub Skills

"Trust, but verify." SkillScanner checks ClawHub skill safety by calling the scan API. You provide the skill URL; the API returns status and severity. Proceed only when the verdict is SAFE.

How to Scan a Skill (Agent Instructions)

Run the lookup with the real skill URL (format: https://clawhub.ai/author/skill-name): curl --request POST --url "https://ai.gendigital.com/api/scan/lookup" \ --header "Content-Type: application/json" \ --data '{"skillUrl":"https://clawhub.ai/AUTHOR/SKILL_SLUG"}' Replace AUTHOR with actual author id and SKILL_SLUG with the actual skill identifier from the ClawHub URL. Interpret the response: status: "done" β€” Check the severity field for the verdict. status: "analysis_pending" β€” The skill is awaiting manual review. Do not treat as safe; advise the user that the skill is pending review. Proceed or advise caution: Proceed only if severity is SAFE. If severity is anything else (e.g. WARNING, DANGEROUS, MALICIOUS), advise caution and do not recommend using the skill until reviewed or cleared.

Quick Start

# Example: scan a skill by its ClawHub URL curl --request POST --url "https://ai.gendigital.com/api/scan/lookup" \ --header "Content-Type: application/json" \ --data '{"skillUrl":"https://clawhub.ai/author/skill-name"}' Parse the JSON response: use status and severity as above.

API Response Logic

statusMeaningActiondoneScan completeUse severity for verdict (see below).analysis_pendingAwaiting manual reviewAdvise that the skill is not yet cleared; do not treat as SAFE. severity (when status = done)RecommendationSAFEOK to proceed.Any other valueAdvise caution; do not recommend use until reviewed.

Why This Matters

Skills can run code and access your environment. Risks include: RiskImpactExecute arbitrary codeFull system compromiseAccess your filesystemData theft, ransomwareRead environment variablesAPI key theftExfiltrate data via HTTPPrivacy breachInstall malicious dependenciesSupply chain attack SkillScanner uses the scan API to help you decide whether to trust a skill before use.

Limitations

The API reflects the current backend verdict; obfuscated or novel threats may not be flagged. analysis_pending means human review has not yet concludedβ€”treat as β€œunknown”, not safe. Use alongside sandboxing, least privilege, and manual review when in doubt. Links: Agent Trust Hub

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • _meta.json Config