ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

incorporate

Generate complete incorporation documents for a new business entity. Use when forming a C-Corp, S-Corp, or LLC in any US state. Produces Articles of Incorporation/Organization, Bylaws/Operating Agreement, Incorporator Action, Organizational Resolutions, Stock/Membership Ledger, and Filing Checklist — all from a simple config. Handles cap tables, voting structures, registered agents, and multi-class stock. Currently optimized for Nevada; extensible to other states.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/juankisugar-creator/ai-powered-business-formation-playbook
Or

Incorporate — Business Formation Document Generator

Generate all legal documents needed to incorporate a business entity from a single configuration.

Supported Entity Types & States

EntityStatesReference File
C-CorpNevadareferences/nevada-corp.md
C-CorpDelawarereferences/delaware-corp.md
LLCNevadareferences/nevada-llc.md
LLCDelawarereferences/delaware-llc.md

Quick Start

  1. Ask the user for their company details (or have them fill out the config)
  2. Read references/config-template.md — this is the input format
  3. Read the appropriate state + entity reference file (see table above)
  4. Read the document templates from assets/templates/ (use de-* for Delaware, llc-* for LLCs)
  5. Generate all documents using the config values
  6. Upload to Google Drive (or output as .docx files)

Workflow

Step 1: Gather Configuration

Ask the user these questions (or accept a pre-filled config):

Required:

  • Company name
  • Entity type (C-Corp, LLC)
  • State of incorporation
  • Registered agent name + address
  • Directors/managers (names, titles)
  • Shareholders/members (names, share counts or %)
  • Stock structure (classes, authorized shares, par value, voting rights)

Optional (defaults provided):

  • Par value (default: $0.00001)
  • Fiscal year end (default: December 31)
  • Consideration type (default: "Services")
  • Principal office address (default: registered agent address)

Validate the config: share percentages must total 100%, authorized shares must cover all issuances.

Step 2: Select Entity + State References

Based on entity type and state, read the appropriate reference file:

  • Nevada C-Corp → references/nevada-corp.md
  • Delaware C-Corp → references/delaware-corp.md
  • Nevada LLC → references/nevada-llc.md
  • Delaware LLC → references/delaware-llc.md

Key decision guidance for the user:

  • C-Corp vs LLC: C-Corp for VC fundraising, multiple stock classes, going public. LLC for simpler businesses, pass-through taxation, flexible profit distribution.
  • Delaware vs Nevada: Delaware for investor expectations, Court of Chancery, VC-standard docs. Nevada for no franchise tax, lower annual costs, privacy.
  • Delaware C-Corp warning: Franchise tax can be very high with many authorized shares — always use the Assumed Par Value Capital Method (see delaware-corp.md).

Step 3: Generate Documents

Read each template from assets/templates/ and replace all {{VARIABLES}} with config values. Templates are in Markdown — convert to .docx for final output.

Metadata

Stars1865
Views1
Updated2026-03-03
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-juankisugar-creator-ai-powered-business-formation-playbook": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.