Ai Job Automation banner
EricTechPro EricTechPro

Ai Job Automation

AI community

Description

Automated job search and application system using Claude Computer Use to intelligently find and apply to jobs based on your preferences. Configurable for any job type through user preferences.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AI Job Automation System

Automated job search and application system using Claude Computer Use to intelligently find and apply to jobs based on your preferences. Configurable for any job type through user preferences.

πŸ—οΈ System Architecture

graph TD
    %% User Input Layer
    A["πŸ‘€ User Input
β€’ Resume PDF
β€’ Job Preferences
β€’ Personal Info"] B["🧠 AI Context
β€’ Resume Text
β€’ Personal Info
β€’ Target Roles"] C["βš™οΈ Configuration
β€’ Job Preferences
β€’ Platform Config
β€’ Anti-Detection"] %% Main System D["πŸ€– Main System
(main.py)
β€’ Initialization
β€’ AI Context
β€’ Job Tracking"] %% Core Components E["πŸ”„ Multi-Browser Manager
β€’ Orchestration
β€’ Concurrency
β€’ Session Mgmt"] F["πŸ₯· Anti-Detection Config
β€’ Stealth Mode
β€’ Device Rotation
β€’ Delay Control"] G["πŸ“Š Job Tracker
β€’ Data Storage
β€’ Status Updates
β€’ JSON Export"] %% Browser Sessions H["🌐 Concurrent Browser Sessions"] %% Job Platforms I1["πŸ” RemoteOK
Public β€’ No Auth"] I2["πŸ” WeWorkRemotely
Public β€’ No Auth"] I3["πŸ” AngelList
Public β€’ No Auth"] I4["πŸ” Dice
Public β€’ No Auth"] I5["πŸ” + 8 More Sites
Public β€’ No Auth"] %% Browser Agent J["πŸ€– Browser Agent
(browser_agent.py)
β€’ Claude Computer Use
β€’ Job Search
β€’ Form Automation
β€’ Result Processing"] %% Hyperbrowser API K["🌐 Hyperbrowser API
β€’ Browser Session Mgmt
β€’ Claude Computer Use
β€’ Anti-Detection
β€’ Live URLs & Recordings"] %% Results Processing L["πŸ“ˆ Results Processing
β€’ Real Job URL Extraction
β€’ Structured Data Parsing
β€’ Company & Salary Info
β€’ Application Status"] %% Output Data M["πŸ’Ύ Output Data
β€’ jobs.json
β€’ CSV Export
β€’ Colored Logs
β€’ Live Browser URLs"] %% Connections A --> B C --> B B --> D D --> E D --> F D