Official Serum plugins for Claude Code - modular tools for crawling, security, and development workflows
npx claudepluginhub leobrival/serum-pluginHigh-performance web crawler for discovering and mapping website structure
Enhanced hookify with 24 security rules - Bun runtime, no Python required.
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
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations