π¦ ClawHub
Anygen Task Download
by @supertilico2001
AnyGen: Download artifacts from a completed task.
π‘ Examples
# Download all output files
anygen task +download --task-id xxxDownload specific file(s) by name
anygen task +download --task-id xxx --file report.pptx
anygen task +download --task-id xxx --file report.pptx --file data.xlsxDownload thumbnail (for preview)
anygen task +download --task-id xxx --thumbnailSpecify output directory
anygen task +download --task-id xxx --output-dir ./output
π Tips & Best Practices
completed state. Use task get --wait first if needed.--file, all output files are downloaded.--thumbnail first to show a preview, then download the main files when user requests it.--file come from the output.files[].name field in the task get response.> [!CAUTION] > This is a write command (writes files to disk) β confirm the output directory with the user.
TERMINAL
clawhub install anygen-task-download