vc-curated-match
Accepts a product description and URL to algorithmically identify relevant Venture Capital investors targeting exactly that stage, industry, and nic…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
VC Curated Match Skill
Identify targeted VC funds based on a product's description and URL.
When to Trigger This Skill
Use this skill when the user asks to:
- Find investors for their startup or open-source project.
- Get a list of relevant VC funds by stage, industry, or space.
- Match their product built with specific technologies to investor theses.
Step 1: Confirm Input
Ask the user for the product description and the URL.
Optional parameters:
- Stage:
Pre-Seed,Seed,Series A(--stage) - Output: e.g.,
vc-matches.md(--output)
Step 2: Fetch Matches & Generate Report
Run the orchestrator script to handle context fetching, VC matching, and Markdown generation in one command.
python scripts/run.py --description "A fast rust-based web framework" --url "https://example.com"
For custom requests, append overrides:
python scripts/run.py \
--description "..." \
--url "..." \
[--stage Seed] \
[--output matched-investors.md]
Step 3: Present Results
Summarize the closest matches returned. Mention high-confidence matches explicitly. Provide the output path.
Dependencies
Standard Python 3.10+ library (no external packages required).
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。