Official Serum plugins for Claude Code - modular tools for crawling, security, and media processing.
/plugin marketplace add leobrival/serum-plugins-official
# Install the crawler plugin
/plugin install crawler@serum-plugins-official
# Install hookify (24 security rules, Bun runtime)
/plugin install hookify@serum-plugins-official
# Install media-tools (image/video processing)
/plugin install media-tools@serum-plugins-official
/plugin list
High-performance web crawler for discovering and mapping website structure.
Features:
Usage:
/crawler https://example.com
Enhanced hookify with 24 pre-configured security rules - uses Bun runtime, no Python required.
Features:
/hookify, /hookify:list, /hookify:configureQuick example:
/hookify Block npm publish commands
Smart image and video processing with auto-detection of single files or batch operations.
Features:
Commands:
/media - Universal processor (auto-detects image/video)/image - Smart image processing (resize, compress, convert)/video - Smart video processing (compress, convert, trim)/gif - Create optimized GIFsExamples:
# Process any media (auto-detect)
/media ./downloads/
# Single image
/image photo.jpg --Resolution 1920 --Ratio 16:9 --Format webp
# Batch images
/image ./photos/ --Format webp --Output subfolder
# Compress video
/video video.mov --Resolution 1080p --Format mp4
# Create GIF
/gif video.mp4 --Duration 5 --Width 480
serum-plugins-official/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ ├── crawler/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── commands/
│ │ │ └── crawler.md
│ │ ├── scripts/
│ │ └── README.md
│ ├── hookify/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── core/ # TypeScript rule engine
│ │ ├── hooks/ # Bun hooks
│ │ ├── commands/
│ │ ├── rules/ # 24 pre-configured security rules
│ │ └── README.md
│ └── media-tools/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ │ ├── media.md # Universal processor
│ │ ├── image.md # Smart image processing
│ │ ├── video.md # Smart video processing
│ │ └── gif.md # GIF creation
│ └── README.md
└── README.md
Create a new directory under plugins/ with the following structure:
plugins/my-new-plugin/
├── .claude-plugin/
│ └── plugin.json
├── commands/
├── agents/
├── hooks/
└── README.md
Then add the plugin entry to .claude-plugin/marketplace.json.
This project uses a dual licensing model:
For open source projects and personal use, Serum Plugins Official is available under the GNU Affero General Public License v3.0.
This means:
For proprietary/commercial use without AGPL-3.0 obligations, a commercial license is available. See LICENSE-COMMERCIAL for details.
When you need a commercial license:
Contact: [email protected] for commercial licensing inquiries
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub leobrival/serum-plugin --plugin hookify透過分析對話模式或明確指令,輕鬆建立自訂鉤子以防止不想要的行為
Quickly scaffold Claude Code hooks with templates, validation, and conflict analysis
Expert guidance for writing secure, reliable, and performant Claude Code hooks - validates design decisions, enforces best practices, and prevents common pitfalls. Use when creating, reviewing, or debugging Claude Code hooks.
Production safety hooks for autonomous Claude Code operation. Context monitoring, syntax checking, branch protection, activity logging, and more.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.