Job Watch
/install job-watch
Job Watch Skill
Automated job search across Moroccan job boards. Filters last 7 days, scores matches against your profile, and produces a structured report.
When to Use
- When you want a weekly automated job search across multiple platforms
- When you need jobs filtered by your specific skills and preferences
- When you want scored job matches delivered as structured reports
External Endpoints
| URL | Purpose | Data Sent |
|---|---|---|
| alwadifa-maroc.com | Job search | Search queries only |
| dreamjob.ma | Job search | Search queries only |
| rekrute.com | Job search | Search queries only |
| emploi-public.ma | Job search | Search queries only |
| anapec.org | Job search | Search queries only |
Security & Privacy
- No credentials required: This skill uses public job board scraping only
- No data persistence: Job data is not stored externally; reports saved locally only
- Rate limiting respected: Respects robots.txt and platform rate limits
- No PII transmission: Your profile data stays in local memory files
Version History
- 1.0.0 (2026-04-03) - Initial release with Moroccan job market focus
Execution Instructions (CRITICAL)
When the user says "run job watch now", DO NOT run any shell commands (including find, ls, cat, bash, python). This skill is designed to be executed entirely by the AI using web-scraping and browser tools, ensuring it works across all OpenClaw configurations without requiring local file system access.
Steps to Execute
- Load user profile from
~/.openclaw/workspace/skills/job-watch/memory/profile.md - Load scoring rules from
~/.openclaw/workspace/skills/job-watch/memory/scoring.md - Load platform list from
~/.openclaw/workspace/skills/job-watch/memory/platforms.md - For each platform, scrape jobs posted in the last 7 days (use browser tools or HTTP requests)
- Filter jobs that match user’s target role, location, and keywords
- Score each job (0–100) based on scoring rules
- Generate report in the format below
- Save report to
~/.openclaw/workspace/skills/job-watch/memory/reports/YYYY-MM-DD-job-watch-report.md
Report Format (copy-paste friendly)
# Job Watch Report – YYYY-MM-DD
## Summary
- Total jobs found: X
- New matches this week: Y
- Average score: Z
## Top Matches (score ≥ 80)
| Score | Title | Company | Platform | Link |
|-------|-------|---------|----------|------|
## Other Matches (score 60–79)
| Score | Title | Company | Platform | Link |
## Low Matches (score \x3C 60) – optional
| Score | Title | Company | Platform | Link |
## Notes / Next Steps
- Apply to top matches by [date]
- Update profile keywords if low matches persist
Example Trigger
User says: "run job watch now"
AI executes the steps above and outputs the report directly in the chat.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install job-watch - 安装完成后,直接呼叫该 Skill 的名称或使用
/job-watch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Job Watch 是什么?
Automated job search with 7‑day filtering, scoring, and weekly report. To run the skill send "run job watch now". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Job Watch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install job-watch」即可一键安装,无需额外配置。
Job Watch 是免费的吗?
是的,Job Watch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Job Watch 支持哪些平台?
Job Watch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Job Watch?
由 ElFilaliHamza(@elfilalihamza)开发并维护,当前版本 v1.0.0。