The HasData skill for OpenClaw wraps the HasData CLI so agents can fetch real-time web data: search, maps, e-commerce, real estate, jobs, social, and arbitrary scraping. Marketplace listing: clawhub.ai/hasdata/hasdata-api. Source: github.com/HasData/hasdata-cli.Documentation Index
Fetch the complete documentation index at: https://docs.hasdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Install
hasdata binary. Install it once:
Configure
The skill reads your API key from the standard CLI location. Run once:~/.hasdata/config.yaml (mode 0600). You can also export HASDATA_API_KEY in your shell. Get the key from the dashboard.
How the agent invokes it
The skill maps natural-language intent to one of 30+ CLI subcommands. Action names match the CLI one-to-one:| Intent | Subcommand(s) |
|---|---|
| Web search | google-serp, google-serp-light, bing-serp |
| News | google-news |
| Shopping & prices | google-shopping, amazon-search, shopify-products |
| Maps & reviews | google-maps, google-maps-place, yelp-search |
| Real estate | zillow-listing, redfin-property, airbnb-listing |
| Jobs | indeed-job, glassdoor-job |
| Social | instagram-profile |
| Arbitrary URLs | web-scraping (JS rendering, proxies, AI extraction) |
Billing
Each call costs the same as the equivalent direct API request, and every response includes the credit usage. See Credits and Concurrency.Security
- API key lives in
~/.hasdata/config.yamlat mode0600. Protect it like any other credential.