Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

founder-legal-copilotfounder legal GitHub Copilot 搜索

Agent Skill

founder-legal-copilot 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,612

周安装

149

GitHub Stars

公开资料未说明

下载量

1,180
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:founder-legal-copilot(founder legal GitHub Copilot 搜索)
来源仓库:https://github.com/danillo7/founder-legal-copilot
安装命令:
openclaw skills install founder-legal-copilot
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install founder-legal-copilot

简介

founder-legal-copilot 为创始人提供从成立到退出的法律成果指导。

  • 覆盖五个启动阶段共27项关键法律事务支持。安装时按仓库提供的命令执行,建议先在测试环境验证依赖、命令权限和文件改动范围。
  • 按阶段推送合规要点与文件模板辅助落地实施。
  • 重要法律行为仍需专业律师审核以确保合法性。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
founder-legal-copilot
description
Legal copilot that guides founders from incorporation to exit with 27 legal deliverables across 5 startup phases
version
1.0.0
homepage
https://legalkit.legal
author
Danillo Costa
tags
[legal, founders, startup, term-sheet, safe, nda, incorporation, fundraising, m&a, due-diligence]
providers
[friendliai]
plugins
[redis-agent-memory, civic-nexus]
mcpServers
[apify]

Founder Legal Copilot

A legal intelligence system for startup founders. Covers 27 legal deliverables across 5 startup phases — from incorporation to exit — using RAG-grounded analysis on verified legal templates from YC, NVCA, and Orrick.

Disclaimer: This skill produces educational legal analysis and document drafts. It is not a substitute for advice from a licensed attorney. Always have a qualified lawyer review documents before signing.

When to Use

Use this skill when a founder needs to:

  • Generate a SAFE note for a pre-seed round quickly and accurately
  • Review a contract for hidden risks before signing
  • Run a legal health check before a fundraise or acquisition conversation
  • Conduct lightweight due diligence on a counterparty, acquirer, or key hire

Do not use this skill for:

  • Court filings or litigation strategy
  • Tax advice (refer to a CPA)
  • Employment disputes in progress
  • Regulated industries (fintech licenses, healthcare HIPAA specifics, securities broker-dealer)

Prerequisites

Environment Variables

Copy .env.example to .env and populate:

cp .env.example .env

Required keys:

VariablePurpose
FRIENDLIAI_API_KEYPrimary inference (GLM-5 via Friendly.ai)
CONTEXTUAL_AI_API_KEYRAG-grounded contract analysis
APIFY_API_TOKENLive SEC/corporate records scraping
REDIS_URLPersistent deal memory across sessions
ELEVENLABS_API_KEYVoice narration (optional)
CIVIC_CLIENT_IDAuth and PII scrubbing

OpenClaw Plugins

Install required plugins before running:

openclaw plugin install redis-agent-memory
openclaw plugin install civic-nexus
openclaw mcp add apify https://mcp.apify.com

Workflow

Feature 1: SAFE Generator

Generates a complete, execution-ready Simple Agreement for Future Equity based on the YC Post-Money SAFE template (2018 revision).

Input:

/safe-generator
  --amount 500000
  --valuation-cap 8000000
  --discount 20
  --mfn true
  --pro-rata true
  --company "Acme Corp (Delaware C-Corp)"
  --investor "Sequoia Scout Fund"

Steps:

  1. Skill validates entity type (must be Delaware C-Corp for standard SAFE)
  2. Contextual AI grounds the generation against the YC template library
  3. Parameters are injected into templates/safe-post-money.md
  4. Risk flags are surfaced: unusual caps, missing pro-rata, MFN conflicts
  5. Output is rendered as a complete markdown document ready for PDF export
  6. Session data is stored in Redis for future reference (deal history)

Output: Complete SAFE document + risk summary + recommended next steps

Common flags:

  • --mfn: Most Favored Nation clause (standard for first checks)
  • --pro-rata: Pro-rata rights in next round
  • --discount: Discount rate (0-30%; typical: 15-20%)

Feature 2: Contract Reviewer

Analyzes any contract for founder-hostile terms. Compares against YC, NVCA, and Orrick baseline templates.

Input:

/contract-review --file contract.pdf
# or pipe text directly
/contract-review --text "$(cat term-sheet.md)"

