Install
openclaw skills install venture-capitalistOpenClaw 风险投资分析助手 - 帮助投资者快速审阅商业计划书和路演材料,自动生成投资分析报告和演示文稿 | Help investors quickly review business plans and pitch decks, automatically generate investment ana...
openclaw skills install venture-capitalistAI-powered investment analysis tools for startups and VCs
Version 2.0.1
ZhenCap MCP Skill provides cloud-powered investment analysis capabilities through the Model Context Protocol. It connects to the ZhenCap platform to deliver:
Perfect for startup founders preparing pitches and investors conducting due diligence.
clawhub install venture-capitalist
After installation, the tools are automatically available in your MCP-enabled AI assistant (Claude Desktop, Cline, OpenClaw, etc.).
You get 50 free API calls per month - just install and use. No API key needed.
50 calls per month - No registration required
Unlimited calls at 0.10-0.20 CNY per call
export ZHENCAP_API_KEY="your_key"Configuration Options:
Option A - Environment Variable:
export ZHENCAP_API_KEY="your_api_key_here"
Option B - MCP Client Config:
{
"mcpServers": {
"venture-capitalist": {
"command": "node",
"args": ["/path/to/mcp-skill/index.js"],
"env": {
"ZHENCAP_API_KEY": "your_api_key_here"
}
}
}
}
Without API Key:
clawhub install venture-capitalistQuota Exceeded Response:
{
"success": false,
"error": "Free quota exceeded",
"message": "You've used all 50 free calls this month. Register at www.zhencap.com for unlimited access.",
"quotaUsed": 50,
"quotaLimit": 50,
"resetDate": "2026-05-01T00:00:00Z"
}
To get more quota:
export ZHENCAP_API_KEY="your_key"Tool Name: estimate_market_size
Estimate market size (TAM/SAM/SOM) for a specific industry and geography.
Parameters:
industry (required): Industry name (e.g., "AI healthcare", "E-commerce")geography (optional): Geographic scope (default: "China")year (optional): Target year (default: 2024)Example Usage:
"What's the market size for AI healthcare in China?"
"Estimate the TAM for electric vehicles globally in 2025"
Output:
{
"success": true,
"data": {
"tam": 500000000000,
"sam": 100000000000,
"som": 5000000000,
"growth_rate": 35.2,
"trends": ["AI-powered diagnostics growing rapidly"],
"sources": ["IDC", "Gartner", "McKinsey"]
}
}
Tool Name: analyze_competitors
Identify main competitors and generate SWOT analysis for competitive positioning.
Parameters:
company (required): Company nameindustry (required): Industry sectorExample Usage:
"Analyze competitors for ByteDance in short video"
"Who are the main competitors for Tesla in the EV market?"
Output:
{
"success": true,
"data": {
"competitors": [
{
"name": "Competitor A",
"market_share": 25,
"funding": "Series C",
"differentiation": "Strong in enterprise segment"
}
],
"swot": {
"strengths": ["..."],
"weaknesses": ["..."],
"opportunities": ["..."],
"threats": ["..."]
},
"market_position": "Top 3 in China"
}
}
Tool Name: estimate_valuation
Provide valuation range based on comparable companies and DCF models.
Parameters:
revenue (required): Annual revenue (in 10,000 CNY)growth_rate (optional): Annual growth rate (%)industry (required): Industry sectorstage (required): Funding stage ("seed", "angel", "a", "b", "c", "pre-ipo")Example Usage:
"Value a Series A SaaS company with 5M revenue growing at 200%"
"What's the fair valuation for a B2B AI company at Series B?"
Output:
{
"success": true,
"data": {
"valuation_range": {
"low": 200000000,
"mid": 350000000,
"high": 500000000
},
"method": "Comparable Companies",
"comparable_multiples": {
"revenue_multiple": "15-25x",
"industry_avg": "20x"
},
"assumptions": ["..."]
}
}
Tool Name: score_risk
Assess investment risk across market, team, technology, and financial dimensions.
Parameters:
company_data (required): Object containing:
name: Company nameindustry: Industry sectorstage: Funding stageteam_size: Number of employeesExample Usage:
"Assess the investment risk for an early-stage AI startup with 15 people"
"Score the risk for a pre-IPO fintech company"
Output:
{
"success": true,
"data": {
"overall_score": 65,
"risk_level": "Medium",
"dimensions": {
"market_risk": 70,
"team_risk": 60,
"technology_risk": 55,
"financial_risk": 75
},
"red_flags": ["Limited runway", "Single customer dependency"],
"recommendations": ["Diversify customer base", "Secure bridge funding"]
}
}
What we collect:
What we DON'T permanently store:
Data Transmission:
Data Retention Policy:
You have the right to:
| Tier | Quota | Price | Registration |
|---|---|---|---|
| Free | 50 calls/month | Free | Not required |
| Paid | Unlimited | 0.10-0.20 CNY/call | Required |
Paid Tier Details:
Get your API key:
Cause: Cannot reach ZhenCap API servers.
Solution:
curl https://www.zhencap.com/api/v1/healthCause: You've used all 50 free calls this month.
Solution:
Cause: API key is incorrect, expired, or has insufficient balance.
Solution:
echo "$ZHENCAP_API_KEY"Cause: MCP client hasn't loaded the skill properly.
Solution:
clawhub install venture-capitalistThis is a security patch release. No breaking changes.
What changed:
Do I need to update?
How to update:
clawhub update venture-capitalist
Response Times:
ZhenCap (真资本) is an AI-powered investment analysis platform serving startups and VCs in China. Our mission is to democratize access to institutional-grade investment analysis tools.
Website: www.zhencap.com
Platform Features:
MIT License - See LICENSE file for details.
See CHANGELOG.md for version history and release notes.
Built with Model Context Protocol - Learn more about building MCP skills at github.com/modelcontextprotocol