Install
openclaw skills install @dataify-server/dataify-google-newsopenclaw skills install @dataify-server/dataify-google-newsUse this skill to turn a user's Google News request into a Dataify Scraper API form submission.
q as the query and set engine to google_news.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_news.py.python3 scripts/google_news.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_news.py --params-json '{"q":"pizza","json":"1","gl":"us","hl":"en","so":"1"}'
Use references/google_news_api.md when you need the exact field list or examples.
Core rules:
Content-Type: application/x-www-form-urlencoded.engine to google_news.q cannot be inferred.Bearer is accepted and prefixed automatically.Common mappings:
json: "1"json: "2"json: "3"json: "4"no_cache: "true"no_cache: "false"glhltopic_tokenkgmidpublication_tokensection_tokenstory_tokenso: "0"so: "1"python3 scripts/google_news.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.