skills/transloadit/skills/docs-transloadit-robots

docs-transloadit-robots

SKILL.md

Search Robots (Offline)

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? }

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 -j prints { robots: [...], notFound: string[] }
  • Exit code is 1 if notFound is 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.
Weekly Installs
8
GitHub Stars
1
First Seen
Feb 12, 2026
Installed on
opencode8
claude-code8
gemini-cli7
github-copilot7
codex7
kimi-cli7