💡 摘要
一个为运营团队提供多种技能的插件,包括音频提取和视频处理。
🎯 适合人群
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发)。以最小权限运行,并在生产环境启用前审计代码与依赖。
Vibe Ops Plugin
A collection of Claude Code skills designed for operations teams - macOS app installation, video processing, and more.
Installation
# Add marketplace /plugin marketplace add InfQuest/vibe-ops-plugin # Install plugin /plugin install vibe-ops@vibe-ops
Skills
| Skill | Description | Triggers | |-------|-------------|----------| | audio-extract | Extract audio from video files | 提取音频, 抽取音频, extract audio | | audio-transcribe | Speech to text using Whisper with word-level timestamps | 语音转文字, transcribe, 字幕生成 | | image-gen | AI image generation via OpenRouter API (Gemini, Seedream) | 生成图片, 画图, generate image | | install-app | macOS app installation with Homebrew (auto-installs Homebrew if needed, configures USTC mirror) | 安装, install, 帮我装 | | video-concat | Merge multiple video files into one | 合并视频, 拼接视频, merge videos | | video-trim | Trim video segments with compression options | 剪辑视频, 裁剪视频, trim video | | youtube-download | Download YouTube/Bilibili videos using yt-dlp with Chrome cookies | 下载视频, download youtube, 下载B站 |
Usage Examples
帮我把视频的音频提取出来
帮我把这个音频转成文字
帮我生成一张图片,一只在星空下的猫
帮我安装 Chrome
把这几个视频合并成一个
裁剪视频从 1:30 到 3:45
帮我下载这个 YouTube 视频
Development
Local Testing
claude --plugin-dir .
Project Structure
vibe-ops-plugin/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace config
├── skills/
│ ├── audio-extract/ # Audio extraction from video
│ ├── audio-transcribe/ # Speech to text (Whisper)
│ ├── image-gen/ # AI image generation
│ ├── install-app/ # macOS app installation
│ ├── video-concat/ # Video merging
│ ├── video-trim/ # Video trimming
│ └── youtube-download/ # YouTube/Bilibili download
├── CLAUDE.md
└── README.md
License
MIT
优点
- 多样化的技能集,适用于各种任务。
- 用户友好的命令。
- 支持macOS应用安装。
缺点
- 仅限于macOS用户。
- 依赖外部API。
- 某些技能可能需要额外设置。
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 InfQuest.
