/install oo-amara
Amara
Operate Amara through your OOMOL-connected account. This skill calls the amara connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.
Category: Design & Media, Productivity. Exposes 33 action(s).
Running an action
Assume the user has already installed the oo CLI, signed in, and connected Amara. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.
1. Inspect the contract to get the authoritative input/output schema before building a payload:
oo connector schema "amara" --action "\x3Caction_name>"
2. Run the action with a JSON payload that matches the input schema:
oo connector run "amara" --action "\x3Caction_name>" --data '\x3Cjson>' --json
--datatakes a JSON object string or@path/to/file.json; omit it to send{}.- The response is
{ "data": ..., "meta": { "executionId": "..." } }; the execution id lives undermeta.executionId.
Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.
Available actions
add_subtitle_note— Add a subtitle note for a specific video and subtitle language.add_video_url— Add a new source URL to an existing Amara video.create_subtitle_language— Create a new subtitle language track for an Amara video.create_subtitles— Create a new subtitle version for a specific video and language.create_video— Create a new Amara video from a source URL and title, with optional metadata.delete_video_url— Delete a source URL from an existing Amara video.fetch_subtitles_data— Fetch subtitle data for a specific video and language in JSON, SRT, or VTT format.get_activity— Fetch a single Amara activity item by activity ID.get_subtitle_language_details— Fetch a single subtitle language track for an Amara video.get_team_details— Fetch a single Amara team by team slug.get_team_languages— Fetch preferred and blacklisted language codes for a single Amara team.get_user— Fetch a single Amara user by username or user ID.get_user_activity— List activity items for a specific Amara user.get_user_data— Fetch a single Amara user by username,me, or user ID.get_video— Fetch a single Amara video by video ID.get_video_url— Fetch a single Amara video URL entry by video ID and URL ID.get_video_url_details— Look up Amara metadata for a public or embeddable video URL.list_activity— List Amara activity items with optional team, video, language, and date filters.list_available_languages— List the languages supported by the Amara API.list_languages— List the languages supported by the Amara API.list_subtitle_actions— List the subtitle workflow actions available for a specific video and language.list_subtitle_languages— List all subtitle language tracks for a single Amara video.list_subtitle_notes— List all subtitle notes for a specific video and subtitle language.list_teams— List the Amara teams accessible to the current API key with pagination controls.list_video_activity— List activity items for a single Amara video with pagination controls.list_video_urls— List all source URLs associated with a single Amara video.list_videos— List Amara videos with optional filters, sorting, and pagination controls.make_video_url_primary— Update a video URL entry and mark it as the primary URL when requested.perform_subtitle_action— Perform a subtitle workflow action such as publish, approve, or reject.send_message— Send a message to an Amara user or team recipient.update_subtitle_language— Update subtitle language settings such as completion flags and soft limits.update_video— Update an existing Amara video's metadata, assignment, or language settings.view_video_details— Fetch a single Amara video by video ID.
Safety
- Read actions (get / list / search) are safe to run directly.
- Create, update, send, or post actions change Amara state — confirm the exact payload and effect with the user before running.
- Delete or remove actions are destructive — always confirm the target and get explicit approval first.
First-time setup
These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.
-
oo: command not found— install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):curl -fsSL https://cli.oomol.com/install.sh | bash # macOS / Linuxirm https://cli.oomol.com/install.ps1 | iex # Windows PowerShell -
Not signed in / authentication error — sign in to your OOMOL account once:
oo auth login -
scope_missing/credential_expired/app_not_ready/app_not_found— Amara is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:https://console.oomol.com/app-connections?provider=amara -
HTTP 402 /
OOMOL_INSUFFICIENT_CREDIT— billing stop. Recharge athttps://console.oomol.com/billing/token-rechargebefore retrying.
Resources
- Amara homepage: https://amara.org
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oo-amara - After installation, invoke the skill by name or use
/oo-amara - Provide required inputs per the skill's parameter spec and get structured output
What is Amara?
Amara (amara.org). Use this skill for ANY Amara request — reading, creating, updating, and deleting data. Whenever a task involves Amara, use this skill inst... It is an AI Agent Skill for Claude Code / OpenClaw, with 26 downloads so far.
How do I install Amara?
Run "/install oo-amara" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Amara free?
Yes, Amara is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Amara support?
Amara is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Amara?
It is built and maintained by OOMOL (@oomol); the current version is v1.0.0.