← Back to Skills Marketplace
mcbaivn

Subtitle Translator - MCB AI

by MCB AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
122
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install subtitle-translator-mcbai
Description
Translate SRT subtitle files into any target language using AI. Processes subtitles in batches to handle large files efficiently, preserves exact SRT format...
Usage Guidance
This skill is primarily a local SRT parser/builder; the actual translation is expected to be done by the agent/LLM when you invoke the skill. Before installing, consider: (1) subtitle text will be sent to whichever model or API the agent uses — avoid sending private or sensitive transcripts to external services unless you trust the destination, (2) the README suggests copying files into your agent's skills directory — confirm you are comfortable with that filesystem operation, and (3) review any runtime prompts or the agent's configuration that perform the translation (not included here) to ensure it uses the model/API and privacy settings you want. No credentials or remote downloads are required by the skill itself.
Capability Analysis
Type: OpenClaw Skill Name: subtitle-translator-mcbai Version: 1.0.0 The skill bundle is a legitimate tool for translating SRT subtitle files. The Python scripts (parse-srt.py and build-srt.py) handle file parsing and reconstruction using standard libraries without any network access, credential theft, or suspicious execution patterns. The instructions in SKILL.md are well-defined and align with the stated purpose of subtitle translation.
Capability Assessment
Purpose & Capability
Name/description promise AI-powered subtitle translation. The repository provides robust parsing (parse-srt.py) and rebuilding (build-srt.py) code but does not include a networked translation component — that is expected to be performed by the agent/LLM per SKILL.md instructions. This separation is reasonable, but worth noting: the skill supplies I/O handling, not the actual translator implementation.
Instruction Scope
SKILL.md instructs the agent to accept an SRT file (path or pasted content), parse it, split into batches, call an AI to translate each batch, and reassemble output. The instructions reference only the subtitle files and typical SRT handling (encodings, html tags, timecodes) and do not request unrelated files, system credentials, or external endpoints.
Install Mechanism
No install spec is provided and no third‑party downloads are embedded. SKILL.md suggests installing via 'npx clawhub@latest install ...' which is a normal installer instruction for the platform; the included Python scripts are local files only. No extract-from-URL or untrusted remote fetches are present.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code optionally imports chardet for encoding detection (safe/optional). There are no requests for secrets, cloud credentials, or unrelated tokens.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform-wide privileges. It does not attempt to modify other skills or system settings in the provided files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install subtitle-translator-mcbai
  3. After installation, invoke the skill by name or use /subtitle-translator-mcbai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release by MCB AI
Metadata
Slug subtitle-translator-mcbai
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Subtitle Translator - MCB AI?

Translate SRT subtitle files into any target language using AI. Processes subtitles in batches to handle large files efficiently, preserves exact SRT format... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install Subtitle Translator - MCB AI?

Run "/install subtitle-translator-mcbai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Subtitle Translator - MCB AI free?

Yes, Subtitle Translator - MCB AI is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Subtitle Translator - MCB AI support?

Subtitle Translator - MCB AI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Subtitle Translator - MCB AI?

It is built and maintained by MCB AI (@mcbaivn); the current version is v1.0.0.

💬 Comments