docs-transloadit-robots
3
总安装量
1
周安装量
#57846
全站排名
安装命令
npx skills add https://github.com/transloadit/skills --skill docs-transloadit-robots
Agent 安装分布
replit
1
openclaw
1
opencode
1
claude-code
1
Skill 文档
Search Robots (Offline)
npx -y @transloadit/node docs robots list --search import --limit 10 -j
Output shape:
docs robots list -jprints 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 -jprints{ robots: [...], notFound: string[] }- Exit code is
1ifnotFoundis 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.