← 返回
AI智能

Job Monitor

Analyze JD text and return structured match summary.
分析JD文本并返回结构化匹配摘要
wanghong5233
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 722
下载
💾 9
安装
1
版本
#latest

概述

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":""}
    • Example:
    • curl -sS -X POST "http://127.0.0.1:8010/api/jd/analyze" -H "Content-Type: application/json" -d '{"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":"","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
  6. Return result to user.

Constraints

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-20 02:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,689
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,749
productivity

Company Intel

wanghong5233
构建结构化的公司情报以备战面试
★ 0 📥 740