首页龙虾技能列表 › Funding — 融资与投资情报系统

Funding — 融资与投资情报系统

v1.0.0

面向初创企业、非营利组织和个人的完整融资与投资情报系统。当有人需要筹集资金(风险投资、天使投资、众筹、非营利筹款或个人筹款活动)时触发。提供框架、工作流、模板和指导,帮助用户优化融资策略、准备材料、接触投资者或捐赠者,并完成融资轮次。

0· 301·0 当前·0 累计
by @agenticio·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/9
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
这是一个纯指导性的融资/建议技能,其请求的资源和运行时指令与其声明的目的一致,不要求无关凭证或安装任何内容。
评估建议
该技能是纯指导性的,与融资建议一致,因此技术风险较低。然而:(1) 代理可能会要求您提供敏感的业务或个人数据(财务报表、股权表、投资者联系方式)以制定针对性的推介方案——不要分享您不希望暴露的机密信息。(2) 将任何投资者外联草稿视为草稿:在发送前审核并验证准确性、合规性和隐私规范。(3) 如果需要代理联系第三方或使用外部账户,请提供最小化、仅限于特定目的的凭证,并考虑先使用非敏感测试数据。...
详细分析 ▾
用途与能力
名称和描述声称具有融资/建议能力,SKILL.md包含适合该目的的框架、工作流程、模板和指导;没有无关要求(无环境变量、二进制文件或配置路径)。
指令范围
运行时指令是融资和推介的指导、模板和清单。它不指示代理读取任意文件、访问系统配置或在正常代理行为外向外部端点发送数据。
安装机制
没有安装规范和代码文件——纯指导性技能。安装期间不会向磁盘写入或下载任何内容。
凭证需求
技能声明不需要环境变量、凭证或配置路径。内容不试图为访问无关密钥或服务提供理由。
持久化与权限
always为false,技能不请求提升的持久性或修改其他技能或系统设置。允许自主调用(平台默认),但不与其他高风险因素结合。
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/9

首次发布

● 无害

安装命令 点击复制

官方npx clawhub@latest install funding
镜像加速npx clawhub@latest install funding --registry https://cn.clawhub-mirror.com

技能文档

本技能的功能

融资是一个具有特定买家、特定标准和特定语言的销售过程。理解投资者实际在评估什么的创始人能更快地完成融资轮次。理解捐赠者心理的非营利组织能筹集到更多资金。理解什么能推动贡献的众筹活动能够达成目标,而其他活动则停滞不前。资金是存在的。问题始终在于你能否证明它应该属于你。


核心原则

投资者和捐赠者不是给你钱。他们是在为一种结果下注。你的工作是让这个赌注感觉像是他们目前可用的资本或慷慨的最理性、最令人兴奋的分配方式。成功融资的所有设计都是为了回答一个问题:为什么是这个,为什么是你,为什么是现在。


工作流程

第一步:识别融资类型

FUNDRAISING_TYPES = {
    "venture_capital": {
        "what_they_want": "10x+ return, large addressable market, scalable model, strong team",
        "check_size": "$500K to $100M+ depending on stage",
        "decision_factors": ["market_size", "team", "traction", "defensibility", "timing"],
        "timeline": "3-6 months from first meeting to close"
    },
    "angel_investment": {
        "what_they_want": "Early bet on founder, interesting problem, some traction",
        "check_size": "$10K to $250K per angel",
        "decision_factors": ["founder_conviction", "problem_clarity", "early_signal"],
        "timeline": "Faster than VC — weeks to months"
    },
    "crowdfunding": {
        "reward_based": "Pre-sell product or offer rewards — Kickstarter model",
        "equity_based": "Sell small equity stakes to many investors",
        "donation_based": "Raise from believers with no financial return",
        "key_drivers": ["compelling_story", "clear_reward", "social_proof", "urgency"]
    },
    "nonprofit": {
        "major_donors": "High-net-worth individuals — relationship and impact driven",
        "foundations": "Grant applications — mission alignment and outcomes focused",
        "individual": "Mass fundraising — emotional connection and small ask",
        "corporate": "Sponsorship and partnership — mutual benefit framing"
    }
}

第二步:投资者/捐赠者心理

INVESTOR_PSYCHOLOGY = {
    "VC_decision_framework": {
        "market": "Is this market large enough that even a small share is a big company",
        "team": "Does this team have an unfair advantage in this specific problem",
        "product": "Is there evidence that people want this and will pay for it",
        "timing": "Why is now the right moment for this to exist",
        "returns": "Is there a realistic path to the return profile we need"
    },
    "angel_psychology": {
        "primary_driver": "Angels often invest in founders they believe in personally",
        "secondary": "Interesting problem in a domain they understand",
        "tertiary": "Financial return is real but often secondary to participation"
    },
    "donor_psychology": {
        "identity": "Giving expresses who the donor is and wants to be",
        "impact": "Donors want to feel their contribution made a specific difference",
        "community": "Being part of something larger than themselves",
        "recognition": "Acknowledgment appropriate to the gift level",
        "trust": "Confidence that the organization will use the gift well"
    }
}

第三步:推介架构

