anygen-task-download

AnyGen: Download artifacts from a completed task.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "anygen-task-download" with this command: npx skills add supertilico2001/anygen-task-download

task +download

PREREQUISITE: Read ../anygen-shared/SKILL.md for auth, global flags, and security rules.

Download artifacts from a completed task.

Usage

anygen task +download --task-id <id> --output-dir <dir>

Flags

FlagRequiredDescription
--task-idTask ID
--output-dirLocal directory to save files (default: current directory)
--file <name...>Download specific file(s) by name (repeatable)
--thumbnailDownload thumbnail image instead of main files

Examples

# Download all output files
anygen task +download --task-id xxx

# Download 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.xlsx

# Download thumbnail (for preview)
anygen task +download --task-id xxx --thumbnail

# Specify output directory
anygen task +download --task-id xxx --output-dir ./output

Output

Returns JSON with downloaded file paths:

{
  "status": "completed",
  "task_id": "xxx",
  "files": [
    { "file": "./report.pptx", "name": "report.pptx" },
    { "file": "./data.xlsx", "name": "data.xlsx" }
  ],
  "task_url": "https://..."
}

Tips

  • The task must be in completed state. Use task get --wait first if needed.
  • Without --file, all output files are downloaded.
  • Use --thumbnail first to show a preview, then download the main files when user requests it.
  • For smart_draw tasks, diagram files are automatically rendered to PNG.
  • File names for --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.

See Also

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

AI模型大乱斗

你来指定谁当狼人,然后押注谁赢——4个AI互相骗,你看谁先露馅。

Registry SourceRecently Updated
General

Xiaohongshu Creator Marketplace (Pugongying) Follower Summary API

Call GET /api/xiaohongshu-pgy/get-kol-fans-summary/v1 for Xiaohongshu Creator Marketplace (Pugongying) Follower Summary through JustOneAPI with kolId.

Registry SourceRecently Updated
General

Xiaohongshu Creator Marketplace (Pugongying) Data Summary API

Call GET /api/xiaohongshu-pgy/get-kol-data-summary/v2 for Xiaohongshu Creator Marketplace (Pugongying) Data Summary through JustOneAPI with business and kolId.

Registry SourceRecently Updated
General

Xiaohongshu Creator Marketplace (Pugongying) Creator Core Metrics API

Call GET /api/xiaohongshu-pgy/get-kol-core-data/v1 for Xiaohongshu Creator Marketplace (Pugongying) Creator Core Metrics through JustOneAPI with kolId.

Registry SourceRecently Updated