Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

hunter-qg

v1.0.0

在即刻平台挖掘vibecoding创业者人才。每…

0· 187·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for robinc913/hunter-qg.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "hunter-qg" (robinc913/hunter-qg) from ClawHub.
Skill page: https://clawhub.ai/robinc913/hunter-qg
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install hunter-qg

ClawHub CLI

Package manager switcher

npx clawhub@latest install hunter-qg
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill's name/description (finding vibecoding entrepreneurs on 即刻) matches the runtime instructions: using a browser tool to search Jike and record matches. However, metadata declares no required config paths or credentials, yet SKILL.md explicitly reads/writes ~/.openclaw/workspace-test/memory/talent-pool.json. That omission is an inconsistency (transparency issue) but not by itself malicious.
!
Instruction Scope
SKILL.md instructs the agent to '接管浏览器' (browser(action=start,...)) and to wait for user login, then to read and append a local JSON file. Taking control of the browser and reading/writing a file in the user's home directory are within the stated goal but are privacy-sensitive actions. The instructions do not declare or justify the file path in the metadata and give the agent persistent write access to user disk, which broadens the operational scope beyond what the registry metadata advertises.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; nothing will be automatically downloaded or written during installation. Low install risk.
Credentials
The skill requests no environment variables or external credentials (proportional). It does, however, require filesystem access to a specific path under the user's home (~/.openclaw/...), which is not listed in required config paths — a transparency mismatch. No external endpoints beyond the Jike web interface are referenced.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation settings. It persists data only in its own talent-pool JSON under ~/.openclaw/workspace-test/memory/, which is within expected behavior for a data-collection skill. It does not request system-wide or other-skills' config changes.
What to consider before installing
Before installing, be aware this skill will (a) ask the agent to control your browser session (it can see pages you visit while active) and (b) read and append to a JSON file at ~/.openclaw/workspace-test/memory/talent-pool.json. The registry metadata did not declare that config path — ask the skill author to explicitly list any filesystem paths the skill uses. Only run the skill interactively when you can watch and confirm the browser actions, inspect the talent-pool file before and after runs, and ensure no sensitive accounts/tabs are open during operation. If you need stronger guarantees, request the author to (1) declare required config paths in metadata, (2) allow customizing the storage path, and (3) document exactly what the browser tool is permitted to do.

Like a lobster shell, security has layers — review code before you run it.

latestvk975721vh7r3gpfecns1rvp6b9837yq6
187downloads
0stars
1versions
Updated 33m ago
v1.0.0
MIT-0

即刻人才挖掘

任务目标

每天在即刻平台挖掘15名符合画像的年轻人:

  • 会用AI工具编程(vibecoding)
  • 有创业精神
  • 有独立做产品的能力

人才池

存储位置: ~/.openclaw/workspace-test/memory/talent-pool.json

每次执行任务前,先读取人才池检查已存在的人,避免重复。

数据结构:

{
  "candidates": [
    {
      "jikeId": "用户ID",
      "postUrl": "帖子链接",
      "profileUrl": "个人主页链接",
      "matchedReason": "为什么匹配",
      "foundDate": "2026-03-19"
    }
  ]
}

工作流程

第一步:接管浏览器并登录即刻

  1. 使用 browser 工具接管浏览器:browser(action=start, profile="openclaw")
  2. 导航到即刻:https://web.okjike.com
  3. 如果用户未登录,提示用户扫码登录
  4. 等待用户完成登录后,继续下一步

第二步:读取人才池查重

  1. 读取 ~/.openclaw/workspace-test/memory/talent-pool.json
  2. 提取已收录的jikeId列表

第三步:搜索目标用户

在即刻搜索或浏览时,关键词组合:

  • "vibe coding" / "vibecoding" / "AI编程"
  • "独立开发" / "个人产品" / "自己做产品"
  • "创业" / "副业" / "做自己的产品"
  • "product hunt" / "indie hacker"

第四步:验证匹配

对每个潜在候选人,浏览其:

  1. 帖子内容 - 确认有vibecoding实践、创业分享、产品发布等内容
  2. 个人profile - 确认是年轻人、有独立做产品的经历

判断标准(满足任一即可):

  • 帖子中提到用AI工具开发产品并上线
  • 分享自己做产品的过程和成果
  • 有创业/做产品相关的持续输出

第五步:记录结果

对确认匹配的人,追加到人才池:

  • jikeId: 用户在即刻的ID
  • postUrl: 对应帖子链接
  • profileUrl: 个人主页链接
  • matchedReason: 简要说明匹配理由
  • foundDate: 今天的日期 (YYYY-MM-DD格式)

第六步:完成指标

确保当天找到15个不重复的候选人后再结束。

输出格式

任务完成后,报告:

  1. 本次找到的人数
  2. 人才池总人数
  3. 新增人员列表(jikeId + 帖子链接)

注意事项

  • 必须先查重再记录,避免重复收录
  • 每个候选人必须有对应的帖子链接作为验证依据
  • 如果当天找不到15人,可以扩大搜索范围或换关键词

Comments

Loading comments...