Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

ai-powered-business-formation-playbookAI 驱动的企业组建手册

Agent Skill

ai-powered-business-formation-playbook 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,282

周安装

420

GitHub Stars

公开资料未说明

下载量

3,326
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ai-powered-business-formation-playbook(AI 驱动的企业组建手册)
来源仓库:https://github.com/juankisugar-creator/ai-powered-business-formation-playbook
安装命令:
openclaw skills install ai-powered-business-formation-playbook
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ai-powered-business-formation-playbook

简介

用于整理文档、README、Markdown 和说明材料。

  • 适合将零散信息整理成结构清晰的文档。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装命令:openclaw skills install ai-powered-business-formation-playbook。
  • 建议确认权限范围、维护状态及是否触发联网或文件读写。

SKILL.md

name
incorporate
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 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.

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)

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.13%
按下载量换算2,632

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills