Install
openclaw skills install dataify-google-videosWhen the user requests "Call Google Videos" or "Video Search", or explicitly mentions the video field, the dataify-google-videos skill is triggered.
openclaw skills install dataify-google-videosUse this skill to turn a user's Google Videos request into a Dataify Scraper API form submission.
Before every real API call, follow this confirmation flow. These rules override any older workflow order in this skill.
engine value.pizza, us, en, dates, airport codes, or tokens as defaults.Authorization. Include the complete body field list from this skill's reference document, including engine, even when a field is currently blank.参数名, 当前值, 默认值, 说明.DATAIFY_API_TOKEN.Use the bundled preview helper whenever possible to generate the confirmation table from this skill's reference document:
python3 scripts/preview_params.py --params-json '{"q":"USER_QUERY"}'
Pass every parsed current value to preview_params.py using --params-json or matching --field value arguments. The helper reads defaults and descriptions from references/*api.md; if the helper cannot parse a default, leave the default blank rather than inventing one.
9. After confirmation and token handling, call the bundled Python script with python3 and return the API response body directly without summarizing, extracting, cleaning, translating, or reshaping it.
q as the video search query and force engine to google_videos.json: "1", google_domain: "google.com", no_cache: "false", nfpr: "0", and filter: "0". Do not treat examples such as us, en, or true as defaults.references/google_videos_api.md, including Authorization and engine. Mask any token value, or show missing when no token is available.DATAIFY_API_TOKEN.python3. Run it from this skill directory, or use the absolute path to scripts/google_videos.py.Preview the confirmation table:
python3 scripts/google_videos.py --request "search Google videos for electric cars in English" --preview-table
Call the API after confirmation:
python3 scripts/google_videos.py --q "electric cars" --hl en
If the user provided a token in the conversation instead of an environment variable, pass it with --token and avoid echoing it back in the final answer:
python3 scripts/google_videos.py --token "USER_TOKEN" --q "electric cars" --gl us --hl en
For many fields, pass one JSON object with shell-appropriate quoting. The script will still submit form data to the API:
python3 scripts/google_videos.py --params-json '{"q":"electric cars","json":"1","google_domain":"google.com","gl":"us","hl":"en","no_cache":"true"}'
Use references/google_videos_api.md when you need the exact field list, defaults, constraints, or table descriptions.
Core rules:
Content-Type: application/x-www-form-urlencoded.engine to google_videos.q cannot be inferred.uule is present, omit location.Bearer is accepted and prefixed automatically.Common mappings:
json: "1"json: "2"json: "3"json: "4"google_domainglhllocationuulestart: String((N - 1) * 10)tbsno_cache: "true"lr, formatted like lang_frsafe: "active" or safe: "off"nfpr: "1"nfpr: "0"filter: "1"filter: "0"