Back to Plugins

Legalzoom

Attorney guidance and legal tools for business and personal needs. AI-powered document review identifies critical risks and important clauses, advises when to engage an attorney, and routes to LegalZoom's network when professional expertise is needed.

productivityai
By anthropics
0Updated 4 months ago

Installation

/plugin install legalzoom@claude-plugins-official

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions

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:

  1. Clone this repository
  2. Run ./create_plugin_zip.py to generate legalzoom.zip
  3. Upload the zip file via Claude's Plugins menu

Claude Code CLI

Add this marketplace to Claude Code:

/plugin marketplace add legalzoom/claude-plugins

Then install individual plugins:

/plugin install legalzoom@legalzoom-marketplace

Available 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.md

Then register it in .claude-plugin/marketplace.json.

View source on GitHub