docs-transloadit-robots
Search Robots (Offline)
npx -y @transloadit/node docs robots list --search import --limit 10 -j
Output shape:
docs robots list -jprints a single JSON object:{ robots: [{ name, title?, summary, category? }], nextCursor? }
Get Full Robot Docs (Offline)
Comma-separated:
npx -y @transloadit/node docs robots get /http/import,/image/resize -j
Output shape + error contract:
docs robots get -jprints{ robots: [...], notFound: string[] }- Exit code is
1ifnotFoundis non-empty, but JSON still includes partial results.
Apply To Steps JSON
- Robot names map to:
steps.<stepName>.robot(example:"/image/resize") - Param docs map to:
steps.<stepName>.<paramName>keys.
More from transloadit/skills
transform-encode-hls-video-with-transloadit
One-off HLS encoding (local video -> HLS renditions + playlist) using Transloadit via the `transloadit` CLI. Prefer builtin templates (`builtin/encode-hls-video@latest`) and download outputs locally via `-o`.
38transform-generate-image-with-transloadit
One-off image generation (prompt -> image file) using Transloadit via the `transloadit` CLI. Prefer `image generate` for text-only and input-guided generation, and use `--output` when you need a deterministic path.
37integrate-uppy-transloadit-s3-uploading-to-nextjs
Add Uppy Dashboard + Transloadit uploads to a Next.js (App Router) app, with server-side signature generation and optional /s3/store export.
36transloadit
Main entry-point skill for Transloadit. Route to the right `integrate-*`, `transform-*`, or `docs-*` skill, and prefer executing via `npx -y @transloadit/node ...` (CLI) for deterministic behavior.
35integrate-asset-delivery-with-transloadit-smartcdn-in-nextjs
Add Transloadit Smart CDN URL signing to a Next.js App Router project (server-side signing route + optional client demo page).
35transform-remove-background-with-transloadit
One-off background removal (local image -> transparent PNG) using the official `@transloadit/node` CLI. Use a minimal `/image/bgremove` steps JSON and download the result to an explicit `.png` path via `-o`.
27