AI Editor Arabic for Openclaw

A cloud-powered AI video editor tailored for Arabic content creators to transcribe, caption, and edit raw footage with natural language commands.

whitejohnk-26
v1.0.0
Apr 11, 2026
0
363
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install editor-ai-arabic

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install editor-ai-arabic using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is AI Editor Arabic?

AI Editor Arabic is a specialized integration for Openclaw Skills designed to streamline the production of Arabic-language video content. It utilizes a powerful cloud-based GPU render pipeline to perform complex editing tasks—such as trimming silent pauses and generating precise Arabic subtitles—without taxing local hardware. By simply describing the desired outcome, creators can transform raw video files into professional 1080p MP4 outputs in minutes.

This skill is built for efficiency, handling everything from initial file uploads to final compositing. It bridges the gap between raw video capture and social-media-ready content, making advanced video editing accessible through an intuitive AI-driven interface. Whether you are working with talking-head videos or multi-track projects, this tool ensures high-quality Arabic transcription and seamless video layering.

AI Editor Arabic Use Cases

  • Automatically generating and burning Arabic subtitles into talking-head videos.
  • Trimming awkward pauses and dead space from raw Arabic interview footage.
  • Batch processing multiple video files into high-quality 1080p MP4 social media posts.
  • Iterative video editing where users refine drafts through natural language instructions.

How AI Editor Arabic Works

  1. The skill establishes an authenticated session with the cloud backend using a NEMO_TOKEN.
  2. Users upload raw video assets (up to 500MB) directly through the chat interface to a secure cloud storage endpoint.
  3. Editing commands are processed via a Server-Sent Events (SSE) stream, allowing the AI to manipulate the timeline in real-time.
  4. The agent polls the session state to monitor changes in video, audio, and text tracks, ensuring the timeline matches user intent.
  5. Upon an export command, a cloud GPU node composites the layers, applies H.264 compression, and generates a final MP4 file.
  6. The user receives a download link for the completed 1080p video within 30 to 90 seconds.

AI Editor Arabic Setup

To utilize this skill within the Openclaw Skills ecosystem, follow these configuration steps:

  1. Environment Variable: Ensure NEMO_TOKEN is set. If unavailable, the skill will automatically generate a 7-day anonymous token using a unique Client-ID.
  2. Configuration Path: The skill uses ~/.config/nemovideo/ for persistent configuration storage.
  3. Manual Token Setup (Optional):
# Set your token to bypass anonymous authentication
export NEMO_TOKEN="your_api_token_here"
  1. Session Initialization: The agent automatically handles the POST request to /api/tasks/me/with-session/nemo_agent to start your project.

AI Editor Arabic Data Schema & Taxonomy

The skill utilizes a structured JSON draft format to manage the video timeline and metadata:

Key Type Description
t Array Contains all timeline tracks (Video, Audio, Text)
tt Integer Track Type (0=video, 1=audio, 7=text)
sg Array Segments belonging to a specific track
d Integer Duration of the segment in milliseconds
m Object Metadata including file info and generated media URLs

All project data is bound to a session_id, allowing for persistent editing across different interactions.

AI Editor Arabic Advanced Features

  • Cloud GPU rendering for fast 1080p H.264 video exports.
  • Multi-track support for simultaneous handling of background music, voiceovers, and subtitles.
  • Automatic pause detection and removal specifically optimized for Arabic speech patterns.
  • Real-time Server-Sent Events (SSE) integration for interactive editing feedback.
  • Support for a wide range of formats including MP4, MOV, AVI, WebM, and various image types.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*