Install
openclaw skills install @dataify-server/dataify-task-operationsContinue a Dataify Builder job after submission by checking status, explaining failures, retrieving available results, or reporting a safe handoff. Use when the user provides a Dataify task ID, asks whether a collection finished, or wants the result of an asynchronous Dataify scraper task.
openclaw skills install @dataify-server/dataify-task-operationsComplete the asynchronous task lifecycle instead of stopping at task creation.
Treat task states as submitted, queued, running, succeeded, failed, or cancelled. Preserve an unknown provider state verbatim and map it only when the meaning is unambiguous.
DATAIFY_API_TOKEN from the environment. Never accept or print it as a command-line argument.