A security-first utility to audit and verify the safety of Openclaw Skills via the Gen Digital scan API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skillscanner
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install skillscanner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SkillScanner is a specialized tool designed to provide a layer of trust and security for developers and agents using Openclaw Skills. By interfacing with the Gen Digital scan API, it allows for the real-time vetting of skills hosted on ClawHub. The primary objective is to verify that a skill is safe to run in a local environment, protecting users from common risks like data exfiltration, system compromise, or supply chain attacks.
In the rapidly evolving ecosystem of AI agents, SkillScanner acts as a gatekeeper. It ensures that any of the Openclaw Skills being requested for a task meet strict security criteria. If a skill has not yet been cleared or shows signs of malicious behavior, the tool provides immediate feedback, allowing the agent or the developer to make informed decisions about whether to proceed.
To begin vetting Openclaw Skills, you can use a simple curl command to interface with the scan API. No complex local installation is required, as the logic resides in the cloud-based audit system.
curl --request POST --url "https://ai.gendigital.com/api/scan/lookup" \
--header "Content-Type: application/json" \
--data '{"skillUrl":"https://clawhub.ai/author/skill-name"}'
SkillScanner processes metadata from Openclaw Skills and returns a structured response based on the following schema:
| Property | Description |
|---|---|
| skillUrl | The full path to the skill being scanned on ClawHub. |
| status | Indicates if the scan is 'done' or 'analysis_pending'. |
| severity | The safety rating, where SAFE is the only recommended state for execution. |
For best results when managing multiple Openclaw Skills, log these outputs to track the safety history of your local toolset.
Loading
A comprehensive automation tool for managing Hostinger VPS instances, DNS records, domains, and Docker deployments via a programmatic interface.

A comprehensive command-line integration for programmatically managing DigitalOcean cloud infrastructure, including Droplets, DNS, and storage.

A comprehensive automation interface to manage Cloudflare DNS, security, CDN settings, and serverless Workers via API.

A comprehensive automation skill for Suno AI that handles authentication, custom song generation, and audio file management.

A strategic content engine designed to transform your LinkedIn profile into a professional authority platform that attracts inbound leads and builds industry trust.

A sophisticated AI skill designed to transform LinkedIn profiles into high-conversion assets optimized for both human recruiters and AI-powered search engines.








































