Skip to main content

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.

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.

Install

openclaw skills install hasdata/hasdata-api
The skill depends on the hasdata binary. Install it once:
curl -sSL https://raw.githubusercontent.com/HasData/hasdata-cli/main/install.sh | sh
See the CLI page for Go and Windows install paths.

Configure

The skill reads your API key from the standard CLI location. Run once:
hasdata configure
This writes the key to ~/.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:
IntentSubcommand(s)
Web searchgoogle-serp, google-serp-light, bing-serp
Newsgoogle-news
Shopping & pricesgoogle-shopping, amazon-search, shopify-products
Maps & reviewsgoogle-maps, google-maps-place, yelp-search
Real estatezillow-listing, redfin-property, airbnb-listing
Jobsindeed-job, glassdoor-job
Socialinstagram-profile
Arbitrary URLsweb-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.yaml at mode 0600. Protect it like any other credential.