/install chinese-talent-scout
Chinese Talent Scout Skill
Unified skill entry for the AI Talent Scout system. This skill exposes collection, processing, evaluation, and querying capabilities through a single command surface, suitable for OpenClaw agent scheduling and ClawHub distribution.
Run commands through scripts/talent-scout.sh \x3Ccommand> ....
Safety Summary
- GitHub collection is executed through the local
ghCLI. This skill does not parse or store GitHub tokens itself. - AI evaluation, channel delivery, and cron operations are delegated to the local
openclawCLI. Provider credentials and channel accounts are managed by OpenClaw, not embedded in this skill. config requestsends only a relative config reference (workspace-data/talents.yaml) plus the requested change. It does not send absolute local filesystem paths.export workspacecreates a local ZIP and prints its path. It does not upload files or send attachments by itself.
See Security Notes and Credential Model before publishing or installing in production.
Commands
Pipeline
- collect — Run data collection from GitHub signals, community repos, and stargazers.
- process — Merge, deduplicate, identify, and score collected candidates.
- evaluate — Run AI-assisted evaluation on processed candidates.
- pipeline — Run the full collect → process → evaluate pipeline.
Query
- query shortlist — List the current shortlist of evaluated candidates.
- query candidate
\x3Cusername>— Show details for a specific candidate. - query stats — Show run statistics and distributions.
Config
- config request — Send a channel message asking AI to update
workspace-data/talents.yamlwithout disclosing absolute local paths.
Export
- export workspace — Package the current
workspace-data/directory as a ZIP and return the local archive path.
Cron
- cron status — Show configured cron jobs.
- cron sync — Sync cron jobs to OpenClaw.
- cron runs — Show recent OpenClaw cron run history.
- cron run
\x3Cname>— Show details for a specific cron run. - cron disable
\x3Cname>— Disable a cron job. - cron enable
\x3Cname>— Enable a cron job.
Data Flow
GitHub API → data-collector → output/raw/
→ data-processor → output/processed/
→ ai-evaluator → output/evaluated/
→ dashboard / skills query
Configuration
Mutable workspace configuration lives in workspace-data/talents.yaml.
The file is seeded from the packaged template on first use.
Do not store long-lived secrets in workspace-data/talents.yaml. export workspace
packages that file into the local archive it creates.
References
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chinese-talent-scout - 安装完成后,直接呼叫该 Skill 的名称或使用
/chinese-talent-scout触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Chinese Talent Scout 是什么?
Discover, score, and monitor Chinese GitHub developers with GitHub signals, rule-based processing, optional OpenClaw AI evaluation, shortlist queries, cron m... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Chinese Talent Scout?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chinese-talent-scout」即可一键安装,无需额外配置。
Chinese Talent Scout 是免费的吗?
是的,Chinese Talent Scout 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Chinese Talent Scout 支持哪些平台?
Chinese Talent Scout 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Chinese Talent Scout?
由 Huan Du(@huandu)开发并维护,当前版本 v0.1.1。