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:
12
claw.json
Normal file
12
claw.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user