Files
claw-apply/claw.json
Matthew Jackson a133202e1b Bump to 0.1.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 15:27:17 -08:00

29 lines
1.0 KiB
JSON

{
"name": "claw-apply",
"version": "0.1.3",
"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",
"env": {
"KERNEL_API_KEY": {
"required": true,
"description": "Kernel API key for stealth browser sessions (kernel.sh)"
},
"ANTHROPIC_API_KEY": {
"required": false,
"description": "Anthropic API key for AI filtering, keyword generation, and suggested answers"
}
},
"credentials": {
"telegram": {
"required": false,
"description": "Telegram bot token + user ID for notifications and interactive Q&A (configured in settings.json)"
}
}
}