AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Job Matcher

skill-sangowu-job-matcher-skill-job-matcher-skill · by sangowu

根据用户简历(CV)和求职意向,抽取CV结构化字段、实时检索匹配职位、生成可交互HTML报告。当用户提供简历文件(pdf/docx/txt/md)或粘贴简历文本,并希望找工作、匹配职位、获取职位推荐、做求职匹配时使用。

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-sangowu-job-matcher-skill-job-matcher-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sangowu-job-matcher-skill-job-matcher-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Job Matcher? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.jsonmax_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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.