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>
13 lines
548 B
JSON
13 lines
548 B
JSON
{
|
|
"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"
|
|
}
|