Install
openclaw skills install job-monitorAnalyze JD text and return structured match summary.
openclaw skills install job-monitorActivate when user asks:
exec tool (use curl):
POST /api/jd/analyze
POST http://127.0.0.1:8010/api/jd/analyzeContent-Type: application/json{"jd_text":"<user jd text>"}curl -sS -X POST "http://127.0.0.1:8010/api/jd/analyze" -H "Content-Type: application/json" -d '{"jd_text":"<user jd text>"}'POST /api/boss/scan
POST http://127.0.0.1:8010/api/boss/scanContent-Type: application/json{"keyword":"<search keyword>","max_items":10,"max_pages":2}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}'/api/jd/analyze: parsed title / skill list / match score / gap analysis/api/boss/scan: keyword / total count / pages_scanned / top jobs / optional screenshot path