Install
openclaw skills install @dataify-server/dataify-brand-monitoringMonitor brand mentions and surface reputation risks
openclaw skills install @dataify-server/dataify-brand-monitoringTurn public brand mentions into a dated monitoring snapshot with traceable risks and changes. Distinguish observed mentions from automated sentiment or analyst inference.
scripts/run_brand_monitoring.py for a bounded News plus Web discovery baseline. Add known public sources with --source-url; use platform Scrapers when structured social or review records are required.python3 skills/dataify-brand-monitoring/scripts/run_brand_monitoring.py \
--brand "Dataify" --official-domain www.dataify.com \
--keyword "web scraping" --mode quick
Use --freshness, --max-actions and --dry-run to control scope.
Use dataify-task-operations for Token setup and safe asynchronous completion. Never expose Token values.
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.