Editor Ai Arabic

v1.0.0

Cloud-based editor-ai-arabic tool that handles editing Arabic-language videos with AI-generated Arabic subtitles. Upload MP4, MOV, AVI, WebM files (up to 500...

0· 57·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (cloud AI Arabic video editing) align with the declared primary credential (NEMO_TOKEN) and the SKILL.md's API endpoints for uploading, rendering, and checking credits. Requesting a service token for the backend is appropriate for this functionality.
Instruction Scope
SKILL.md instructs the agent to automatically connect to the backend on first open and to POST to https://mega-api-prod.nemovideo.ai to obtain an anonymous token if NEMO_TOKEN is not set, then create a session. That is coherent for a cloud editor, but it means the skill will make network calls and create tokens/sessions before the user explicitly uploads video — consider whether you want that automatic behavior. The instructions do not ask to read unrelated local files, but they do reference detecting an install path to set X-Skill-Platform which is brittle for an instruction-only skill with no install.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install posture: nothing is written to disk by an installer. Runtime network activity is specified in SKILL.md.
Credentials
Only one credential is declared (NEMO_TOKEN) which is appropriate. SKILL.md will accept an existing NEMO_TOKEN or create an anonymous one. Minor inconsistency: the skill registry summary lists no required config paths, but SKILL.md frontmatter mentions a config path (~/.config/nemovideo/). The skill also instructs storing session_id for subsequent requests but does not specify storage location — this is expected but worth confirming (ephemeral vs persistent).
Persistence & Privilege
always:false and no install behavior means the skill does not request elevated persistence or automatic inclusion. It does instruct creating/storing a session token for the backend, which is normal for a cloud service; it does not request to modify other skills or system-wide settings.
Assessment
This skill appears to do what it says: it uploads user videos to mega-api-prod.nemovideo.ai and uses a NEMO_TOKEN (or will obtain an anonymous token) to create a session and render outputs. Before installing, consider: (1) the skill will make network calls automatically on first open to obtain a token/session unless you pre-set NEMO_TOKEN — if you prefer explicit consent, set your own token or avoid auto-connection; (2) uploaded videos and any content you send will go to the nemo backend — verify the service's privacy/retention policy and whether you trust that domain with your files; (3) check where session tokens/session_id are stored (ephemeral memory vs on-disk config) if you care about local persistence; (4) note the small metadata inconsistency about a config path in SKILL.md — ask the publisher which path (if any) will be read/written; and (5) if you have sensitive content, avoid using the anonymous-token flow and instead use an account token or a service you control. If any of these points are unacceptable, do not install or ask the publisher for clarification.

Like a lobster shell, security has layers — review code before you run it.

latestvk978w2kd9bpwyzxh19zrcwmgv184k99r

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments