Install
openclaw skills install @dataify-server/dataify-task-resultopenclaw skills install @dataify-server/dataify-task-resultRetrieve one completed task's JSON result from the Dataify /download endpoint. Read the API key only from DATAIFY_API_TOKEN and never include it in output.
成功.$dataify-task-status unless the user explicitly asks to retrieve the task result directly.DATAIFY_API_TOKEN is set. Do not ask the user to paste an API key into chat or pass one on the command line.scripts/download_task_result.py --task-id TASK_ID. The script always sends type=json.python3 -X utf8 scripts/download_task_result.py --task-id "TASK_ID"
To preview the request without downloading the result:
python3 scripts/download_task_result.py --task-id "TASK_ID" --dry-run
Read references/task_result_api.md for request parameters and response behavior.