원클릭으로
crunchbase-event
Fetch detailed event profiles from Crunchbase including dates, venue, speakers, sponsors, and organizers.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch detailed event profiles from Crunchbase including dates, venue, speakers, sponsors, and organizers.
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-event |
| description | Fetch detailed event profiles from Crunchbase including dates, venue, speakers, sponsors, and organizers. |
Fetch detailed event profiles from Crunchbase including dates, venue, speakers, sponsors, and organizers.
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-event.mjs auth
# View event by permalink (from Crunchbase URL)
node crunchbase-event.mjs view techcrunch-disrupt-2024
node crunchbase-event.mjs view web-summit-2024
# View by UUID
node crunchbase-event.mjs view 6acfa7da-1dbd-936e-d985-cf07a1b27711
# Section commands (speakers, sponsors, exhibitors, contestants, news)
node crunchbase-event.mjs speakers techcrunch-disrupt-2024
node crunchbase-event.mjs sponsors web-summit-2024 --count=50
node crunchbase-event.mjs exhibitors techcrunch-disrupt-2024
node crunchbase-event.mjs contestants techcrunch-disrupt-2024
node crunchbase-event.mjs news techcrunch-disrupt-2024 --count=20
# Pagination
node crunchbase-event.mjs speakers techcrunch-disrupt-2024 --after-id=<UUID>
auth — Extracts cookies from Chrome via CDPview — Resolves permalink to UUID via search API, then fetches entity from /v4/data/entities/events/{uuid}POST /v4/data/entities/events/{permalink}/overrides) to fetch paginated section data (speakers, sponsors, exhibitors, contestants, news)Available fields: identifier, starts_on, ends_on, location_identifiers, short_description, description, event_url, venue_name, categories, category_groups, num_speakers, num_sponsors, num_exhibitors, num_contestants, num_organizers, organizer_identifiers, registration_url, event_type, rank_event
~/.local/share/showrun/data/crunchbase-event/
├── session.json Auth cookies
└── cache/ Event detail JSON files
Re-run auth on 401/403 errors.