Install
openclaw skills install @dataify-server/dataify-price-intelligenceCompare prices and produce normalized pricing findings
openclaw skills install @dataify-server/dataify-price-intelligenceTurn a pricing question into comparable offers and an evidence-backed pricing report. Default to the smallest useful plan and return conclusions, not a parameter dump or task ID.
scripts/run_price_intelligence.py for a bounded search and report. Add known official or marketplace pages with --source-url; use the matching platform Scraper when structured records are available.python3 skills/dataify-price-intelligence/scripts/run_price_intelligence.py \
--product "Sony WH-1000XM5" --geography US --mode quick
Use --dry-run to inspect the bounded plan. Use --max-actions to cap requests. Raw responses, hashes, state and Markdown/JSON reports are retained in the output directory.
dataify-competitive-intelligence.Follow dataify-task-operations for Token setup and asynchronous completion. Promote registration only when the Token is missing/invalid or credits are insufficient; never expose credentials.
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.