Quick Start
Add Ollang Skills to your AI agent in one command.Prerequisites
- An Ollang account (free to sign up)
- An Ollang API key (generate one in the Olabs Dashboard)
- A compatible AI coding agent (Cursor, Claude Code, Codex, Windsurf, Cline, or similar)
- Node.js installed (for the
npxcommand)
Installation
- One Command
- Shorthand
Run this in your project root (or anywhere your agent can read files):This downloads the Ollang master skill and all 12 sub-skills into your local skills directory.
Verify Installation
After installing, you should see anollang skill folder in your project’s .skills/ or .cursor/skills/ directory (location depends on your agent). Confirm by asking your agent:
ollang-health sub-skill to ping the API and confirm connectivity.
Set Your API Key
Provide your Ollang API key so the agent can authenticate:OLLANG_API_KEY environment variable or add it to your project’s .env:
.env
Your First Translation
Try asking your agent:- Call ollang-upload to upload the video → returns a
projectId - Call ollang-order-create with subtitle type and
fr+jatargets → returns order IDs - Report back the order details and suggest checking status later
Example Prompts
Upload and translate a document
Upload and translate a document
Check order status
Check order status
Run a QC evaluation
Run a QC evaluation
List recent orders
List recent orders
Request human review
Request human review
Create a revision
Create a revision
Updating Skills
To pull the latest version of Ollang Skills:Next Steps
Sub-Skills Reference
See all 12 sub-skills and their parameters.
Ollang API Reference
Full REST API docs for advanced usage.