← Back to Skills Marketplace
Subtitle Translator
by
bytesagain3
· GitHub ↗
· v2.0.1
· MIT-0
214
Downloads
0
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install subtitle-translator
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Subtitle Translator concepts, best practices, and implementation ...
Usage Guidance
This skill appears to be a harmless, local documentation/reference tool. Before installing, you can (1) review the included scripts/script.sh (already small and readable) to confirm there are no unexpected commands, (2) note the minor version string mismatch (2.0.0 in the script vs 2.0.1 metadata) which is a correctness issue only, and (3) if you have a policy of least privilege, run it in a sandbox or non-privileged environment first. Because it requires no credentials or network access, the risk is low; proceed if you only need local reference documentation.
Capability Analysis
Type: OpenClaw Skill
Name: subtitle-translator
Version: 2.0.1
The 'subtitle-translator' skill is a static documentation reference tool that provides text-based guides on development concepts. The shell script (scripts/script.sh) only outputs hardcoded documentation via heredocs and contains no network calls, file system modifications, or sensitive data access.
Capability Assessment
Purpose & Capability
Name/description match the deliverables: a local reference for Subtitle Translator. The skill requests no env vars, binaries, or network access, which is proportionate for a documentation/reference tool.
Instruction Scope
SKILL.md explicitly states all commands output plain-text heredocs with no external calls; the included scripts/script.sh implements those heredocs and contains no network, file-reading, or credential-access operations. Minor inconsistencies: the script defines VERSION="2.0.0" while metadata is 2.0.1, and the help heredoc uses a single-quoted delimiter so $VERSION will not expand — these are benign correctness issues, not security concerns.
Install Mechanism
No install spec is present (instruction-only). The only shipped artifact is a small bash script; nothing is downloaded or written to disk by an install step.
Credentials
No environment variables, credentials, or config paths are required. The skill does not reference secrets or unrelated service tokens.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. Autonomous invocation is allowed by default but combined with no network access or credentials this presents low risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install subtitle-translator - After installation, invoke the skill by name or use
/subtitle-translator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Subtitle Translator?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Subtitle Translator concepts, best practices, and implementation ... It is an AI Agent Skill for Claude Code / OpenClaw, with 214 downloads so far.
How do I install Subtitle Translator?
Run "/install subtitle-translator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Subtitle Translator free?
Yes, Subtitle Translator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Subtitle Translator support?
Subtitle Translator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Subtitle Translator?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.1.
More Skills