skills/docs-transloadit-robots/SKILL.md
Offline lookup for Transloadit Robots and their parameter docs/examples via the `transloadit` CLI. Use to draft or validate `steps` JSON without guessing robot names/params.
npx skillsauth add transloadit/skills docs-transloadit-robotsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
npx -y @transloadit/node docs robots list --search import --limit 10 -j
Output shape:
docs robots list -j prints a single JSON object: { robots: [{ name, title?, summary, category? }], nextCursor? }Comma-separated:
npx -y @transloadit/node docs robots get /http/import,/image/resize -j
Output shape + error contract:
docs robots get -j prints { robots: [...], notFound: string[] }1 if notFound is non-empty, but JSON still includes partial results.steps.<stepName>.robot (example: "/image/resize")steps.<stepName>.<paramName> keys.tools
One-off AI image upscaling (local image -> upscaled image) using Transloadit via the `transloadit` CLI. Prefer the `image upscale` intent and use `--output` for a deterministic path.
development
Launch and steer a sibling Codex agent in a new tmux pane using the same or explicitly requested model, reasoning effort, sandbox, approval policy, and working directory. Use when the user asks to open a new tmux pane/window, start another Codex, delegate a bounded task to it, communicate with that Codex, monitor it, or make future parallel Codex handoffs smoother. Also use when the user mentions ACP for local Codex-to-Codex coordination but tmux interaction is sufficient or more reliable.
tools
One-off polaroid-stack photo collage (N local images -> single image) using the official `@transloadit/node` CLI. Uses the `/image/merge` Robot's `polaroid-stack` effect and downloads the result to an explicit output path via `--output`.
tools
One-off justified mosaic photo collage (N local images -> single image) using the official `@transloadit/node` CLI. Uses the `/image/merge` Robot's `mosaic` effect to build a tiled layout that keeps every photo fully visible, and downloads the result to an explicit output path via `--output`.