Turns LinkedIn events into a usable lead source for the first time. The CSV input mode means anyone can use it without scraper drama. FullEnrich does the verification waterfall so the output is ready for outreach, not a list of guesses.
Any of these natural language phrases activates the skill inside Claude Code.
The FullEnrich Event Attendees skill takes a list of LinkedIn event attendees and turns it into an SDR ready CSV with verified work emails and mobile phones. Attendees come from a CSV file you drop in (PhantomBuster, Evaboot, Sales Navigator, or manual paste from the LinkedIn event page) or from a BYO Apify actor you configure with your own LinkedIn cookies.
Once the contact list lands, the skill estimates the credit cost, blocks on a hard approval prompt, then runs the contacts through FullEnrich v2 bulk enrichment with webhook callback delivery. Output is a flat CSV with email status from the FullEnrich triple verification waterfall.
Built in partnership with FullEnrich for the Yalc x FullEnrich skill family.
The FullEnrich Event Attendees skill sits at the **source** node of the Yalc workflow. Most operators ignore LinkedIn events as a lead source because the export does not exist and the attendee list is gated. This skill collapses that gap into a single command.
The hard approval gate before any FullEnrich API call is the safety story. You always know exactly how much you are about to spend, and the script will not spend a single credit until you type "yes" or pass --yes.
First step in any event driven outbound campaign. Output flows downstream into qualify-leads (if you want ICP scoring) or directly into unipile-campaign or email-sequence for outreach.
FULLENRICH_API_KEY (always)APIFY_TOKEN (Apify mode only)LINKEDIN_LI_AT, LINKEDIN_JSESSIONID, LINKEDIN_USER_AGENT (Apify mode only)The skill runs the FullEnrich v2 API directly so it works without the FullEnrich MCP. The MCP is a bonus path for ad hoc enrichment from inside Claude Code.
LinkedIn does not expose event attendees through any clean API and Unipile does not cover events. So we ship both paths and let the user pick. CSV mode is the easier path. Apify mode is the URL to CSV path if you have set up an Apify actor with cookies.
We do not pin a specific actor. Pick one in the Apify Store like giovannibiancia/linkedin-events-partecipants-scraper. Different actors have different input shapes; pass --actor-input '{"...":"..."}' if needed.
Refer to your FullEnrich plan. As a rule of thumb, 1 credit per work email lookup, 2 per phone. A 200 attendee event with both fields runs about 600 credits.
The script reads your balance before any API call and the --max-credits ceiling auto trims the contact list to fit. Even without it, you can pass --max-credits N to set a hard cap.
FullEnrich runs every email through a 20 vendor waterfall plus triple verification. DELIVERABLE means it deliverable today. UNKNOWN means the verification was inconclusive. Use DELIVERABLE only for cold outreach.
Clone the Yalc skill set, drop in your env, run from your next Claude Code session.
gh repo clone Othmane-Khadri/YALC-the-GTM-operating-system && cd YALC-the-GTM-operating-system/.claude/skills/fullenrich-event-attendees && cp .env.example .env