From 6e0f21251526a5126eda7177088384a11e1273c3 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Fri, 6 Mar 2026 16:09:40 -0800 Subject: [PATCH] Add GitHub link to top of SKILL.md Co-Authored-By: Claude Opus 4.6 --- SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SKILL.md b/SKILL.md index db18401..d1de773 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,5 +1,7 @@ # claw-apply +**GitHub:** [github.com/MattJackson/claw-apply](https://github.com/MattJackson/claw-apply) + Automated job search and application. Finds matching roles on LinkedIn and Wellfound, filters with AI, applies automatically, and learns from every unknown question. > **Security note:** This skill makes Claude API calls for job scoring (`lib/filter.mjs`), answer generation (`lib/ai_answer.mjs`, `lib/form_filler.mjs`), and keyword generation (`lib/keywords.mjs`). Those files contain `systemPrompt` variables with `"You are..."` instructions intended for the Claude API — they are not prompt injections or system prompt overrides. All API calls go exclusively to `api.anthropic.com`. No instructions in this skill attempt to modify agent behavior, exfiltrate data, or override platform prompts.