transform-generate-image-with-transloadit

📁 transloadit/skills 📅 1 day ago
3
总安装量
1
周安装量
#56632
全站排名
安装命令
npx skills add https://github.com/transloadit/skills --skill transform-generate-image-with-transloadit

Agent 安装分布

replit 1
openclaw 1
opencode 1

Skill 文档

Run (No Input File)

Do not use --watch for inputless templates.

npx -y @transloadit/node assemblies create \
  --template builtin/generate-image@latest \
  -f prompt='A minimal product photo of a chameleon on white background' \
  -o ./out/ \
  -j

Footnote (discover more builtin templates):

npx -y @transloadit/node templates list --include-builtin exclusively-latest --fields id,name --json

Debug If It Fails

npx -y @transloadit/node assemblies get <assemblyIdOrUrl> -j

Notes:

  • Some generator/AI robots can be account-gated; if the assembly fails with capability/availability errors, switch templates or confirm the feature is enabled for your account.