Install
openclaw skills install @dataify-server/dataify-agent-onboardingConfigure Dataify and complete the first successful task
openclaw skills install @dataify-server/dataify-agent-onboardingHelp a new user reach one successful Dataify action. Preserve the original goal: diagnose the environment, recommend one access path, resolve only the blocking setup issue, then continue the goal.
scripts/onboard.py --goal "<user goal>" --json.--verify to distinguish present, ready, invalid credentials, insufficient balance, rate limiting and service/network failure. Continue the original task only after a real readiness success.Read access-paths.md only when two access paths are genuinely plausible.
Use --verify when the user wants a real readiness check. Optional product diagnostics are local-only and disabled by default; setting DATAIFY_TELEMETRY_FILE records allowlisted status events without queries, URLs, output, or credentials.
python3 scripts/onboard.py --goal "research competitors with current web data" --verify --json
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.