المهارات business-contact-social-links-skill
🔗

business-contact-social-links-skill

مخاطر منخفضة 🌐 الوصول إلى الشبكة🔑 متغيرات البيئة⚙️ الأوامر الخارجية

Extract Business Contact & Social Media Links

Finding company websites and social media profiles manually is time-consuming. This skill automates extraction of official contacts and social links for any company or domain using BrowserAct workflows.

يدعم: Claude Codex Code(CC)
🥉 72 برونزي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "business-contact-social-links-skill". Find the official website and social media profiles for OpenAI

النتيجة المتوقعة:

  • Company: OpenAI
  • Website: https://openai.com
  • Social Media:
  • - LinkedIn: https://linkedin.com/company/openai
  • - X/Twitter: https://twitter.com/openai
  • - YouTube: https://youtube.com/@OpenAI
  • - Instagram: https://instagram.com/openai

استخدام "business-contact-social-links-skill". Scrape social links from https://www.rotorooter.com

النتيجة المتوقعة:

  • Platforms found:
  • - LinkedIn: https://www.linkedin.com/company/roto-rooter
  • - Facebook: https://www.facebook.com/RotoRooter
  • - YouTube: https://www.youtube.com/user/RotoRooterPlumbers

التدقيق الأمني

مخاطر منخفضة
v1 • 4/28/2026

Security evaluation confirmed all static findings are false positives. The skill uses standard patterns for API integration: HTTP requests to BrowserAct API (lines 50, 77, 105), environment variable access for API key configuration (line 122), and Python script execution for workflow automation. No malicious intent detected. No prompt injection attempts found.

2
الملفات التي تم فحصها
229
الأسطر التي تم تحليلها
7
النتائج
1
إجمالي عمليات التدقيق
مشكلات منخفضة المخاطر (4)
HTTP Request Libraries Used
Python requests library is used for API calls to BrowserAct service. This is legitimate API integration with proper Bearer token authentication. Not credential exfiltration.
API Key Environment Variable Access
os.getenv('BROWSERACT_API_KEY') is standard pattern for API configuration. Key is used only with BrowserAct API, not exfiltrated.
Hardcoded Service URLs
API endpoints point to api.browseract.com - legitimate third-party service. Error messages reference browseract.com for user guidance.
Command-Line Argument Parsing
Script accepts target input via sys.argv - standard pattern for CLI tools. Input is validated and routed to correct template.

عوامل الخطر

تم تدقيقه بواسطة: claude

درجة الجودة

45
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
50
المجتمع
82
الأمان
91
الامتثال للمواصفات

ماذا يمكنك بناءه

Sales Teams Build Lead Lists

Sales representatives use this skill to quickly gather official websites and social channels for prospects. They input a list of company names and get structured contact data for outreach campaigns.

Researchers Gather Digital Footprints

Market researchers extract social media presence data for competitor analysis. They provide website URLs and receive platform-by-platform social profile links to assess digital strategy.

Recruiters Find Company Social Presence

Recruiters use this skill to verify a company's digital presence before engaging. They input company names to confirm active social channels and assess employer brand visibility.

جرّب هذه الموجهات

Find contacts for a company
Find the official website and social media profiles for {company_name}
Extract social links from a website
Scrape all social media links from {website_url}
Enrich a list of companies
For each of these companies, extract their official website and social media links: {company_list}
Verify competitor social presence
Compare the social media presence of {company_a} versus {company_b}

أفضل الممارسات

  • Provide clear company names for best results - avoid abbreviations when possible
  • Include the full website URL when you have it for more accurate social link extraction
  • Check BrowserAct API key validity if tasks fail to start

تجنب

  • Do not provide partial or misspelled company names - results will be inaccurate
  • Do not use URLs with login requirements - extraction will fail
  • Do not exceed concurrent task limits - check your BrowserAct plan

الأسئلة المتكررة

What API key do I need for this skill?
You need a BrowserAct API key. Get one from https://www.browseract.com/reception/integrations and set it as the BROWSERACT_API_KEY environment variable.
Can I use a company name or a website URL?
Both work. The skill auto-detects whether your input is a URL (starts with http/https/www) or a company name, then routes to the correct workflow template.
Which social media platforms are supported?
The skill extracts links for LinkedIn, Facebook, X/Twitter, Instagram, YouTube, and TikTok.
How long does extraction take?
Tasks typically complete within a few minutes. The script polls for completion and reports status with timestamps.
What happens if my API key is invalid?
The script will output an 'Invalid authorization' error. Check that your BROWSERACT_API_KEY environment variable is set correctly.
Can I extract social links from any website?
Most websites work. However, sites requiring login, displaying CAPTCHAs, or blocking bots may not return complete results.

تفاصيل المطور

بنية الملفات