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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install job-watch - After installation, invoke the skill by name or use
/job-watch - Provide required inputs per the skill's parameter spec and get structured output
What is Job Watch?
Automated job search with 7‑day filtering, scoring, and weekly report. To run the skill send "run job watch now". It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Job Watch?
Run "/install job-watch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Job Watch free?
Yes, Job Watch is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Job Watch support?
Job Watch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Job Watch?
It is built and maintained by ElFilaliHamza (@elfilalihamza); the current version is v1.0.0.