← Back to Skills Marketplace
juankisugar-creator

Incorporate

by JC-DFDV · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
334
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install ai-powered-business-formation-playbook
Description
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 Incorpor...
README (SKILL.md)

Incorporate — Business Formation Document Generator

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

Supported Entity Types & States

Entity States Reference File
C-Corp Nevada references/nevada-corp.md
C-Corp Delaware references/delaware-corp.md
LLC Nevada references/nevada-llc.md
LLC Delaware references/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)

Option Pool (recommended):

  • Option pool size (shares reserved for future employees/advisors)
  • Standard startup range: 10-20% of authorized common

Validate the config: share percentages must total 100%, authorized shares must cover all issuances (including option pool reserve).

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.

Documents generated (C-Corp):

  1. Articles of Incorporation — filed with Secretary of State
  2. Bylaws — internal governance rules
  3. Action of Incorporator — appoints initial board
  4. Organizational Resolutions — board adopts bylaws, elects officers, authorizes stock
  5. Stock Ledger — records all share ownership + voting power summary
  6. Filing Checklist — step-by-step guide with links, 83(b) deadline tracking, Year 1 compliance calendar, and bank account requirements
  7. 83(b) Election Form (auto-generated if stock issued for services) — IRS election to lock in tax basis at par value. Includes instructions + filing checklist. CRITICAL: must be filed within 30 days of stock issuance.
  8. Restricted Stock Purchase Agreement (RSPA) — template for each stockholder receiving shares. Covers vesting, repurchase option, transfer restrictions, 83(b) acknowledgment, spousal consent. ⚠️ Complex arrangements should involve legal review.

Documents generated (LLC):

  1. Articles of Organization — filed with Secretary of State (template: llc-01-articles-of-organization.md)
  2. Operating Agreement — governance, economics, member rights (template: llc-02-operating-agreement.md)
  3. Membership Ledger — records ownership and transfers (template: llc-03-membership-ledger.md)
  4. Filing Checklist — step-by-step guide (template: llc-04-filing-checklist.md)

Delaware C-Corp uses different template for Articles:

  • Use de-01-certificate-of-incorporation.md instead of 01-articles-of-incorporation.md
  • Delaware calls it "Certificate of Incorporation" not "Articles"
  • Includes exculpation clause (DGCL §102(b)(7)) and blank check preferred authorization
  • All other C-Corp documents (Bylaws, Action, Resolutions, Stock Ledger, Checklist) are the same with state-specific adjustments

Step 4: Format + Deliver

  • All text: Times New Roman, black, 12pt headers, 11pt body
  • Tables: bordered, alternating row shading, dark blue headers
  • Highlight in yellow any fields that still need manual input
  • Upload to Google Drive or save as local .docx files
  • Link each document from the Filing Checklist

Step 5: Walk Through Next Steps

After generating docs, brief the user on filing sequence:

  1. File Articles with Secretary of State (online if available)
  2. File Initial List of Officers (bundled with Articles in Nevada)
  3. Sign Action of Incorporator (after filing confirmed)
  4. Hold organizational meeting / sign resolutions
  5. Issue stock / record in ledger
  6. File 83(b) elections within 30 days — every stockholder receiving shares for services (see state reference for details)
  7. Obtain EIN from IRS (note: non-US founders need a US-based officer with SSN to apply online)
  8. Execute Restricted Stock Purchase Agreements (RSPAs) with all stockholders
  9. Open corporate bank account (bring: EIN, filed Articles, Bylaws, Resolutions, IDs)

Post-Filing Guide

After documents are generated and filed, read references/post-filing-learnings.md for real-world guidance on:

  • Actual filing costs (vs. estimates)
  • SilverFlume server error handling
  • EIN application gotchas (non-US founders)
  • 83(b) election 30-day deadline management
  • Common mistakes to avoid
  • DIY vs. lawyer cost comparison

This file was built from a real Nevada C-Corp filing (March 2026) and captures lessons that aren't in any template.

Important Notes

  • These are standard formation documents, not legal advice
  • Complex structures (convertible notes, vesting schedules, multiple preferred series) should involve a lawyer
  • State-specific requirements vary — always check the state reference file
  • Annual maintenance requirements differ by state — included in checklist
  • Delaware franchise tax can be very expensive — see references/delaware-corp.md for the Assumed Par Value method
  • LLC operating agreements are highly customizable — the template covers standard provisions but complex arrangements (waterfall distributions, vesting, drag-along rights) need legal review
