一键导入
crunchbase-investor
Fetch detailed investor profiles from Crunchbase including portfolio, investments, funds, and exits.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch detailed investor profiles from Crunchbase including portfolio, investments, funds, and exits.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Terminal automation skills for web platforms. CLI commands — no browser needed after initial auth.
Web market / industry analysis from a SimilarWeb FREE account: list 200+ industry categories and rank the top + rising websites in any industry by traffic share, visits, engagement, and month-over-month change.
Website traffic analytics from a SimilarWeb FREE account: overview, traffic & engagement, weekly visit trend, marketing channels, audience geography, similar sites, referrals, social traffic, and display advertising. Covers a single most-recent month, worldwide.
Backlink analytics from SimilarWeb: backlink summary with TLD/country distribution, top referring domains, and individual backlinks with source URLs, anchors, and domain/page scores.
Side-by-side domain comparison using SimilarWeb Pro: engagement metrics, traffic channels, device split, rankings, and more.
SEO keyword research from SimilarWeb: SEO overview, keyword rank distribution, top organic/paid pages, keyword gap analysis, and SEO trends.
| name | crunchbase-investor |
| description | Fetch detailed investor profiles from Crunchbase including portfolio, investments, funds, and exits. |
Fetch detailed investor profiles from Crunchbase including portfolio, investments, funds, and exits.
auth, launch Chrome yourself with https://www.crunchbase.com as the initial URL (see chrome-cdp agent guidance)node skills/chrome-cdp/scripts/cdp.mjs open https://www.crunchbase.comauthnode crunchbase-investor.mjs auth
# View investor by permalink (from Crunchbase URL)
node crunchbase-investor.mjs view sequoia-capital
node crunchbase-investor.mjs view andreessen-horowitz
# View by UUID
node crunchbase-investor.mjs view 6acfa7da-1dbd-936e-d985-cf07a1b27711
# List investments (paginated)
node crunchbase-investor.mjs investments y-combinator --count=50
node crunchbase-investor.mjs investments y-combinator --after-id=<uuid>
auth — Extracts cookies from Chrome via CDPview — Resolves permalink to UUID via search API, then fetches entity with cards from /v4/data/entities/organizations/{uuid}investments — Fetches paginated investments via POST to /v4/data/entities/organizations/{permalink}/overrides with card_lookups: [{card_id: "investments_list", limit, after_id}]Available cards: overview_fields_extended, investments_list, overview_company_fields, funding_rounds_list
Available fields: identifier, short_description, investor_type, investor_stage, num_investments_funding_rounds, num_exits, num_portfolio_organizations, num_lead_investments, funding_total, location_identifiers, categories, num_funds, funds_total, num_exits_ipo
~/.local/share/showrun/data/crunchbase-investor/
├── session.json Auth cookies
└── cache/ Investor detail JSON files
Re-run auth on 401/403 errors.