agentsclimarketplace

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

Install
npx -y skills add pinkpixel-dev/skills-collection-1 --skill docs-transloadit-robots

Assembled 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 -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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,764. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.