Install
openclaw skills install @dataify-server/dataify-google-flightsopenclaw skills install @dataify-server/dataify-google-flightsUse this skill to turn a user's Google Flights request into a Dataify Scraper API form POST.
references/google_flights_api.md for the full field list, accepted values, defaults, and conditional requirements.
Authorization.参数名, 当前值, 默认值, 说明.DATAIFY_API_TOKEN.python3. Run it from this skill directory, or use the absolute path to scripts/google_flights.py.python3 scripts/google_flights.py --params-json '{"departure_id":"JFK","arrival_id":"LAX","type":"2","outbound_date":"2026-06-01","currency":"USD","gl":"us","hl":"en"}' --dry-run --dry-run-format markdown
Content-Type: application/x-www-form-urlencoded.engine to google_flights.json: "1" unless the user asks for another output format.YYYY-MM-DD.Bearer is accepted and prefixed automatically.Common mappings:
json: "1"json: "2"json: "3"json: "4"type: "2"type: "1"type: "3" and multi_city_jsontravel_class: "1", "2", "3", "4"sort_by: "1", "2", "3", "4", "5", "6"stops: "0", "1", "2", "3"no_cache: "true"deep_search: "true"python3 scripts/google_flights.py --params-json '{"departure_id":"JFK","arrival_id":"LAX","type":"2","outbound_date":"2026-06-01","currency":"USD","gl":"us","hl":"en"}' --dry-run --dry-run-format markdown
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.