diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..c0acd2d --- /dev/null +++ b/.env.example @@ -0,0 +1 @@ +KERNEL_API_KEY=your_kernel_api_key_here diff --git a/claw.json b/claw.json new file mode 100644 index 0000000..cecca1b --- /dev/null +++ b/claw.json @@ -0,0 +1,12 @@ +{ + "name": "claw-apply", + "version": "0.1.0", + "description": "Automated job search and application for LinkedIn and Wellfound. Searches for matching roles, applies automatically using stealth browsers, and learns from every unknown question.", + "author": "MattJackson", + "license": "AGPL-3.0-or-later", + "permissions": ["network", "browser", "filesystem", "messaging"], + "entry": "SKILL.md", + "tags": ["job-search", "automation", "linkedin", "wellfound", "playwright", "apply"], + "models": ["claude-*"], + "minOpenClawVersion": "0.8.0" +} diff --git a/node_modules b/node_modules deleted file mode 120000 index 867c978..0000000 --- a/node_modules +++ /dev/null @@ -1 +0,0 @@ -/home/ubuntu/.openclaw/workspace/node_modules \ No newline at end of file