- job_searcher.mjs: LinkedIn + Wellfound search, queue population - job_applier.mjs: Easy Apply + Wellfound apply, Mode A/B - lib/form_filler.mjs: config-driven form filling, custom answers.json - lib/linkedin.mjs: two-panel Easy Apply flow - lib/wellfound.mjs: Wellfound search + apply - lib/browser.mjs: Kernel stealth browser factory with local fallback - lib/queue.mjs: jobs_queue.json management - lib/notify.mjs: Telegram notifications - setup.mjs: setup wizard with login verification - Config templates: profile, search_config, answers, settings - SKILL.md: OpenClaw skill definition
11 lines
504 B
JSON
11 lines
504 B
JSON
[
|
|
{ "pattern": "sponsor", "answer": "No", "note": "Work authorization — no sponsorship needed" },
|
|
{ "pattern": "authorized.*work", "answer": "Yes", "note": "Authorized to work in US" },
|
|
{ "pattern": "legally.*work", "answer": "Yes" },
|
|
{ "pattern": "relocat", "answer": "No" },
|
|
{ "pattern": "remote.*willing", "answer": "Yes" },
|
|
{ "pattern": "start date", "answer": "Immediately" },
|
|
{ "pattern": "notice period", "answer": "2 weeks" },
|
|
{ "pattern": "degree|bachelor", "answer": "No" }
|
|
]
|