Install
openclaw skills install @dataify-server/dataify-google-ai-modeopenclaw skills install @dataify-server/dataify-google-ai-modeUse this skill to turn a user's Google AI Mode request into a Dataify Scraper API form submission.
q as the query and set engine to google_ai_mode.DATAIFY_API_TOKEN.json: "1" unless the user asks for another output format.python3. Run it from this skill directory, or use the absolute path to scripts/google_ai_mode.py.python3 scripts/google_ai_mode.py --q "pizza" --json 1
For many fields, you may pass one JSON object with shell-appropriate quoting. The script will still submit form data to the API:
python3 scripts/google_ai_mode.py --params-json '{"q":"pizza","json":"1","gl":"us","hl":"en"}'
Use references/google_ai_mode_api.md when you need the exact field list or examples.
Core rules:
Content-Type: application/x-www-form-urlencoded.engine to google_ai_mode.q cannot be inferred.location and uule are present, prefer the explicit uule and omit location.Bearer is accepted and prefixed automatically.Common mappings:
json: "1"json: "2"json: "3"json: "4"locationuuleno_cache: "true"no_cache: "false"glhlpython3 scripts/google_ai_mode.py --q "pizza" --json 1
export for macOS/Linux shells, $env: for Windows PowerShell, or set for Windows Command Prompt). Show other platforms or persistent setup only when detection is ambiguous or the user asks.DATAIFY_API_TOKEN is present; never print its value. If verification succeeds, continue the original task without asking the user to repeat it..env unless the execution path explicitly loads it, and ensure .env is ignored by version control.