← 返回 Skills 市场
robinc913

hunter-qg

作者 robinc913 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
209
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hunter-qg
功能描述
在即刻平台挖掘vibecoding创业者人才。每…
使用说明 (SKILL.md)

即刻人才挖掘

任务目标

每天在即刻平台挖掘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人,可以扩大搜索范围或换关键词
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: hunter-qg Version: 1.0.0 The skill is a specialized lead generation tool designed to automate talent scouting on the Jike social platform. It uses the browser tool to search for specific keywords and stores the collected public profile data in a local JSON file (~/.openclaw/workspace-test/memory/talent-pool.json). The instructions in SKILL.md are transparent, align with the stated purpose, and do not contain any indicators of malicious intent, data exfiltration, or unauthorized system access.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hunter-qg
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hunter-qg 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the hunter-qg skill for talent scouting on Jike: - Automates daily discovery of 15 young, entrepreneurial "vibecoding" talent on the Jike platform. - Manages a deduplicated talent pool using a JSON file, recording candidate info and reasons for selection. - Includes step-by-step workflow: browser automation, login handling, keyword searching, candidate verification, and results recording. - Provides structured output summarizing daily findings and talent pool updates. - Emphasizes strict deduplication and evidence-based candidate verification.
元数据
Slug hunter-qg
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

hunter-qg 是什么?

在即刻平台挖掘vibecoding创业者人才。每…. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。

如何安装 hunter-qg?

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

hunter-qg 是免费的吗?

是的,hunter-qg 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

hunter-qg 支持哪些平台?

hunter-qg 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 hunter-qg?

由 robinc913(@robinc913)开发并维护,当前版本 v1.0.0。

💬 留言讨论