job-scout-agent
Autonomous job hunting agent built with Hermes Agent
Job Scout Agent
Autonomous Job Hunting Agent Β· Built with Hermes Agent Β· Nous Research Hackathon
One command. Real jobs. Automatic tracking. Every time.
What It Does
Job Scout is a fully autonomous agent that does your entire job search for you:
- Fetches real jobs from multiple live job board APIs
- Scores every listing against your skills and preferences
- Researches each company automatically
- Saves everything into organized folders
- Updates a CSV tracker you can import into Google Sheets
- Prints a clean summary with apply links and scores
Zero manual effort after setup. Just run it and apply.
Built with Hermes Agent
This entire tool was built autonomously by Hermes Agent: it wrote the code, created the files, and tested everything itself.
hermes "Build a complete autonomous job hunting tool called Job Scout..."
Hermes used these capabilities to build it:
execute_codeβ wrote and ran Python scriptswrite_fileβ created all project filesbrowserβ fetched real job data from APIs
How To Use It
1. Install Hermes Agent
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
2. Edit your profile
Open profile.conf and fill in your details:
- name β your name or job title description
- target_title β the job titles you are looking for
- target_skills β your technical skills
- experience_years β how many years of experience you have
- location_preference β *Remote Only* or your city
- salary_expectation β your minimum salary in USD
- work_authorization β your work status
- relocation β whether you are open to relocating
3. Run Job Scout
python3 job_scout.py
π Output Structure
~/job_scout_results/
2026-03-10/
summary.md β Daily report
Anduril_SoftwareEngineer/
job_description.txt β Clean job details
match_score.txt β Score: 88/100
apply_link.txt β Real application URL
company_research.txt β Company info
job_scout_tracker.csv β Import into Google Sheets
Google Sheets Tracker
Every run automatically updates job_scout_tracker.csv with:
| Date Found | Job Title | Company | Score | Salary | Remote | Apply Link | Status | Follow Up |
|---|---|---|---|---|---|---|---|---|
| 2026-03-10 | Software Engineer | Stripe | 88/100 | $150k | Yes | link | Not Applied | 2026-03-17 |
Import it: Google Sheets β File β Import β Upload job_scout_tracker.csv
π€ Built By
Christabel Β· @Christabel556