Commit 64d238
2026-06-15 15:00:43 Damien: Add Future Projects page; link from Home| /dev/null .. future projects.md | |
| @@ 0,0 1,44 @@ | |
| + | # 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 |
| + | |
| + | 1. **Browser scraping** — `browser-automation` skill navigates LinkedIn, Indeed, Glassdoor with real browser sessions to extract job listings and recruiter contacts. |
| + | |
| + | 2. **Email triage + outreach** — `himalaya` CLI over Proton Bridge (Docker container on PCT 109, provides local IMAP/SMTP proxy). Reads inbox to classify recruiting replies; sends personalized outbound applications. |
| + | |
| + | 3. **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.*`. |
| + | |
| + | 4. **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. |
| + | |
| + | 5. **Orchestration + tracking** — `taskflow` skill + 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]]) | |
| home.md .. | |
| @@ 47,3 47,4 @@ | |
| - [[LAN Machines]] — Ollama servers, model sizing | |
| - [[GC Jobs]] — gcjobs-qa (interview prep) + gcjobs-filler (application bot) | |
| - [[Known Issues]] — active bugs and workarounds | |
| + | - [[Future Projects]] — planned features and automations |
