Install
$ agentstack add skill-sangowu-job-matcher-skill-job-matcher-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Job Matcher
把简历(CV) + 求职意向 变成一份匹配职位的可交互 HTML 报告。
执行方式:先读 [WORKFLOW.md](WORKFLOW.md),按它的 0–7 步流程做。 WORKFLOW.md 是 agent-中立的单一事实源,包含:所需能力、如何映射到你当前运行时的工具、脚本调用契约、缺能力时的降级策略。本文件兼容 Claude Code 与 Codex 的 skill 机制(同样的 name/description + scripts/、references/、assets/ 结构)。
执行要点(任何 agent 通用)
把流程里的三种能力映射到你自己运行时的工具:
| 能力 | 必需性 | 各 agent 对应 | 缺失时 | |------|:---:|------|------| | web 搜索 | 必需 | Claude: WebSearch;Codex: 内置 web 搜索 | 无法做职位检索 | | 子代理(并行+隔离) | 可选 | Claude: Task/Agent(单消息内并行 spawn);Codex: custom agents | 降级为串行 | | 网页抓取 | 可选 | Claude: WebFetch | 回退 scripts/fetch_rendered.py |
- CV 抽取 / 搜索 / 打分这类重活交给子代理(若有);委派时只回传「摘要 + 文件路径」,CV 全文 / 搜索原始结果 / JD 全文 留在子代理或文件,保持主上下文整洁。无子代理则你自己串行做,但仍坚持"大文本写文件、上下文只留摘要"。
- 搜索每条 query 恰好 1 次 web 搜索,计入
config.json的max_websearch_calls;并行度受max_parallel_subagents约束。 - 缺目标职位 / 地点完全缺失 → 停下追问用户。
其余
脚本契约、容错阶梯、护栏、配置、降级 —— 全部见 [WORKFLOW.md](WORKFLOW.md)。 指令文档在 references/,完整流程见 [WORKFLOW.md](WORKFLOW.md)。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sangowu
- Source: sangowu/job-matcher-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.