transloadit

📁 transloadit/skills 📅 14 days ago
3
总安装量
3
周安装量
#57579
全站排名
安装命令
npx skills add https://github.com/transloadit/skills --skill transloadit

Agent 安装分布

openclaw 3
claude-code 3
replit 3
opencode 3
mcpjam 2
gemini-cli 2

Skill 文档

Quick Routing

  1. Need reference (robot params/examples, no API calls): docs-transloadit-robots
  2. Need a one-off transform (download outputs locally): transform-*
  3. Need an end-to-end code integration (real app integration steps): integrate-*

Concrete entry points:

  1. docs-transloadit-robots
  2. transform-generate-image-with-transloadit
  3. transform-encode-hls-video-with-transloadit
  4. integrate-uppy-transloadit-s3-uploading-to-nextjs
  5. integrate-asset-delivery-with-transloadit-smartcdn-in-nextjs

CLI Baseline (Recommended)

Most skills in this repo prefer using the @transloadit/node CLI via:

npx -y @transloadit/node ...

If a command errors with “Unsupported option name” or a missing subcommand, update to a newer @transloadit/node.

Builtin template discovery (token-efficient NDJSON):

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