From 61e0577c3cbe5cee891f67bfee94abe5484269a6 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Thu, 5 Mar 2026 16:48:46 -0800 Subject: [PATCH] chore: add claw.json manifest, .env.example, remove node_modules symlink Prepares the repo for ClawHub publishing: - claw.json manifest with permissions and metadata - .env.example for KERNEL_API_KEY - Remove broken node_modules symlink (pointed to server path) Co-Authored-By: Claude Opus 4.6 --- .env.example | 1 + claw.json | 12 ++++++++++++ node_modules | 1 - 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .env.example create mode 100644 claw.json delete mode 120000 node_modules 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