A professional-grade CLI for keyword research and competitive analysis optimized for AI agents and LLM context windows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dataforseo-cli
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 dataforseo-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
dataforseo-cli is a powerful command-line interface that bridges the gap between high-quality SEO data and automated workflows. By wrapping the DataForSEO API, this tool allows users and AI agents to programmatically access search volume, keyword difficulty, CPC, and competitive rankings. It is specifically designed as one of the essential Openclaw Skills for developers who need to integrate real-time marketing intelligence into their applications without the overhead of complex API implementations.
The tool prioritizes efficiency by defaulting to TSV (Tab-Separated Values) output, which is the most token-efficient structured format for LLMs. This makes it an ideal choice for building autonomous agents that need to perform SEO research, plan content, or analyze market trends within a limited context window.
Install the package globally via npm:
npm install -g dataforseo-cli
Configure your DataForSEO API credentials. You can use your login and password or a base64 token:
# Using login and password
dataforseo-cli --set-credentials login=YOUR_LOGIN password=YOUR_PASSWORD
# Using base64 token
dataforseo-cli --set-credentials base64=YOUR_BASE64_TOKEN
Check your setup status to ensure the API is reachable:
dataforseo-cli status
The skill organizes data into structured fields optimized for analysis. Most commands support the following data points:
| Attribute | Description |
|---|---|
keyword |
The target search query |
volume |
Monthly average search volume |
cpc |
Average cost per click in USD |
difficulty |
Competition score on a scale of 0-100 |
competition |
Qualitative level (LOW, MEDIUM, HIGH) |
trend |
A comma-separated list of the last 12 months of search volume |
position |
The ranking position of a domain for a specific keyword |
~/.config/dataforseo-cli/cache/ to save on API credits.Loading
Transform natural language requests into fully automated blockchain monitoring and AI analysis workflows.

An automation skill that fetches AI-generated startup specifications from CoFounder.im to orchestrate autonomous project builds.

A PowerShell-native weather forecasting skill that provides free, multi-language weather data without requiring API keys.

A comprehensive framework for building fully offline Retrieval-Augmented Generation systems for local document ingestion and semantic search.

A production-ready automation tool for deploying vLLM inference services on AMD ROCm GPUs using Docker Compose and automated environment verification.

A read-only interface to extract library metadata, reading progress, and annotations from Apple Books on macOS.








































