원클릭으로
crunchbase-school
Fetch detailed school profiles from Crunchbase including type, program, enrollment, alumni, and founder alumni stats.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch detailed school profiles from Crunchbase including type, program, enrollment, alumni, and founder alumni stats.
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-school |
| description | Fetch detailed school profiles from Crunchbase including type, program, enrollment, alumni, and founder alumni stats. |
Fetch detailed school profiles from Crunchbase including type, program, enrollment, alumni, and founder alumni stats.
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-school.mjs auth
# View school by permalink (from Crunchbase URL)
node crunchbase-school.mjs view stanford-university
node crunchbase-school.mjs view massachusetts-institute-of-technology
# View by UUID
node crunchbase-school.mjs view 6acfa7da-1dbd-936e-d985-cf07a1b27711
# Section commands (all support --count=N --after-id=UUID)
node crunchbase-school.mjs alumni stanford-university --count=50
node crunchbase-school.mjs funding_rounds massachusetts-institute-of-technology
node crunchbase-school.mjs investments stanford-university
node crunchbase-school.mjs exits stanford-university
node crunchbase-school.mjs news stanford-university --count=20
node crunchbase-school.mjs current_employees stanford-university
node crunchbase-school.mjs advisors stanford-university
node crunchbase-school.mjs sub_organizations stanford-university
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}POST /v4/data/entities/organizations/{permalink}/overrides?field_ids=[...]§ion_ids=[...] to fetch paginated section dataAvailable cards: overview_fields_extended, overview_company_fields
Available fields: identifier, short_description, description, operating_status, school_type, school_method, school_program, location_identifiers, categories, num_enrollments, founded_on, website_url, num_alumni, num_founder_alumni, rank_org_school
Available sections: alumni, funding_rounds, investments, exits, news, current_employees, advisors, sub_organizations
~/.local/share/showrun/data/crunchbase-school/
├── session.json Auth cookies
└── cache/ School detail JSON files
Re-run auth on 401/403 errors.