‹ 首页

industry-key-contact-radar-api-skill

@browser-act · 收录于 1 周前 · 上游提交 2 天前

This skill helps users discover key contacts across industries, roles, and social platforms via the BrowserAct API. Agent should proactively apply this skill when users express needs like finding public profiles for founders or CEOs, discovering key decision-makers in a specific industry, extracting contact details for lead generation, searching for growth leaders on LinkedIn or Facebook, gathering professional networking profiles, retrieving URLs and names of industry leaders, finding marketing managers in a specific field, conducting competitive analysis by identifying key personnel, sourcing talent acquisition targets across platforms, or compiling a list of target roles on specific social sites.

适合你,如果需要从社交平台批量获取行业决策者联系方式

/ 下载安装
industry-key-contact-radar-api-skill.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add browser-act/skills/industry-key-contact-radar-api-skill
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- browser-act/skills/industry-key-contact-radar-api-skill
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify browser-act/skills/industry-key-contact-radar-api-skill
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
4386GitHub stars
~1.5K最小装载
~2.5K含声明引用
~2.5K文本包总量
镜像托管

怎么用

商店整理自技能原文 · 版本 51daea1 · 表述以原文为准
它做什么

装上后,Claude 能根据你指定的行业、职位和社交平台,自动搜索并返回目标人物的公开资料链接、姓名、简介和所属公司。

什么时候触发

当你提出需要查找某个行业或职位的关键联系人,比如创始人、CEO、市场经理等,并指定平台(如 LinkedIn、Facebook)时触发。

装好后可以这样说
Claude 会调用技能搜索并返回结果。
Claude 会按参数执行搜索。
技能原文 SKILL.md作者撰写 · MIT · 51daea1

Industry Key Contact Radar

📖 Brief

This skill provides a one-stop contact discovery service using BrowserAct's Industry Key Contact Radar API template. It extracts structured contact details directly from search results across various platforms, including profile URLs, names, introductions, and company associations. Simply input an industry, result limit, target site, and job title to receive clean, actionable contact data.

✨ Features
  1. No hallucinations, ensuring stable and accurate data extraction: Pre-set workflows avoid AI generative hallucinations.
  2. No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.
  3. No IP restrictions or geo-blocking: No need to handle regional IP restrictions or geofencing.
  4. Faster execution: Tasks execute faster compared to purely AI-driven browser automation solutions.
  5. Extremely high cost-efficiency: Significantly reduces data acquisition costs compared to AI solutions that consume massive amounts of tokens.
🔑 API Key Guide

Before running, you must check the BROWSERACT_API_KEY environment variable. If it is not set, do not take other actions first; you should ask and wait for the user to provide it. Agent must inform the user:

"Since you haven't configured the BrowserAct API Key yet, please go to the BrowserAct Console to get your Key."
🛠️ Input Parameters

Agent should flexibly configure the following parameters based on user needs:

  1. industry (Industry)
  2. Type: string
  3. Description: The industry or field to search for contacts.
  4. Example: Browser automation, E-commerce, Healthcare
  5. Default: Browser automation
  6. Required: Yes
  1. Datelimit (Max Items)
  2. Type: number
  3. Description: Maximum number of records to extract. The default value is recommended for the first run.
  4. Example: 10
  5. Default: 10
  1. site (Target Site)
  2. Type: string
  3. Description: The social platform or website to search on.
  4. Example: facebook.com, linkedin.com, github.com
  5. Default: facebook.com
  6. Required: Yes
  1. Job_Title (Job Title)
  2. Type: string
  3. Description: The specific role or job title of the target contact.
  4. Example: founder, CEO, marketing manager
  5. Default: founder
  6. Required: Yes
🚀 Invocation Method

The Agent should execute the following independent script to achieve "one command gets results":

# Example
python -u ./scripts/industry_key_contact_radar_api.py "Browser automation" 10 "facebook.com" "founder"
⏳ Running Status Monitoring

Since this task involves automated browser operations, it may take a long time (several minutes). The script will continuously output status logs with timestamps while running (e.g., [14:30:05] Task Status: running). Agent guidelines:

  • While waiting for the script to return results, please keep an eye on the terminal output.
  • As long as the terminal continues to output new status logs, it means the task is running normally. Do not misjudge it as a deadlock or unresponsiveness.
  • If the status remains unchanged for a long time or the script stops outputting without returning a result, only then consider triggering the retry mechanism.
📊 Data Output

After successful execution, the script will parse and print the results directly from the API response. The results include:

  • url: Direct link to the contact's public profile
  • name: The name of the contact or profile title
  • Introduction: A brief introduction or bio description of the contact
  • Company: The company or organization associated with the contact
⚠️ Error Handling & Retry

During script execution, if errors occur (such as network fluctuations or task failure), the Agent should follow this logic:

  1. Check the output content:
  2. If the output contains "Invalid authorization", it means the API Key is invalid or expired. At this point, do not retry, but guide the user to recheck and provide the correct API Key.
  3. If the output contains "concurrent" or "too many running tasks" or similar concurrency limit messages, it means the concurrent task limit for the current subscription plan has been reached. Do not retry; guide the user to upgrade their plan. Agent must inform the user: > "The current task cannot be executed because your BrowserAct account has reached the limit of concurrent tasks. Please go to the BrowserAct Plan Upgrade Page to upgrade your subscription plan and enjoy more concurrent task benefits."
  4. If the output does not contain the above error keywords but the task fails (e.g., output starts with Error: or returns empty results), the Agent should automatically try to run the script once more.
  1. Retry limit:
  2. Automatic retry is limited to once. If the second attempt still fails, stop retrying and report the specific error message to the user.
🌟 Typical Use Cases
  1. Lead Generation: Finding public profiles for founders and CEOs in target industries.
  2. Talent Acquisition: Sourcing growth leaders and key roles for recruiting.
  3. Competitive Analysis: Identifying key personnel in competing organizations.
  4. Professional Networking: Gathering profiles for industry connections.
  5. Market Intelligence: Collecting URLs and names of industry leaders.
  6. Cross-Platform Discovery: Searching target profiles on specific sites like LinkedIn or GitHub.
  7. B2B Outreach: Finding decision-makers and extracting contact details.
  8. Brand Marketing: Locating marketing managers in a specific field.
  9. Sales Prospecting: Building lists of specific job titles across industries.
  10. Targeted Job Title Search: Compiling a list of target roles on specific social sites.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。