conference-scheduler

Find, score, and prioritize industry conferences for search fund acquisition outreach.

Updated Aug 1, 2026
One-click install
npx skills add https://github.com/nicogoldberg1-rgb/opensourcing-release --skill conference-scheduler-nicogoldberg1-rgb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conference-scheduler
Source: https://github.com/nicogoldberg1-rgb/opensourcing-release/tree/main/skills/conference-scheduler
Command: npx skills add https://github.com/nicogoldberg1-rgb/opensourcing-release --skill conference-scheduler-nicogoldberg1-rgb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Search fund operators need in-person sourcing channels, but choosing which industry conferences to attend is guesswork: events vary widely in owner density, relevance to your buy-box, and travel cost. This Skill replaces gut feel with a repeatable scoring system and a persistent conference calendar. ## Core Features & Use Cases - Conference Discovery: Searches the web for conferences and trade shows by industry, using trade association names and niche search terms, then records them in a persistent tracker. - Weighted Scoring: Scores each event on industry relevance (40%), owner likelihood (40%), and inverted travel friction (20%) relative to your home base, producing a 1.0-5.0 composite with go/skip bands. - Calendar Management: Maintains a JSON tracker plus a human-readable quarterly calendar, flags date conflicts and calendar blocks, and resolves same-weekend conflicts by comparing scores, industry priority, and recurrence. - Use Case: You track vet-compounding as a priority niche. Run a find command to surface three relevant conferences, score each against travel from your home city, and get a prioritized Q2 calendar with conflict warnings. ## Quick Start Ask Claude Code to run /conference-scheduler find for your target industry to discover and score relevant conferences.

Frequently Asked Questions about conference-scheduler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find conferences for a niche industry?

Run the find command with an industry name or id, and the skill searches the web for conferences, trade shows, and association annual meetings for that niche. Each result is fetched for dates, location, cost, and exhibitor profile, then scored and written to the tracker.

How are conferences scored for search fund sourcing?

Each event is scored 1-5 on industry relevance (40% weight), owner likelihood (40%), and travel friction (20%, inverted). The composite formula is (Industry x 0.40) + (Owner x 0.40) + ((6 - Friction) x 0.20), with 4.0+ meaning go and below 3.0 meaning skip.

Does the conference scheduler require an API key?

No API key is required. Web search is the only data source; the skill uses WebSearch and WebFetch to discover events and read conference sites for agendas, exhibitor lists, and speaker bios.

Where does the skill store conference data?

Data lives in a shared state directory resolved by lib/paths.py, defaulting to ~/Library/Application Support/nsp-autopilot/ and overridable via the NSP_SEARCH_DIR environment variable. It writes conference-tracker.json as the source of truth and regenerates Conference-Calendar.md as a readable view.

How do I resolve two conferences on the same weekend?

Use the resolve command with a date or month. The skill compares composite scores, weighs industry priority first and owner likelihood second, asks whether each event recurs annually, and records the losing event's decision so the conflict is not re-evaluated later.

Is the conference scheduler part of the outreach cycle?

No. It is a companion tool, not a stage of run-cycle: it produces no sequences, contacts, or copy. It handles the in-person side of sourcing and shares only the niche slug convention with the industry tracker.