Discover and explore top open-source AI tools and projects—updated daily.
JimLiuAgent skill for macOS video manipulation via natural language
New!
Top 96.0% on SourcePulse
Summary
This project provides an open-source agent skill enabling AI coding assistants like Claude Code and Codex to control the BaoCut macOS application's command-line interface. It allows users to automate video transcription, subtitle generation and translation, speaker review, and video cleanup tasks using natural language commands, significantly enhancing AI agent capabilities for multimedia processing.
How It Works
The skill acts as a wrapper around the baocut CLI, which is bundled within the standalone BaoCut macOS application. It translates natural language instructions from AI agents into executable baocut commands. Integration is facilitated via skills.sh, with a built-in resolver that locates and validates the BaoCut CLI, prompting installation if necessary.
Quick Start & Requirements
npx skills add JimLiu/baocut -g -a claude-code codex -y. Manual install requires git clone and symbolic links (no Node.js needed).baocut.app. Node.js is optional, only required for the npx installation method.Highlighted Details
skills.sh-compatible AI agents, including Claude Code and Codex.Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or project roadmaps are provided in the README.
Licensing & Compatibility
The project is released under the MIT license. This license generally permits commercial use and integration into proprietary software without significant restrictions.
Limitations & Caveats
The skill is strictly limited to macOS environments due to its reliance on the BaoCut macOS application. It requires the separate installation of the BaoCut app, as the skill itself does not bundle the core video processing engines.
23 hours ago
Inactive