Connection IDs are no longer stored in settings.json. The applier finds auth connections by domain (linkedin.com, wellfound.com) at runtime via the Kernel SDK. Updated SKILL.md, README.md, and bumped to 0.1.4. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
549 B
JSON
22 lines
549 B
JSON
{
|
|
"name": "claw-apply",
|
|
"version": "0.1.4",
|
|
"description": "Automated job search and application for LinkedIn and Wellfound",
|
|
"type": "module",
|
|
"scripts": {
|
|
"setup": "node setup.mjs",
|
|
"search": "node job_searcher.mjs",
|
|
"apply": "node job_applier.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@onkernel/sdk": "^0.15.0",
|
|
"playwright": "^1.40.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"keywords": ["openclaw", "job-search", "automation", "linkedin", "wellfound"],
|
|
"author": "MattJackson",
|
|
"license": "AGPL-3.0-or-later"
|
|
}
|