Automate Amara subtitle tracks, video URLs, and translation pipelines securely using the oo CLI and agent-friendly schemas.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-amara
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install oo-amara using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Amara integration is designed to let developers, AI agents, and content pipelines interact programmatically with Amara (amara.org). By employing Openclaw Skills, developers can automate the creation, retrieval, updates, and deletion of subtitles and video records. The skill connects via the oo CLI, which handles authentication server-side. This ensures that sensitive API tokens are never exposed within local environments or codebases.
Whether you are building automated transcription synchronization tools, localization pipelines, or collaborative subtitle environments, this skill simplifies media management. Developers can fetch live schemas directly and query the API in a highly reliable, predictable manner.
oo connector schema to understand authoritative input structures.Set up the necessary environments to activate Amara automation within your Openclaw Skills workflow.
Run the installation script depending on your operating system:
# macOS or Linux
curl -fsSL https://cli.oomol.com/install.sh | bash
# Windows PowerShell
irm https://cli.oomol.com/install.ps1 | iex
Authenticating establishes your workspace settings:
oo auth login
Ensure Amara is linked with your API Key credentials at:
https://console.oomol.com/app-connections?provider=amara
The Amara skill manages several types of entities. The table below outlines how it structures its data and operations:
| Entity / Resource | Actions Supported | Key Metadata Attributes |
|---|---|---|
| Video Record | create_video, get_video, update_video |
ID, Title, Primary Language, Metadata, Source URLs |
| Subtitle File | create_subtitles, fetch_subtitles_data |
Track Language, Version, Formats (SRT, VTT, JSON), Content |
| Workflow Activity | get_activity, list_video_activity |
Activity ID, Timestamp, Action Performed, Team Slug |
| Notes & Workflow | add_subtitle_note, perform_subtitle_action |
Status Actions (publish, approve, reject), Work Team, Note Body |
| Users & Teams | get_user, get_team_details |
Username, Role, Team Settings, Preferred Languages |
Loading
A versatile skill enabling AI agents to interact with APIVerve's suite of utility APIs, including calculations, lookups, and environmental data fetching.

A powerful integration skill for the oo CLI that enables AI agents to query BuiltWith domain profiles, tech stacks, and social media mappings instantly.

An AI-ready integration skill using the oo CLI to search, read, and manage BoxHero inventory data without handling raw API tokens.

An automated CLI connector to securely access the Codacy API, retrieve static code analysis patterns, and check repository health without locally exposing credentials.

A powerful OOMOL-powered skill to manage Ably real-time messaging, channels, presence history, and push notifications directly from your AI coding environment.

An AI-powered web scraping and browser automation agent skill that integrates AgentQL with OOMOL CLI to query, extract, and manipulate web page data without local credential management.








































