DataForSEO

PassAudited by VirusTotal on May 13, 2026.

Overview

Type: OpenClaw Skill Name: dataforseo-reporting Version: 0.1.1 The skill bundle provides legitimate instructions for an AI agent to interface with DataForSEO via the ClawLink integration hub. It includes proactive security guidelines such as instructing the agent to never ask for raw credentials, requiring user confirmation for destructive actions, and using verified plugin installation paths (clawhub:clawlink-plugin).

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the plugin gives OpenClaw additional tool capabilities supplied by ClawLink.

Why it was flagged

The skill requires a separate plugin installation even though the package itself is instruction-only with no install spec. This is disclosed and central to the stated ClawLink integration.

Skill content
Install the verified ClawLink plugin: `openclaw plugins install clawhub:clawlink-plugin`
Recommendation

Install only if you trust the ClawLink plugin source and verify the plugin/package before authorizing accounts.

What this means

A paired ClawLink device can use the connected DataForSEO integration according to the permissions granted through ClawLink.

Why it was flagged

The skill discloses local credential storage and transmission to ClawLink for device pairing. This is expected for the integration but is still delegated account authority.

Skill content
The resulting device credential is stored locally in OpenClaw's plugin config and is only sent to `claw-link.dev`.
Recommendation

Use the official ClawLink domain, do not paste raw credentials into chat, and disconnect or revoke the integration when no longer needed.

What this means

Some DataForSEO actions may change account-side state or consume provider credits if the user approves them.

Why it was flagged

The skill can invoke dynamically discovered external DataForSEO tools, including possible write or credit-consuming actions, but it instructs preview and user confirmation for higher-impact operations.

Skill content
For writes or anything marked as requiring confirmation, call `clawlink_preview_tool` first, then confirm with the user. Execute with `clawlink_call_tool`.
Recommendation

Review previews and confirmations carefully, especially for bulk, write, or paid DataForSEO jobs.