How to Install Plugins
# Install from the registry
openclaw plugin install
# Install from GitHub
openclaw plugin install github:user/repo
# List installed plugins
openclaw plugin list
# Search for plugins
openclaw plugin search Essential Developer Tools
claw-format
Automatic code formatting with support for 20+ languages. Integrates with Prettier, Black, and rustfmt.
openclaw plugin install claw-formattestgen-pro
Generate comprehensive unit tests from your code. Supports Jest, Pytest, and Go testing frameworks.
openclaw plugin install testgen-prodoc-writer
Automatically generate documentation from code comments, type definitions, and examples.
openclaw plugin install doc-writerMCP Server Integrations
notion-mcp
Full Notion integration—create pages, query databases, and sync content bi-directionally.
openclaw mcp install @apate1/notion-mcp-serverslack-mcp
Send messages, create channels, and manage workflows directly from OpenClaw.
openclaw mcp install @slackhq/slack-mcpgithub-mcp
Create issues, manage PRs, and query repositories without leaving the terminal.
openclaw mcp install @github/github-mcpSecurity & Compliance
security-audit
Comprehensive security scanning for vulnerabilities, exposed secrets, and permission issues.
openclaw plugin install security-auditcompliance-check
Automated compliance checks for SOC 2, HIPAA, and GDPR requirements.
openclaw plugin install compliance-checkProductivity Boosters
task-runner
Execute complex multi-step tasks with parallel execution, retries, and progress tracking.
openclaw plugin install task-runnermemory-enhanced
Advanced memory system with semantic search, auto-tagging, and knowledge graph visualization.
openclaw plugin install memory-enhancedworkflow-templates
Pre-built workflow templates for common tasks: code review, deployment, documentation, and more.
openclaw plugin install workflow-templatesLanguage-Specific Plugins
rust-assist
Rust-specific assistance with ownership patterns, async/await, and unsafe code guidance.
openclaw plugin install rust-assistpython-genius
Python optimization, type hints generation, and packaging assistance.
openclaw plugin install python-geniusHow to Submit Your Plugin
# Initialize plugin structure
openclaw plugin init my-plugin
# Validate plugin before submission
openclaw plugin validate ./my-plugin
# Submit to registry
openclaw plugin publish ./my-pluginFeatured Plugin Criteria
Plugins are featured based on:
- Quality of code and documentation
- Active maintenance and updates
- Community adoption and ratings
- Security best practices
- Unique value proposition