技能 business-contact-social-links-skill
🔗

business-contact-social-links-skill

低风险 🌐 网络访问🔑 环境变量⚙️ 外部命令

提取商业联系方式和社交媒体链接

手动查找公司网站和社交媒体资料非常耗时。此技能使用 BrowserAct 工作流自动化提取任何公司或域名的官方联系方式和社交链接。

支持: Claude Codex Code(CC)
🥉 72 青铜
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

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
规范符合性

你能构建什么

销售团队构建潜在客户列表

销售代表使用此技能快速收集潜在客户的官方网站和社交渠道。他们输入公司名称列表,获得用于外展活动的结构化联系方式数据。

研究人员收集数字足迹

市场研究人员提取社交媒体数据用于竞争对手分析。他们提供网站 URL,收到按平台分类的社交资料链接,以评估数字策略。

招聘人员查找公司社交媒体

招聘人员在接触之前使用此技能验证公司的数字形象。他们输入公司名称以确认活跃的社交渠道,并评估雇主品牌的可见度。

试试这些提示

查找公司联系方式
Find the official website and social media profiles for {company_name}
从网站提取社交链接
Scrape all social media links from {website_url}
丰富公司列表
For each of these companies, extract their official website and social media links: {company_list}
验证竞争对手的社交媒体
Compare the social media presence of {company_a} versus {company_b}

最佳实践

  • 提供清晰的公司名称以获得最佳结果 - 尽可能避免缩写
  • 当您有完整网站 URL 时包含它,以获得更准确的社交链接提取
  • 如果任务启动失败,请检查 BrowserAct API 密钥的有效性

避免

  • 不要提供部分或拼写错误的公司名称 - 结果将不准确
  • 不要使用需要登录的 URL - 提取将会失败
  • 不要超过并发任务限制 - 请检查您的 BrowserAct 计划

常见问题

此技能需要什么 API 密钥?
您需要一个 BrowserAct API 密钥。从 https://www.browseract.com/reception/integrations 获取一个,并将其设置为 BROWSERACT_API_KEY 环境变量。
我可以使用公司名称还是网站 URL?
两者都可以使用。此技能会自动检测您的输入是 URL(以 http/https/www 开头)还是公司名称,然后路由到正确的工作流模板。
支持哪些社交媒体平台?
此技能提取 LinkedIn、Facebook、X/Twitter、Instagram、YouTube 和 TikTok 的链接。
提取需要多长时间?
任务通常在几分钟内完成。脚本会轮询完成状态并报告带时间戳的状态。
如果我的 API 密钥无效会怎样?
脚本将输出“Invalid authorization”错误。请确保您的 BROWSERACT_API_KEY 环境变量设置正确。
我可以提取任何网站的社交链接吗?
大多数网站都可以使用。但是,需要登录、显示 CAPTCHA 或阻止机器人的网站可能无法返回完整结果。