Skip to content

Agent Skills

Install the TheCorporation skill to give any compatible AI agent full access to corporate governance operations — formation, cap tables, equity, compliance, and more.

The recommended way to install. ClawHub is the open skill registry for AI agents.

Terminal window
npx clawhub@latest install thecorporation-form-and-operate

Browse the skill on ClawHub: clawhub.ai/hansonkd/thecorporation-form-and-create

Add the skill directly to Claude Code as a plugin:

Terminal window
claude plugin add https://github.com/thecorporationai/thecorporation-mono/tree/main/skills/plugins/form-and-operate

This registers the thecorporation-form-and-operate skill so Claude Code invokes it automatically when you ask about corporate formation, governance, cap tables, or compliance.

Copy the skill file into your project’s .claude/skills/ directory:

Terminal window
mkdir -p .claude/skills
curl -o .claude/skills/thecorporation-form-and-operate.md \
https://raw.githubusercontent.com/thecorporationai/thecorporation-mono/main/skills/corp/SKILL.md

The skill teaches your agent how to use the corp CLI to:

  • Form entities — C-Corps, LLCs, and other entity types with one-shot or staged flows
  • Manage governance — board meetings, written consents, voting, resolutions
  • Operate cap tables — equity issuance, SAFEs, 409A valuations, transfers, distributions
  • Handle finance — invoicing, payments, payroll, bank accounts, contractor classification
  • Generate documents — employment offers, NDAs, consulting agreements, formation docs
  • Run agents — create autonomous agents with skills and work items
  • Track compliance — obligations, tax filings, deadlines

The skill includes patterns for --local mode (no server required), @last entity references, and --json output for machine-readable results.