Install
openclaw skills install @dataify-server/dataify-review-intelligenceTurn customer reviews into evidence-backed product actions
openclaw skills install @dataify-server/dataify-review-intelligenceConvert public reviews into traceable customer themes and product recommendations. Preserve source bias and sample limitations; sentiment counts are signals, not ground truth.
scripts/run_review_intelligence.py. Provide known Amazon or Google Maps review URLs with --source-url to route to structured review collection; otherwise begin with bounded discovery.python3 skills/dataify-review-intelligence/scripts/run_review_intelligence.py \
--subject "Notion" --freshness "6 months" --mode quick
For a known source add --source-url <public-review-url>. Use --dry-run or --max-actions for cost control.
dataify-competitive-intelligence.Use dataify-task-operations for Token setup and asynchronous completion. Never expose credentials or promote signup during successful execution.
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.