Usage Guidance
This skill appears to do what it says: it contains state-specific references, document templates, example configs, and a Python generator that outputs .docx files. Before installing or running: 1) Note there is no install spec — ensure the runtime has python-docx (and PyYAML if you use YAML configs) installed (pip3 install python-docx pyyaml). 2) SKILL.md mentions uploading to Google Drive but the included script does not implement Drive uploads or handle Drive credentials; if you plan to use Drive output, add a secure upload step and explicitly provide credentials only when needed. 3) Review the templates for any personally identifying data before using or uploading to cloud storage (addresses, SSNs are not present in templates but generated documents will include whatever you supply). 4) This tool generates legal documents but is not a substitute for legal advice — consult a lawyer for complex cap tables, multi-class preferred financing, or investor negotiations. 5) If you want stricter supply-chain hygiene, ask the publisher to declare runtime dependencies and provide an install spec or packaged environment (requirements.txt) so dependency installation is explicit.
Capability Analysis
Type: OpenClaw Skill Name: ai-powered-business-formation-playbook Version: 1.0.2 The skill bundle is a legitimate tool designed to generate business formation documents (C-Corp and LLC) for Nevada and Delaware. The Python script `scripts/generate.py` uses the `python-docx` library to populate legal templates with user-provided data; it contains no network calls, obfuscation, or unauthorized file access. While the workflow involves handling sensitive information such as names, addresses, and SSNs (required for IRS EIN and 83(b) forms), there is no evidence of data exfiltration or malicious intent in the code or the `SKILL.md` instructions.
Capability Assessment
Purpose & Capability
Name/description promise (generate Articles/Bylaws/Operating Agreements, ledgers, checklists) aligns with included templates, references, example configs, and the generator script (scripts/generate.py). The templates cover Nevada and Delaware and the generator substitutes variables and emits .docx, which is appropriate for the stated purpose.
Instruction Scope
SKILL.md confines actions to collecting user config, reading local reference files/templates, generating documents, and delivering outputs. One minor mismatch: SKILL.md mentions uploading to Google Drive, but there is no code in scripts/generate.py that performs Google Drive uploads or instructions for Drive credentials — upload is only supported conceptually via a google_drive_folder_id in the config template. Otherwise the runtime instructions stay within the stated purpose and do not request unrelated system data.
Install Mechanism
No install spec (instruction-only) which minimizes risk; however scripts/generate.py depends on python-docx and optionally PyYAML. Those dependencies are not declared in registry metadata and no installer is provided. The generator prints a pip install hint and exits if python-docx is missing. This is a packaging/operational omission, not malicious (no external downloads or obscure install URLs in the package).
Credentials
The skill requests no environment variables, secrets, or config paths. The config template includes an optional google_drive_folder_id field — using Google Drive would require credentials, but those are not requested by the skill as packaged, so no unexplained credential access is present.
Persistence & Privilege
Skill is not always-enabled, does not request persistent system privileges, and does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with other concerning factors.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-powered-business-formation-playbook
  3. After installation, invoke the skill by name or use /ai-powered-business-formation-playbook
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
v1.3 — Legal Review + Acceleration NEW: - Restricted Stock Purchase Agreement (RSPA) template with vesting, repurchase, transfer restrictions, 83(b) acknowledgment, and spousal consent. - Double-trigger acceleration clause (Change of Control protection) with full definitions for Cause, Good Reason, and Termination of Service. - Vesting configuration block in config template (period, cliff, acceleration type). - Option pool / reserved shares field in config template. - Year 1 compliance calendar in Filing Checklist with all post-filing deadlines. - Post-filing guide with real-world lessons from an actual Nevada C-Corp filing ($743 actual vs $525 estimate, SilverFlume errors, EIN for non-US founders). IMPROVED: - Filing Checklist: 83(b) election step with 30-day reminder schedule, business license bundling, expanded bank account document requirements. - Organizational Resolutions: RSPA authorization resolution added. - Bylaws: Director removal provision added (with or without cause, majority vote). - Accredited investor representation made conditional in RSPA (not all founders qualify). - Updated workflow steps to reorder RSPA execution before bank account opening. No breaking changes. All new features extend existing functionality.
v1.0.1
- Added Delaware C-Corp and Delaware LLC support, including new reference files and specialized document templates. - Introduced Delaware-specific templates: Certificate of Incorporation (with exculpation clause, blank check preferred). - Added new LLC template files: Articles of Organization, Operating Agreement, Membership Ledger, and Filing Checklist. - Expanded SKILL.md documentation with a supported entities/states table and new guidance on Delaware vs Nevada, entity type selection, and franchise tax warnings. - Updated workflow steps to include template selection based on both entity type and state.
v1.0.0
Initial release. Nevada C-Corp support with full document generation (Articles, Bylaws, Action of Incorporator, Org Resolutions, Stock Ledger, Filing Checklist). JSON/YAML config input, .docx output with auto-highlighting of pending fields.
Metadata
Slug ai-powered-business-formation-playbook
Version 1.0.2
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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 Incorpor... It is an AI Agent Skill for Claude Code / OpenClaw, with 334 downloads so far.

How do I install Incorporate?

Run "/install ai-powered-business-formation-playbook" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Incorporate free?

Yes, Incorporate is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Incorporate support?

Incorporate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Incorporate?

It is built and maintained by JC-DFDV (@juankisugar-creator); the current version is v1.0.2.

💬 Comments