Official agent skills for coding agents working with the Cloudglue API / SDK.
| Skill | Description |
|---|---|
cloudglue |
Turn video into LLM-ready data with the Cloudglue JS SDK |
npx skills add cloudglue/skillsgit clone https://github.com/cloudglue/skills.gitThese skills follow the agentskills.io specification. Compatible agents (Claude Code, Cursor, etc.) will automatically discover and load skills when they're relevant to your task.
The skills provide agents with:
- Core concepts — what Cloudglue is and how its APIs fit together
- Documentation hierarchy — where to find the most accurate, version-locked information
- Code patterns — correct method signatures, parameters, and end-to-end workflows
- Troubleshooting — common errors and how to fix them
The Cloudglue skill teaches agents to use a 3-tier documentation strategy:
- Embedded docs in
node_modules/@cloudglue/cloudglue-js/docs/— version-locked API reference (most reliable) - Source code in
node_modules/@cloudglue/cloudglue-js/src/api/— full type information - Remote docs at
https://docs.cloudglue.dev/llms.txt— conceptual guides and deep dives
Apache-2.0