المهارات social-media-finder-skill
🔍

social-media-finder-skill

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

Find Social Media Profiles Across Platforms

Manually searching for social media accounts across multiple platforms is time-consuming. This skill automates the discovery process by querying the BrowserAct API, returning profile URLs, follower counts, and bios in a downloadable CSV.

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

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

2

رفع في Claude

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

3

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

اختبرها

استخدام "social-media-finder-skill". Find social media profiles for Elon Musk

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

Search complete. Found profiles across 4 platforms:

LinkedIn: Profile URL, 75M+ followers
Twitter/X: Profile URL, 170M+ followers
Instagram: Profile URL, 50M+ followers
TikTok: Profile URL, 25M+ followers

CSV file with detailed data available for download.

استخدام "social-media-finder-skill". Discover Tesla's social media accounts

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

Brand presence detected across 6 platforms:

Twitter: Profile URL, 20M+ followers
Instagram: Profile URL, 18M+ followers
LinkedIn: Profile URL, 15M+ followers
YouTube: Profile URL, 10M+ subscribers
Facebook: Profile URL, 8M+ followers
TikTok: Profile URL, 5M+ followers

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

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

Static analysis flagged 50 potential issues, but after semantic evaluation, all findings are false positives. The skill makes network calls to the legitimate BrowserAct API service using standard Bearer token authentication. The external command references in SKILL.md are documentation examples, not executable code. Template ID strings were incorrectly flagged as weak crypto. No malicious behavior detected - this is a legitimate third-party API integration skill.

2
الملفات التي تم فحصها
207
الأسطر التي تم تحليلها
6
النتائج
1
إجمالي عمليات التدقيق
مشكلات منخفضة المخاطر (3)
Documentation References to Shell Commands
SKILL.md contains backtick-formatted command examples. These are documentation examples, not executable code. The actual script invocation uses a safe Python subprocess pattern with hardcoded arguments.
Network Calls to Third-Party API
The script makes HTTP requests to api.browseract.com. This is the intended functionality for the skill, not exfiltration. API key is used only for Bearer token authentication with the service.
Environment Variable Access for API Key
Accesses BROWSERACT_API_KEY from environment. This is standard credential handling for API authentication, not secret exfiltration.
تم تدقيقه بواسطة: claude

درجة الجودة

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

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

Recruiting and Hiring

Recruiters can research job candidates by finding their social media presence across multiple platforms, helping verify identities and assess professional profiles.

Sales Prospecting

Sales teams can gather social media contact information and profile data for prospective clients, enabling more personalized outreach.

Competitive Research

Marketing analysts can track competitor brands across social platforms, monitoring follower growth and engagement strategies.

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

Find a Person's Social Profiles
Find social media profiles for [Person Name] using the social-media-finder skill.
Research a Brand's Social Presence
Search for [Brand Name] across social media platforms and compile their profile URLs.
Build Contact Database
Use the social-media-finder skill to gather social media profiles for the following contacts: [List of names]. Save results to CSV.
Verify Online Identity
Find all social media accounts associated with [Name] to verify their online presence.

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

  • Use plus signs (+) between name components for better search accuracy (e.g., John+Smith instead of John Smith)
  • Verify API key configuration before running searches to avoid authentication errors
  • Review error messages carefully - they indicate specific issues like concurrent task limits or invalid credentials

تجنب

  • Do not attempt to find social media for private individuals without legitimate purpose
  • Do not ignore error messages - they contain actionable guidance for resolution
  • Do not exceed the concurrent task limit specified by your BrowserAct plan

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

What happens if the BrowserAct API key is invalid?
The script will display an authorization error message. You should verify your API key is correct and has not expired.
How long does a social media search take?
The task may take several minutes depending on the number of platforms being searched. The script outputs status updates every 10 seconds.
Can I search for multiple people in one request?
Each invocation searches for one person or brand. Run the script multiple times for batch searches.
What social media platforms are supported?
The BrowserAct workflow searches across major platforms including Facebook, Twitter, Instagram, LinkedIn, TikTok, and others.
What should I do if I hit the concurrent task limit?
Upgrade your BrowserAct plan or wait for existing tasks to complete before starting new searches.
Is the data exported in a usable format?
Yes, results are provided as a CSV file containing platform name, follower counts, profile titles, descriptions, and direct profile URLs.

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

بنية الملفات