Files
claw-apply/claw.json
Matthew Jackson 61e0577c3c 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>
2026-03-05 16:49:01 -08:00

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