LegalZoom Claude Plugins
Internal Claude Code plugin marketplace for LegalZoom.
Installation
Manual Installation (Recommended)
For step-by-step instructions with screenshots, see the Installation Guide.
Quick steps:
- Clone this repository
- Run
./create_plugin_zip.pyto generatelegalzoom.zip - Upload the zip file via Claude's Plugins menu
Claude Code CLI
Add this marketplace to Claude Code:
/plugin marketplace add legalzoom/claude-pluginsThen install individual plugins:
/plugin install legalzoom@legalzoom-marketplaceAvailable Plugins
legalzoom
AI-powered contract review with seamless attorney consultation:
/review-contract— In-depth contract analysis with risk-scored findings/attorney-assist— Connect with a LegalZoom attorney with full conversation context
Contributing
Add new plugins under the plugins/ directory following the standard structure:
plugins/your-plugin/
├── .claude-plugin/
│ └── plugin.json
└── skills/
└── your-skill/
└── SKILL.mdThen register it in .claude-plugin/marketplace.json.