INVESTOR_PITCH_STRUCTURE = {
    "problem": {
        "goal": "Establish that the problem is real, large, and currently poorly solved",
        "evidence": "Data on scale, stories that make it human, gap in current solutions",
        "length": "1-2 slides or 2-3 minutes — do not linger"
    },
    "solution": {
        "goal": "Show that your approach solves the problem in a way that others have not",
        "format": "Demo if possible — showing beats telling every time",
        "key": "Connect directly to the problem — do not make investors work to see the link"
    },
    "market": {
        "TAM_SAM_SOM": {
            "TAM": "Total Addressable Market — everyone who could theoretically buy",
            "SAM": "Serviceable Addressable Market — the portion you can realistically reach",
            "SOM": "Serviceable Obtainable Market — what you will capture in years 1-3"
        },
        "credibility": "Bottom-up calculations from unit economics beat top-down percentages",
        "mistake": "'1% of a $10B market' is the least convincing slide in every pitch"
    },
    "traction": {
        "goal": "Evidence that reality is confirming your hypothesis",
        "metrics": [
            "Revenue or ARR and growth rate",
            "User/customer count and retention",
            "Key partnerships or pilots",
            "Waitlist or pre-orders if pre-revenue"
        ],
        "framing": "Show the trajectory, not just the number"
    },
    "team": {
        "goal": "Why you specifically are the right people to build this",
        "content": [
            "Relevant experience — not resume, but why it matters for THIS company",
            "Domain expertise or unfair advantage",
            "Previous wins that demonstrate execution",
            "What is missing and how you will fill it"
        ],
        "mistake": "Listing credentials without connecting them to why they matter here"
    },
    "business_model": {
        "content": [
            "How you make money",
            "Unit economics — CAC, LTV, payback period",
            "Why this model is defensible"
        ],
        "key": "Show that the business works at scale, not just that it can get revenue"
    },
    "ask": {
        "specificity": "Exact amount being raised and what it will be used for",
        "milestones": "What you will achieve with this capital that makes the next raise easier",
        "terms": "Valuation, instrument type, and any existing commitments",
        "mistake": "Vague asks signal unclear thinking about the business"
    }
}

第四步:融资材料

FUNDRAISING_MATERIALS = {
    "pitch_deck": {
        "length": "10-15 slides. More signals inability to prioritize.",
        "sequence": [
            "Problem",
            "Solution",
            "Market",
            "Product",
            "Traction",
            "Business Model",
            "Team",
            "Financials",
            "Ask"
        ],
        "design": "Clean, consistent, data-forward. Visuals support the story."
    },
    "executive_summary": {
        "purpose": "One-page filter for investors before they request the deck",
        "content": [
            "Problem and solution in 2 sentences",
            "Market size",
            "Traction headline number",
            "Team in 2 sentences",
            "Ask and use of funds"
        ],
        "length": "One page. If it does not fit in one page, it is not sharp enough."
    },
    "financial_model": {
        "required_tabs": [
            "P&L projection 3-5 years",
            "Unit economics",
            "Headcount plan",
            "Cash flow and runway calculation",
            "Key assumptions clearly labeled"
        ],
        "credibility_rules": [
            "Bottom-up revenue build",
            "Costs that reflect reality not wishful thinking",
            "Sensitivity analysis on key assumptions"
        ]
    },
    "data_room": {
        "contents": [
            "Incorporation documents",
            "Cap table",
            "Financial statements or management accounts",
            "Key contracts",
            "IP ownership documentation",
            "Team agreements"
        ]
    }
}

第五步:完成融资轮次

CLOSING_FRAMEWORK = {
    "creating_momentum": {
        "principle": "Investors follow other investors. Lead with your strongest commitment.",
        "tactics": [
            "Get a lead investor first — others follow",
            "Create a close date — open-ended rounds close slowly",
            "Update all investors simultaneously — FOMO is real",
            "Never lie about investor interest — it always surfaces"
        ]
    },
    "handling_objections": {
        "market_too_small": "Reframe with bottom-up calculation showing realistic path to $100M+",
        "too_early": "Acknowledge, pivot to what milestone would change their view",
        "team_gap": "Acknowledge specifically, show plan to fill including named candidates",
        "valuation": "Show comparable companies, defend with traction and growth rate"
    },
    "term_sheet_basics": {
        "key_terms": [
            "Valuation — pre-money and post-money",
            "Investment amount and instrument",
            "Board composition",
            "Liquidation preference",
            "Anti-dilution protection",
            "Pro-rata rights"
        ],
        "principle": "Optimize for the investor relationship, not just the terms",
        "legal_advice": "Always have a startup-experienced lawyer review before signing"
    }
}

交付前的质量检查

  • [ ] 融资类型与适当的投资者或捐赠者心理相匹配
  • [ ] 问题从投资者或捐赠者角度而非创始人角度构建
  • [ ] 市场规模自下而上计算而非自上而下百分比
  • [ ] traction以轨迹形式呈现而非仅当前数字
  • [ ] 团队部分将经验与这个具体问题联系起来
  • [ ] 融资请求具体说明资金用途和里程碑
  • [ ] 财务模型假设已标注且可辩护
  • [ ] 建议在任何条款清单签署前进行法律审查
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务