💡 Summary
A plugin offering various skills for operations teams, including audio extraction and video processing.
🎯 Target Audience
🤖 AI Roast: “Powerful, but the setup might scare off the impatient.”
Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress). Run with least privilege and audit before enabling in production.
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
Pros
- Diverse skill set for various tasks.
- User-friendly commands.
- Supports macOS app installation.
Cons
- Limited to macOS users.
- Dependency on external APIs.
- May require additional setup for some skills.
Related Skills
pytorch
S“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”
agno
S“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”
nuxt-skills
S“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author InfQuest.