Steps:

  1. Document is parsed and chunked
  2. Civic plugin scrubs any PII before sending to inference
  3. Contextual AI compares against standard templates (Cooley GO, Orrick)
  4. Eight risk dimensions are scored independently
  5. Output JSON includes risk level, flagged clauses, and plain-English explanations
  6. Recommendations prioritized by severity (red > yellow > green)

Risk dimensions analyzed:

  • Liability caps and indemnification scope
  • Termination triggers and notice periods
  • IP ownership and work-for-hire language
  • Non-compete and non-solicitation scope
  • Governing law and jurisdiction
  • Arbitration vs. litigation election
  • Assignment rights (change of control)
  • Representations and warranties

Output format:

{
  "risk_level": "yellow",
  "score": 68,
  "flags": [...],
  "recommendations": [...],
  "confidence": 0.91
}

Feature 3: Legal Health Check

Runs a 25-item legal checklist against the founder's described company state. Produces a scored report with prioritized remediation steps.

Input:

/health-check --stage seed --jurisdiction delaware

The skill will interactively ask about each item, or accept a pre-filled JSON:

/health-check --answers health-answers.json

Checklist categories:

  • Entity and formation (items 1-5)
  • Founder agreements and equity (items 6-10)
  • IP protection (items 11-14)
  • Compliance and governance (items 15-20)
  • Fundraising readiness (items 21-25)

Scoring:

  • Each item: 0-4 points
  • Total: /100
  • Bands: Critical (0-40), Needs Work (41-60), Good (61-80), Excellent (81-100)

Output: Scored report, prioritized to-do list, estimated attorney cost to remediate each gap


Feature 4: Due Diligence

Pulls live corporate data via Apify MCP (SEC EDGAR, state records, bankruptcy databases) and produces a structured diligence report.

Input:

/due-diligence
  --entity "Acme Corp"
  --state "Delaware"
  --ein "12-3456789"
  --type acquirer

Steps:

  1. Apify scrapes SEC EDGAR for any public filings
  2. State corporation database queried for active status, officers, registered agent
  3. Bankruptcy and UCC lien databases checked
  4. Tax lien records reviewed
  5. All findings compiled into structured report with red flag prioritization
  6. Redis stores the report for follow-up sessions

Data sources used:

  • SEC EDGAR full-text search
  • Delaware Division of Corporations
  • PACER bankruptcy records (via Apify)
  • UCC filing databases

Output: Structured diligence report with findings, red flags (sorted by severity), and recommended follow-up actions


Patterns

Deal Memory (Redis)

Every SAFE generated and contract reviewed is stored in the Redis memory plugin with the deal name as the key. To recall a previous deal:

/recall-deal --name "Acme Series A"

This enables multi-session deal tracking without re-uploading documents.

Multilingual Output

All four features support output in English, Spanish, Portuguese, and Mandarin:

/safe-generator ... --lang pt
/contract-review ... --lang es

Batch Mode

Review multiple contracts in a single session:

/contract-review --batch contracts/ --output reports/

Voice Narration

Any report can be narrated via ElevenLabs for accessibility or async review:

/health-check ... --voice --voice-id "rachel"

Troubleshooting

"Contextual AI rate limit exceeded"

The RAG analysis endpoint has a per-minute limit. Add --no-rag to fall back to base model analysis (lower accuracy):

/contract-review --file contract.pdf --no-rag

"Apify actor timeout"

SEC EDGAR and state database scrapes can time out on heavily loaded actors. Retry with --timeout 120:

/due-diligence ... --timeout 120

"Redis connection refused"

Check REDIS_URL in .env. For local development, run:

docker run -d -p 6379:6379 redis:alpine

"SAFE generation failed: invalid entity type"

SAFEs require a Delaware C-Corp. If the company is an LLC or S-Corp, the skill will halt and recommend conversion before fundraising.

"Civic PII scrub removed too much content"

Adjust the scrub sensitivity in skill/config.json under civic.sensitivity. Default is medium. Set to low for internal-only analysis where PII retention is acceptable.


Legal Sources

All templates and analysis are grounded against verified sources. See skill/data/sources.json for the complete list. Primary references:

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

80.76%
按下载量换算953

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills