transloadit

Main entry-point skill for Transloadit. Route to the right `integrate-*`, `transform-*`, or `docs-*` skill, and prefer executing via `npx -y @transloadit/node ...` (CLI) for deterministic behavior.

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 "transloadit" with this command: npx skills add transloadit/skills/transloadit-skills-transloadit

Quick Routing

  1. Need reference (robot params/examples, no API calls): docs-transloadit-robots
  2. Need a one-off transform (download outputs locally): transform-*
  3. Need an end-to-end code integration (real app integration steps): integrate-*

Concrete entry points:

  1. docs-transloadit-robots
  2. transform-generate-image-with-transloadit
  3. transform-encode-hls-video-with-transloadit
  4. transform-remove-background-with-transloadit
  5. integrate-uppy-transloadit-s3-uploading-to-nextjs
  6. integrate-asset-delivery-with-transloadit-smartcdn-in-nextjs

Install companion skills

If the skills above are not available in your environment, install all of them at once:

npx -y skills add https://github.com/transloadit/skills --all

Or install a single skill:

npx -y skills add https://github.com/transloadit/skills/tree/main/skills/<skill-name>

Replace <skill-name> with one of: docs-transloadit-robots, transform-generate-image-with-transloadit, transform-encode-hls-video-with-transloadit, transform-remove-background-with-transloadit, integrate-uppy-transloadit-s3-uploading-to-nextjs, integrate-asset-delivery-with-transloadit-smartcdn-in-nextjs.

CLI Baseline (Recommended)

Most skills in this repo prefer using the @transloadit/node CLI via:

npx -y @transloadit/node ...

If a command errors with "Unsupported option name" or a missing subcommand, update to a newer @transloadit/node.

Builtin template discovery (token-efficient NDJSON):

npx -y @transloadit/node templates list --include-builtin exclusively-latest --fields id,name --json

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

transform-generate-image-with-transloadit

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

docs-transloadit-robots

No summary provided by upstream source.

Repository SourceNeeds Review