Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Enrich LinkedIn profile URLs with mobile phone numbers and work/personal emails using Apify actors, merging results into unified output records.
Enrich LinkedIn profile URLs with mobile phone numbers and work/personal emails using Apify actors, merging results into unified output records.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
This skill runs two Apify actors in one pipeline and merges results by LinkedIn profile URL: Phone actor: X95BXRaFOqZ7rzjxM Email actor: q3wko0Sbx6ZAAB2xf Use this when the user wants one command to enrich a LinkedIn URL list with: mobile phones work emails personal emails unified rows for n8n/Sheets/CRM
Accept LinkedIn URLs (linkedinUrls) from user. Validate and normalize URLs. Decide branches: run phone actor if includePhones=true run email actor if includeEmails=true Run selected actors on the same URL list. Merge results by normalized LinkedIn URL. Return summary + merged rows.
export APIFY_TOKEN='apify_api_xxx' or python3 scripts/linkedin_email_phone_pipeline.py run \ --apify-token 'apify_api_xxx' \ --input-file references/sample_input.json
APIFY_TOKEN='apify_api_xxx' \ python3 scripts/linkedin_email_phone_pipeline.py run \ --input-file references/sample_input.json
Emails only: APIFY_TOKEN='apify_api_xxx' \ python3 scripts/linkedin_email_phone_pipeline.py run \ --input-json '{ "linkedinUrls": ["https://www.linkedin.com/in/williamhgates"], "includeEmails": true, "includePhones": false, "includeWorkEmails": true, "includePersonalEmails": true, "onlyWithEmails": true }' Phones only: APIFY_TOKEN='apify_api_xxx' \ python3 scripts/linkedin_email_phone_pipeline.py run \ --input-json '{ "linkedinUrls": ["https://www.linkedin.com/in/williamhgates"], "includeEmails": false, "includePhones": true, "onlyWithPhones": true }'
Actor IDs are hardcoded to your provided IDs. linkedinUrls is required. At least one branch must be enabled (includeEmails or includePhones). Output rows contain available email/phone fields in one record.
references/input-contract.md references/troubleshooting.md
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.