job-monitor

Analyze JD text and return structured match summary.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "job-monitor" with this command: npx skills add wanghong5233/job-monitor

Job Monitor Skill

Trigger

Activate when user asks:

  • "Analyze this JD"
  • "What is my match score?"
  • "Parse this position description"
  • "Search AI intern jobs on BOSS"
  • "搜一下深圳 AI Agent 实习"

Workflow

  1. Read JD text provided by the user.
  2. Call backend API with the exec tool (use curl):
    • If user provides JD text -> call POST /api/jd/analyze
      • Endpoint: POST http://127.0.0.1:8010/api/jd/analyze
      • Header: Content-Type: application/json
      • Body: {"jd_text":"<user jd text>"}
      • Example:
        • curl -sS -X POST "http://127.0.0.1:8010/api/jd/analyze" -H "Content-Type: application/json" -d '{"jd_text":"<user jd text>"}'
    • If user asks to search/scanning BOSS -> call POST /api/boss/scan
      • Endpoint: POST http://127.0.0.1:8010/api/boss/scan
      • Header: Content-Type: application/json
    • Body: {"keyword":"<search keyword>","max_items":10,"max_pages":2}
    • Example:
    • curl -sS -X POST "http://127.0.0.1:8010/api/boss/scan" -H "Content-Type: application/json" -d '{"keyword":"深圳 AI Agent 实习","max_items":10,"max_pages":2}'
  3. Parse JSON from command stdout.
  4. If API call fails or JSON is invalid, tell the user the error and ask for retry or corrected JD text.
  5. Format returned JSON into a concise message:
    • For /api/jd/analyze: parsed title / skill list / match score / gap analysis
  • For /api/boss/scan: keyword / total count / pages_scanned / top jobs / optional screenshot path
  1. Return result to user.

Constraints

  • Do not submit applications automatically.
  • For any external platform action, require user confirmation first.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

03 Logistics Alert

对菜鸟物流订单进行异常监控、预警分级和赔偿标准匹配。 基于淘宝/天猫物流时效规则(2024最新版)、菜鸟专线赔付标准 和行业物流SLA基准数据,帮助内控人员快速识别异常订单、 预判风险并给出处置建议和赔偿预算。 v1.7 新增:AE-03细分规则(退件/异地/乱序)、AE-10联动供应商评分规则、赔偿封顶规则明确...

Registry SourceRecently Updated
General

Proxima VPS autoamtion

Set up, repair, or document a Proxima deployment on a remote Ubuntu VPS with a non-root Electron runtime, virtual desktop GUI, loopback-only VNC/noVNC/REST e...

Registry SourceRecently Updated
General

Redis Cluster Analyzer

Analyze Redis Sentinel and Cluster configurations for high availability, performance, and memory efficiency. Checks sentinel topology, cluster slot distribut...

Registry SourceRecently Updated
General

04 Product Compliance

对淘宝闪购商品进行合规预检,识别违禁品、价格欺诈、 虚假宣传等风险,给出合规评级和整改建议。 适用于商品上架前审查、投诉后核查、日常合规巡检三个场景。 v1.7 新增:统一引用 GLOSSARY.md、INSUFFICIENCY-HANDLING.md、RULE-UPDATE-SOP.md。

Registry SourceRecently Updated