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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "docs-transloadit-robots" with this command: npx skills add transloadit/skills/transloadit-skills-docs-transloadit-robots

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

transform-encode-hls-video-with-transloadit

No summary provided by upstream source.

Repository SourceNeeds Review
General

integrate-asset-delivery-with-transloadit-smartcdn-in-nextjs

No summary provided by upstream source.

Repository SourceNeeds Review
General

transform-generate-image-with-transloadit

No summary provided by upstream source.

Repository SourceNeeds Review
General

integrate-uppy-transloadit-s3-uploading-to-nextjs

No summary provided by upstream source.

Repository SourceNeeds Review