🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Job Auto Apply

by @marjoriebroad

Automated job search and application system for Clawdbot. Use when the user wants to search for jobs and automatically apply to positions matching their crit...

πŸ’‘ Examples

1. Set Up Environment

export SKILLBOSS_API_KEY=your_skillboss_api_key

2. Set Up User Profile

First, create a user profile using the template:

# Copy the profile template
cp profile_template.json ~/job_profile.json

Edit with user's information

Fill in: name, email, phone, resume path, skills, preferences

3. Run Job Search and Apply

# Basic usage - search and apply (dry run)
python job_search_apply.py \
  --title "Software Engineer" \
  --location "San Francisco, CA" \
  --remote \
  --max-applications 10 \
  --dry-run

With profile file

python job_search_apply.py \ --profile ~/job_profile.json \ --title "Backend Engineer" \ --platforms linkedin,indeed \ --auto-apply

Production mode (actual applications)

python job_search_apply.py \ --profile ~/job_profile.json \ --title "Senior Developer" \ --no-dry-run \ --require-confirmation

πŸ“‹ Tips & Best Practices

  • Start with dry-run mode to verify behavior
  • Set reasonable limits (5-10 applications per day)
  • Use high match score thresholds (0.75+)
  • Enable confirmation for important applications
  • Track results to optimize strategy
  • View on ClawHub
    TERMINAL
    clawhub install job-auto-apply-2

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’