Openclaw Skills lets you run APIVoid reputation and verification checks for domains, IPs, URLs, and emails through the oo CLI without handling tokens directly.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-api-void
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 oo-api-void using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
APIVoid is a connector-first skill for running APIVoid from an OOMOL-connected account using the oo CLI. Openclaw Skills uses live schema introspection before every action, so you always build payloads against the authoritative input contract instead of guessing fields.
This skill is designed for secure, repeatable reputation lookups and lightweight account queries. It keeps credentials server-side, returns structured JSON, and makes APIVoid easy to automate for security reviews, email validation, and threat-intelligence workflows.
check_domain_reputation or verify_email.oo connector schema "api_void" --action "<action_name>"
--data '<json>' or --data @path/to/file.json.oo connector run "api_void" --action "<action_name>" --data '<json>' --json
data and capture meta.executionId for logging, tracing, or support.Openclaw Skills assumes the oo CLI is installed, you're signed in, and APIVoid is connected in OOMOL. Only do the setup steps below if a command fails with the matching reason.
curl -fsSL https://cli.oomol.com/install.sh | bash
irm https://cli.oomol.com/install.ps1 | iex
oo auth login
https://console.oomol.com/app-connections?provider=api_void
If you see scope_missing, credential_expired, app_not_ready, or app_not_found, reconnect APIVoid from the same console link.
If you see HTTP 402 or OOMOL_INSUFFICIENT_CREDIT, recharge billing before retrying:
https://console.oomol.com/billing/token-recharge
Openclaw Skills uses a simple connector schema model:
| Layer | Shape | Purpose |
|---|---|---|
| Action catalog | check_domain_reputation, check_ip_reputation, check_url_reputation, get_account_info, verify_email |
Defines the available APIVoid operations |
| Input contract | JSON object validated by oo connector schema |
Prevents stale or guessed payload fields |
| Request transport | Inline JSON string or @path/to/file.json |
Lets you automate from shell scripts or saved payloads |
| Response envelope | { "data": ..., "meta": { "executionId": "..." } } |
Returns the result plus an audit-friendly execution id |
| Result data | Reputation, blacklist, risk, DNS, file, account usage fields | Contains the APIVoid payload-specific output |
Files are not generated automatically by the skill. Any JSON files are user-supplied payloads, and the authoritative metadata for each run lives in meta.executionId.
Always treat the live schema as the source of truth for field names and required inputs.
--data supports inline JSON or @file.json, making Openclaw Skills easy to script.--json output is machine-friendly for piping into other tools or agents.meta.executionId enables traceability across retries, logs, and support workflows.Loading
A cron-driven Openclaw Skills automation that sends customizable nightly project recap reminders to WeChat without any LLM dependency.

Openclaw Skills turns Meta into a safe, CLI-driven connector for reading account, campaign, and insights data through an authenticated OOMOL connection.

Openclaw Skills for Lokalise lets you inspect live schemas and safely manage keys, projects, and translations through the oo CLI.

Braze gives Openclaw Skills users a safe, schema-driven way to read campaigns and canvases through a connected OOMOL account.

Openclaw Skills for Kontent.ai lets you inspect content, types, and languages through a schema-driven CLI connector without handling raw credentials.

Openclaw Skills for Discourse lets you safely read, search, create, and reply to forum content through the oo CLI.








































