Install
openclaw skills install @dataify-server/dataify-api-best-practicesAudit Dataify integrations for safe production patterns
openclaw skills install @dataify-server/dataify-api-best-practicesUse this narrow developer Skill when integration correctness is the deliverable. Start with integration-contract.md, then read only the relevant API or language reference: authentication, SERP, Web Unlocker, Builder, task lifecycle, Python, JavaScript/TypeScript, errors, and the final production checklist. Run the static audit before delivery.
DATAIFY_API_TOKEN from the environment and never log it.python3 scripts/audit_integration.py path/to/integration.py
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.