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 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 16:48:46 -08:00
parent 319b626b71
commit 61e0577c3c
3 changed files with 13 additions and 1 deletions

12
claw.json Normal file
View File

@@ -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"
}