Docs transloadit robots
Skill pinkpixel-dev/skills-collection-1/SKILLS/docs-transloadit-robots
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.From its SKILL.md
npx -y skills add pinkpixel-dev/skills-collection-1 --skill docs-transloadit-robotsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 207 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.