Install
openclaw skills install @dataify-server/dataify-scraper-builderInspect a site and generate a Dataify scraper starter
openclaw skills install @dataify-server/dataify-scraper-builderBuild the smallest reliable scraper for a real target. Check prebuilt-routing.md first; prefer an existing structured Dataify Skill over custom extraction.
routed_to_prebuilt, use that Skill and stop. Continue with --force-custom only when the user explicitly needs fields the prebuilt capability cannot provide.scripts/build_scraper.py --url <url> --fields <comma-separated fields>.needs_selector_refinement with unsupported_fields instead of claiming readiness when validation fails.python3 scripts/build_scraper.py --url "https://www.dataify.com/" --fields "title,description" --output-dir generated-scraper
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.