Quick Start
1. Clone and install
bash
git clone https://github.com/galiprandi/job-seeker.git
cd job-seeker
npm install2. Create your database
Create a free Postgres database on Neon (or use any Postgres provider).
Create a .env file in the repo root:
DATABASE_URL=postgresql://user:pass@ep-xxx.neon.tech/dbname?sslmode=require3. Run onboarding
Open your coding agent (Devin, Claude, Cursor, opencode) in the repo and say:
"run the onboarding skill"
The agent will:
- Open a headed browser for you to log into Gmail and LinkedIn
- Create your Neon database (or use your existing connection string)
- Save your profile URL and basic info to the DB
- Ask about your browser mode preference (headless, headed, or headed for logins only)
- Ask about your job search strategy level (passive, selective, active, aggressive)
- Ask about your interview availability preferences
4. Set up your profile
After onboarding, say:
"profile"
The agent will ask for your CV, LinkedIn profile, and run a 30-question profiling questionnaire. Your answers get Must/Strong/Nice weights that the agent uses to filter jobs.
5. Start applying
bash
# Apply to 5 jobs via LinkedIn Easy Apply
"apply to 5 jobs"
# Check for recruiter updates
"news"
# Run the full daily routine
"daily"Next steps
- How It Works - understand the full flow cycle
- Flows - explore all 9 flows
- Strategy Levels - configure your search aggressiveness
- Platforms - browse the 35-platform catalog