← 返回 Skills 市场
browseract-ai

industry-key-contact-radar-api-skill

作者 browser-act · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install industry-key-contact-radar-api-skill
功能描述
This skill helps users discover key contacts across industries, roles, and social platforms via the BrowserAct API. Agent should proactively apply this skill...
使用说明 (SKILL.md)

Industry Key Contact Radar

📖 Brief

This skill provides a centralized 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, date 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, ensuring stable and precise data extraction.
  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 pure AI-driven browser automation solutions.
  5. Extremely high cost-efficiency: Significantly lowers data acquisition costs compared to high-token-consuming AI solutions.

🔑 API Key Guide

Before running, check the BROWSERACT_API_KEY environment variable. If not set, do not take other measures; 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)

    • Type: string
    • Description: The industry or field to search for contacts.
    • Example: Browser automation, E-commerce, Healthcare
    • Default: Browser automation
  2. Datelimit (Max Items)

    • Type: number
    • Description: Maximum number of records to extract. For the first run, the default value is recommended.
    • Example: 10
    • Default: 10
  3. site (Target Site)

    • Type: string
    • Description: The social platform or website to search on.
    • Example: facebook.com, linkedin.com, github.com
    • Default: facebook.com
  4. Job_Title (Job Title)

    • Type: string
    • Description: The specific role or job title of the target contact.
    • Example: founder, CEO, marketing manager
    • Default: founder

🚀 Invocation Method

Agent should use the following independent script to achieve "one-line command result":

# 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 some time (several minutes). The script will continuously output status logs with timestamps (e.g., [14:30:05] Task Status: running). Agent guidelines:

  • While waiting for the script result, keep monitoring the terminal output.
  • As long as the terminal is outputting new status logs, the task is running normally; do not mistake it for a deadlock or unresponsiveness.
  • Only if the status remains unchanged for a long time or the script stops outputting without returning a result should you consider triggering the retry mechanism.

📊 Data Output

After successful execution, the script parses and prints results directly from the API response. Results include:

  • url: The URL 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

If an error occurs during script execution (e.g., network fluctuations or task failure), the Agent should follow this logic:

  1. Check Output Content:

    • If the output contains "Invalid authorization", it means the API Key is invalid or expired. Do not retry; guide the user to re-check and provide the correct API Key.
    • If the output contains "concurrent" or "too many running tasks" or similar concurrency limit messages, it means the current subscription plan's concurrent task limit 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."

    • If the output does not contain the above error keywords but the task failed (e.g., output starts with Error: or returns empty results), the Agent should automatically try to re-execute the script once.
  2. Retry Limit:

    • Automatic retry is limited to one time. If the second attempt fails, stop retrying and report the specific error information 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.
安全使用建议
This skill appears coherent with its stated purpose, but review these before installing: (1) The script will make network requests to api.browseract.com and requires a valid BROWSERACT_API_KEY — only provide a key you trust and do not reuse high-privilege keys elsewhere. (2) The tool extracts public-profile data; ensure you have legal/contractual permission to collect and store that data (privacy/regulatory considerations). (3) The Python script depends on the 'requests' package but the skill doesn't declare or install it — you may need to install dependencies in your environment. (4) Because the skill can run networked tasks, confirm whether you want the agent to invoke it autonomously (it’s allowed by default); if not, restrict autonomous use. (5) If you rely on BrowserAct, verify the vendor and your subscription/limits. If you want higher assurance, request the publisher/source information and confirm there are no additional hidden endpoints or telemetry beyond the documented api.browseract.com calls.
功能分析
Type: OpenClaw Skill Name: industry-key-contact-radar-api-skill Version: 1.0.0 This skill is a legitimate integration for the BrowserAct API, designed to automate the discovery of industry contacts and professional profiles. The Python script (industry_key_contact_radar_api.py) uses standard API interaction patterns (POST to start, GET to poll status) and lacks any indicators of malicious intent, such as unauthorized data access or obfuscated code. The SKILL.md instructions are well-aligned with the script's functionality and provide clear guidance for the AI agent.
能力评估
Purpose & Capability
The skill is described as a BrowserAct-based contact discovery tool and requires python + BROWSERACT_API_KEY. The included script calls only api.browseract.com endpoints and accepts industry/site/job-title parameters — these requirements match the stated purpose.
Instruction Scope
SKILL.md instructs running the provided Python script, monitoring terminal logs, and asking the user for BROWSERACT_API_KEY if missing. This stays within the contact-discovery scope. One minor note: the description urges the agent to 'proactively apply this skill' for relevant queries — that can lead to the agent attempting networked data collection more often than a user expects, so confirm before autonomous use.
Install Mechanism
No install spec (instruction-only) and the included Python script is executed directly, which is low risk. However, the script imports the third-party 'requests' library but the manifest only lists 'python' as a required binary — the skill does not declare or install the Python dependency, which may cause runtime failures or require installing packages manually.
Credentials
The only required environment variable is BROWSERACT_API_KEY, which is appropriate for a BrowserAct API integration. The skill does not request other unrelated secrets or access to system config paths.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It runs as a one-off script when invoked. Model invocation is allowed (platform default) but that alone is not flagged.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install industry-key-contact-radar-api-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /industry-key-contact-radar-api-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Industry Key Contact Radar API skill. - Enables discovery of key contacts by industry, job title, and platform using the BrowserAct API. - Automates extraction of public profile URLs, names, introductions, and company details. - Handles API key configuration, error messages, and retry logic for common issues. - Provides flexible parameter options for customized searches across multiple use cases.
元数据
Slug industry-key-contact-radar-api-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

industry-key-contact-radar-api-skill 是什么?

This skill helps users discover key contacts across industries, roles, and social platforms via the BrowserAct API. Agent should proactively apply this skill... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 industry-key-contact-radar-api-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install industry-key-contact-radar-api-skill」即可一键安装,无需额外配置。

industry-key-contact-radar-api-skill 是免费的吗?

是的,industry-key-contact-radar-api-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

industry-key-contact-radar-api-skill 支持哪些平台?

industry-key-contact-radar-api-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 industry-key-contact-radar-api-skill?

由 browser-act(@browseract-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论