transloadit/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.

First seen Feb 12, 2026

Installation

$ npx skills add transloadit/skills --skill docs-transloadit-robots

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from transloadit/skills · top by installs.

npx skills add transloadit/skills

Browse all from transloadit/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 953 B
  • docs SUMMARY.md 204 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 77 installs

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.