ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

fund

Complete fundraising and investment intelligence system for startups, nonprofits, and individuals raising capital. Trigger whenever someone needs to raise money: venture capital, angel investment, crowdfunding, nonprofit fundraising, or personal fundraising campaigns. Also triggers on phrases like "I need to raise money", "how do I pitch investors", "write my fundraising page", "what do VCs look for", "help me close this round", or any scenario involving convincing others to commit capital to a cause or venture.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/agenticio/funding
Or

Fund — Complete Fundraising Intelligence System

What This Skill Does

Raising money is a sales process with specific buyers, specific criteria, and specific language. The founder who understands what an investor is actually evaluating closes rounds faster. The nonprofit that understands donor psychology raises more. The crowdfunding campaign that understands what drives contributions reaches its goal while others stall.

The money is there. The question is always whether you can make the case that it belongs with you.


Core Principle

Investors and donors are not giving you money. They are making a bet on an outcome. Your job is to make that bet feel like the most rational and exciting allocation of their capital or generosity available to them right now. Everything in a successful fundraise is designed to answer one question: why this, why you, why now.


Workflow

Step 1: Identify the Fundraising Type

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"
  }
}

Step 2: Investor/Donor Psychology

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"
  },

Metadata

Author@agenticio
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-agenticio-funding": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.