โ† All skills
Tencent SkillHub ยท Security & Compliance

Clawned - Protect your OpenClaw Instance and Scan Skills

Security agent that inventories installed OpenClaw skills, analyzes them for threats, and syncs results to your Clawned dashboard.

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

Security agent that inventories installed OpenClaw skills, analyzes them for threats, and syncs results to your Clawned dashboard.

โฌ‡ 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, scripts/agent.py, references/detection-patterns.md, references/threat-model.md

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

Documentation

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

Clawned โ€” Security Agent for OpenClaw

Automatically discovers all installed skills, analyzes them for security threats, and syncs results to your Clawned dashboard.

Setup

Configure your API key in openclaw.json: { "skills": { "entries": { "clawned": { "enabled": true, "env": { "CLAWNED_API_KEY": "cg_your_api_key_here", "CLAWNED_SERVER": "https://api.clawned.io" } } } } }

Sync all installed skills to dashboard

python3 {baseDir}/scripts/agent.py sync

Scan a single skill locally

python3 {baseDir}/scripts/agent.py scan --path <skill-directory>

List all discovered skills

python3 {baseDir}/scripts/agent.py inventory

Check agent status

python3 {baseDir}/scripts/agent.py status

Data & Privacy

During sync (default operation): Sends only skill metadata: name, owner, slug, version No file contents are uploaded No .env files or secrets are ever read During scan --path (explicit user action only): Reads source files (.md, .py, .js, etc.) from the specified skill directory for analysis .env files are excluded from scanning File contents are sent to the Clawned server for security analysis Local config access: Reads ~/.openclaw/openclaw.json only to locate skill directories (extraDirs paths) No credentials or secrets are read from config files

Automatic Sync

Schedule every 6 hours via OpenClaw cron: { "jobs": [ { "schedule": "0 */6 * * *", "command": "Run clawned sync to check all installed skills", "description": "Security scan every 6 hours" } ] }

Category context

Identity, auth, scanning, governance, audit, and operational guardrails.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts
  • SKILL.md Primary doc
  • references/detection-patterns.md Docs
  • references/threat-model.md Docs
  • scripts/agent.py Scripts