[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93349":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":18,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":16,"starSnapshotCount":16,"syncStatus":35,"lastSyncTime":36,"discoverSource":37},93349,"baocut","JimLiu\u002Fbaocut","JimLiu","Open-source Agent Skill that drives the BaoCut macOS app CLI (transcribe · subtitle · translate · cut) from Claude Code, Codex, and other agents","https:\u002F\u002Fbaocut.app",null,"Shell",223,15,105,3,0,95,22,73.11,"MIT License",false,"main",true,[25,26,27,28,29,30,31],"agent-skill","claude-code","codex","macos","skills","subtitles","transcription","2026-07-22 04:02:08","# BaoCut agent skill\n\nGive your AI coding agent the power to drive **[BaoCut](https:\u002F\u002Fbaocut.app)** —\ntranscribe, add & translate subtitles, review speakers, clean up talking-head\nvideo, and export — all from natural language. This is the open-source\n[Agent Skill](https:\u002F\u002Fskills.sh) that wraps the `baocut` command-line tool.\n\nWorks with **Claude Code**, **Codex**, and any [skills.sh](https:\u002F\u002Fskills.sh)-compatible agent.\n\n## Requirements\n\n- **macOS** — BaoCut is a Mac app.\n- **The BaoCut app** — install it from **[baocut.app](https:\u002F\u002Fbaocut.app)**. The\n  skill drives the CLI bundled inside `BaoCut.app`; it does not ship the engines.\n- **Node.js** — only for the one-command install below\n  ([download](https:\u002F\u002Fnodejs.org\u002Fen\u002Fdownload)). The manual steps need no Node.\n\n## Install\n\n### Recommended — skills.sh\n\n```sh\nnpx skills add JimLiu\u002Fbaocut -g -a claude-code codex -y\n```\n\nThis installs the skill globally to `~\u002F.agents\u002Fskills\u002Fbaocut` and links it for\nClaude Code and Codex.\n\n### Manual (no Node.js)\n\n```sh\ngit clone https:\u002F\u002Fgithub.com\u002FJimLiu\u002Fbaocut.git ~\u002F.agents\u002Fskills\u002Fbaocut-src\nln -sfn ~\u002F.agents\u002Fskills\u002Fbaocut-src\u002Fskills\u002Fbaocut ~\u002F.agents\u002Fskills\u002Fbaocut\n# link it for each agent you use, e.g. Claude Code:\nmkdir -p ~\u002F.claude\u002Fskills\nln -sfn ~\u002F.agents\u002Fskills\u002Fbaocut ~\u002F.claude\u002Fskills\u002Fbaocut\n```\n\n## Use it\n\nOnce installed, just ask your agent — for example:\n\n- **Claude Code** — \"Transcribe and translate the subtitles of `talk.mp4` to\n  Chinese,\" or the Chinese equivalent 转写并翻译字幕. You can also type `\u002Fbaocut`.\n- **Codex** — reference the baocut skill in your prompt; it drives the `baocut` CLI.\n\nUnder the hood the agent runs commands like:\n\n```sh\nbaocut --json auto talk.mp4 --lang zh    # transcribe -> polish -> translate\nbaocut export \u003CprojectId> --srt --translated --lang zh\n```\n\nIf `baocut` is not on your PATH, use the bundled resolver\n`skills\u002Fbaocut\u002Fbin\u002Fbaocut` (it points at `\u002FApplications\u002FBaoCut.app\u002FContents\u002FMacOS\u002Fbaocut-cli`\nand tells you to install the app if it is missing).\n\n## Layout\n\n```\nskills\u002Fbaocut\u002F\n  SKILL.md          # agent entry point (router)\n  references\u002F       # per-task guides (orchestration, editing, export, …)\n  bin\u002Fbaocut        # resolves the CLI inside the installed BaoCut.app\n```\n\n## Links\n\n- App & docs — [baocut.app](https:\u002F\u002Fbaocut.app)\n- skills.sh — [skills.sh](https:\u002F\u002Fskills.sh)\n\n## License\n\n[MIT](LICENSE).\n","这是一个为AI编程代理（如Claude Code、Codex）提供 macOS 视频处理能力的开源技能插件，通过调用 BaoCut 命令行工具实现音视频转录、字幕生成与翻译、说话人识别、视频剪辑及导出等功能。项目采用 Shell 编写，依赖本地已安装的 BaoCut macOS 应用，具备轻量级封装、JSON 接口驱动、多代理兼容（skills.sh 标准）等特点。适用于需要在自然语言指令下自动化完成短视频内容加工（如课程剪辑、会议纪要生成、多语字幕制作）的技术型工作流。",2,"2026-07-17 02:30:03","CREATED_QUERY"]