business-contact-social-links-skill
This skill helps users automatically extract official website and social media profiles. Agent should proactively apply this skill when users express needs like search for official website and social media contacts of a company, find YouTube and LinkedIn profiles by company name, extract social media links from a specific website URL, discover a company's X and Facebook presence, gather business contact details using their brand name, retrieve TikTok and Instagram links from a target website, track competitor social media strategy, extract multi-platform social links for lead generation, find
npx skills add browser-act/skills --skill business-contact-social-links-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Business Contact & Social Links Extractor Skill ## 📖 Brief This skill integrates two BrowserAct templates to cover two common scenarios. When the user provides a **company name**, it searches Google to extract the company's official website and social media channels. When the user provides a **website URL**, it scrapes the site to extract social media profile links (LinkedIn, Facebook, X/Twitter, Instagram, YouTube, TikTok). The script auto-detects the input type and routes to the correct template. ## ✨ Features 1. **No Hallucinations**: Pre-set workflows avoid AI generative hallucinations, ensuring stable and precise data extraction. 2. **No Captcha Issues**: No need to handle reCAPTCHA or other verification challenges. 3. **No IP Restrictions**: No need to handle regional IP restrictions or geofencing. 4. **Faster Execution**: Tasks execute faster compared to pure AI-driven browser automation solutions. 5. **Cost-Effective**: Significantly lowers data acquisition costs compared to high-token-consuming AI solutions. ## 🔑 API Key Setup Before running, check the `BROWSERACT_API_KEY` environment variable. If not set, do not take other measures; ask and wait for the user to provid
- 📖 Brief
- ✨ Features
- 🔑 API Key Setup
- 🛠️ Input Parameters
- 🚀 Invocation Method
- ⏳ Execution Monitoring
- 📊 Data Output
- ⚠️ Error Handling & Retry
- 🌟 Typical Use Cases
Search by company name python -u ./scripts/business_contact_social_links.py "OpenAI" Scrape by website URL python -u ./scripts/business_contact_social_links.py "https://www.rotorooter.com/"
What does the business-contact-social-links-skill skill do?
This skill helps users automatically extract official website and social media profiles. Agent should proactively apply this skill when users express needs like search for official website and social media contacts of a company, find YouTube and LinkedIn profiles by company name, extract social media links from a specific website URL, discover a company's X and Facebook presence, gather business contact details using their brand name, retrieve TikTok and Instagram links from a target website, track competitor social media strategy, extract multi-platform social links for lead generation, find
How do I install it?
Run `npx skills add browser-act/skills --skill business-contact-social-links-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From browser-act/skills, a repository with 5,160 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
