Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add Andrejones92/canifi-life-os --skill "legalzoom"
Install specific skill from multi-skill repository
# Description
Access legal documents and business formation services with LegalZoom.
# SKILL.md
name: legalzoom
description: Access legal documents and business formation services with LegalZoom.
category: communication
LegalZoom Skill
Access legal documents and business formation services with LegalZoom.
Quick Install
curl -sSL https://canifi.com/skills/legalzoom/install.sh | bash
Or manually:
cp -r skills/legalzoom ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set LEGALZOOM_EMAIL "your_email"
canifi-env set LEGALZOOM_PASSWORD "your_password"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
1. Complete the Browser Automation Setup using CDP mode
2. Login to the service manually in the Playwright-controlled Chrome window
3. Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
Capabilities
- Business Formation: Form LLCs, corporations, and nonprofits
- Legal Documents: Access and create legal documents
- Registered Agent: Manage registered agent services
- Trademark: File and manage trademark applications
- Compliance: Stay compliant with annual reports
Usage Examples
Check Formation Status
User: "What's the status of my LLC formation?"
Assistant: Returns formation progress
Order Document
User: "Order a will template from LegalZoom"
Assistant: Initiates document order
View Filings
User: "Show me my upcoming compliance deadlines"
Assistant: Returns compliance calendar
Registered Agent
User: "Update my registered agent address"
Assistant: Initiates address change
Authentication Flow
- LegalZoom uses account authentication
- No official public API
- Browser automation for access
- Session-based authentication
Error Handling
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Verify email and password |
| Session Expired | Timeout | Re-authenticate |
| Service Error | System issue | Retry later |
| Order Failed | Payment issue | Check payment method |
Notes
- Consumer legal services
- Business formation leader
- Attorney consultations available
- Ongoing compliance services
- No official API
- Consumer-focused platform
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.