Future Projects
← Home
Planned features and infrastructure improvements.
Job Hunt Automation (OpenClaw)
Goal: End-to-end job search pipeline running as scheduled OpenClaw cron jobs on PCT 109.
Five Modules
Browser scraping —
browser-automationskill navigates LinkedIn, Indeed, Glassdoor with real browser sessions to extract job listings and recruiter contacts.Email triage + outreach —
himalayaCLI over Proton Bridge (Docker container on PCT 109, provides local IMAP/SMTP proxy). Reads inbox to classify recruiting replies; sends personalized outbound applications.Resume tailoring — Agent reads local resume file + target JD, generates a tailored version and cover letter per application. Resume needs to be uploaded to PCT 109 at
/root/.openclaw/workspace/resume.*.Company research — DuckDuckGo plugin + Firecrawl (
http://192.168.2.83:3002) pull funding news, employee reviews, and press coverage into a structured briefing per company.Orchestration + tracking —
taskflowskill + OpenClaw cron jobs maintain the application tracker (JSON or Obsidian vault notes at/mnt/obsidian). Discord notifications for daily status.
What Needs to Happen to Start
- Decide role/industry/location targeting + which job platforms
- Upload resume to PCT 109
- Set up Proton Bridge as Docker container on PCT 109 + configure himalaya against it
- Create OpenClaw cron jobs (morning inbox scan, weekly scrape batch, daily follow-up check)
- Define tracker schema (fields: company, role, JD URL, applied date, status, last contact, next action)
Infrastructure Already in Place
| Piece | Status |
|---|---|
browser-automation skill |
Ready |
taskflow skill |
Ready |
| DuckDuckGo search | Enabled |
| Firecrawl | Running at 192.168.2.83:3002 |
| Discord notifications | Enabled |
| Obsidian vault on PCT 109 | Mounted R/W at /mnt/obsidian |
| OpenClaw cron system | Working (see homelab-self-heal, archibus-daily-digest in AI Stack) |
| Proton Bridge SMTP/IMAP | Running at 192.168.2.83:1025/1143 (see AI Stack) |
