Back to the catalog

legalzoom

Attorney guidance and legal tools for business and personal needs. AI-powered document review identifies critical risks and important clause

Open source Repository Open in the app JSON README (API)

About

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.

Details

Kind
Plugins
Topic
Government & public data
Publisher
legalzoom
Origin
marketplace
Category
ferramentas
Last push
2026-02-20T22:56:05Z
Repository state
ativo
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
legalzoom/claude-plugins/legalzoom

README

# 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](docs/install.md).

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:

```bash
/plugin marketplace add legalzoom/claude-plugins
```

Then install individual plugins:

```bash
/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`.

More