Install
openclaw skills install @dataify-server/dataify-competitive-intelligenceEvidence-backed competitor and market analysis
openclaw skills install @dataify-server/dataify-competitive-intelligenceTurn an open-ended competitive question into a sourced decision document. Use the smallest useful set of Dataify capabilities, distinguish fact from inference, and end with actionable recommendations rather than a dump of search results.
Choose only the modules required by the decision:
Do not run every module by default. If the requested decision, competitors, geography, or time window is unclear, ask only for information that materially changes the research plan.
scripts/run_research.py so the plan, evidence, failures, and recovery state are preserved.dataify-web-unlocker retrieves a known public page.dataify-task-operations to wait safely, and retrieve the final result. A task_id is not research evidence.scripts/verify_report.py on the structured report before delivery.quick: up to 5 collection actions for an initial decision.standard: up to 12 actions for a normal comparison.deep: up to 20 actions; confirm material cost or scope before execution.--max-actions as a hard limit. Use --checkpoint when the user wants to review early evidence; use --autopilot only when they asked for autonomous completion.--resume <run-directory>; successful actions are never submitted again. After fixing a network or input issue, add --retry-failed-safe only for discovery/page failures; it never retries scraper submissions.dataify-web-unlocker for one known public page whose content is the deliverable.dataify-router when the user wants collection but the appropriate Dataify capability is unclear.Return:
python3 skills/dataify-competitive-intelligence/scripts/run_research.py \
--company Dataify \
--company-domain www.dataify.com \
--competitor "Bright Data" \
--competitor-domain "Bright Data=brightdata.com" \
--module snapshot \
--module product \
--module pricing \
--mode quick \
--autopilot
The command creates state.json, raw evidence, evidence.json, and draft Markdown/JSON reports. Inspect the evidence, write evidence-linked findings, and rebuild with scripts/build_report.py --findings-json <file>; a report with evidence_ready_analysis_required is not a completed competitive conclusion. Preview the bounded plan safely with --dry-run.
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.