Movie Subtitle Viewer
Skill by adminlove520
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adminlove520/movie-subtitle-viewerWhat This Skill Does
The Movie Subtitle Viewer is a specialized OpenClaw skill designed to bridge the gap between AI agents and cinematic media. By integrating with the OpenSubtitles platform, this skill allows the agent to search for, download, and parse subtitle files (.srt and .ass formats). Beyond simple file retrieval, the skill acts as a content analyzer, allowing the AI to read through dialogue transcripts to provide comprehensive story summaries, character insights, and narrative breakdowns. Whether you are conducting academic research on film scripts or simply want a quick recap of a movie you just finished, this skill provides the necessary context to turn text-based subtitle data into actionable insights.
Installation
To install this skill, use the OpenClaw CLI provided in the source repository. Ensure you have your OpenSubtitles credentials ready. Run the following command in your terminal:
clawhub install openclaw/skills/skills/adminlove520/movie-subtitle-viewer
Post-installation, you must configure your environment variables. Open your .env file and input your OpenSubtitles API key, username, and password. Without these credentials, the skill will not be able to authenticate with the remote servers to fetch subtitle data.
Use Cases
This skill is perfect for film enthusiasts, researchers, and writers. Common use cases include:
- Rapid Summarization: Quickly grasp the core conflict of a movie without watching the entire film.
- Linguistic Analysis: Import subtitles for language learning or comparing dialogue styles in different cinema genres.
- Content Archiving: Automatically organize and parse transcriptions of your local movie library.
- Accessibility: Generate written scene summaries for accessibility testing or screen readers.
Example Prompts
- "小溪,帮我搜索《星际穿越》的简体中文字幕。"
- "下载《泰坦尼克号》的英文字幕,并帮我解析出里面的关键台词。"
- "解析这个下载好的字幕文件,然后总结一下电影的剧情摘要。"
Tips & Limitations
- API Compliance: Always ensure your OpenSubtitles API key is kept secure. Never share your
.envfile. - File Formats: While the skill is optimized for .srt, it handles .ass files effectively. Ensure your files are clean for better parsing results.
- Privacy: Be aware that subtitles are downloaded locally to your workspace directory. Clean up these files periodically to maintain system hygiene.
- Performance: Large subtitle files may take a few moments to parse; if the script is exceptionally long, please allow the AI a brief moment to process the full text before requesting a summary.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adminlove520-movie-subtitle-viewer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api