Cloudglue Skills
Cloudglue Skills are pre-packaged knowledge bundles that follow the agentskills.io specification. They provide your coding agent with core concepts, correct code patterns, method signatures, and troubleshooting guidance — so it writes working Cloudglue integrations on the first try.- npm
- pnpm
- Yarn
- Bun
- Embedded package docs — version-locked Markdown shipped with the JS SDK (most reliable)
- Source code — full type information from
node_modules - Remote docs — conceptual guides at docs.cloudglue.dev
More Ways to Teach Your Agent
MCP Server
Connect AI assistants like Claude Desktop and Cursor to Cloudglue’s video
understanding tools via the Model Context Protocol.
Embedded Package Docs
The JS SDK ships 14 Markdown files covering all APIs, version-locked to your
installed SDK version.
llms.txt
Comprehensive documentation index in Markdown format. Feed it to any LLM
that needs broad Cloudglue context.
Embedded Package Docs
The Cloudglue JS SDK (@cloudglue/cloudglue-js) ships documentation alongside the code. After installing the SDK, you’ll find 14 Markdown files covering every API surface:
Context Files
Cloudglue publishes anllms.txt file following the emerging convention for LLM-friendly documentation:
Recommended Setup
Install Cloudglue Skills
Install skills in your project directory to teach your coding agent how to
build with Cloudglue APIs.
Install the JS SDK
Run
npm install @cloudglue/cloudglue-js. The embedded docs in the package
become the agent’s tier-1 reference, automatically used by Cloudglue Skills.(Optional) Configure MCP Server
For AI assistants like Claude Desktop or Cursor, add the MCP
Server for direct video analysis capabilities
in your chat workflow.