Skills Inbox Processor
Inbox: a folder (e.g. ~/Desktop/Skills Inbox/) where you drop .txt files containing URLs or .webloc browser bookmarks (skills, GitHub repos, AI tools worth remembering).
Procedure
- List everything in the inbox except
README.mdand_done/. - For each file, extract the URL (
.txt= raw URL;.webloc= plist, grab the<string>value). - Fetch and analyze each URL (scrape pages, or clone/read for GitHub repos):
- What it is, what problem it solves
- Whether it overlaps a skill you already have (check
~/.claude/skills/) - Verdict: install now / adapt into an existing skill / just reference / skip
- Save one note per item to your notes vault with frontmatter (name, url, date, verdict) and links to related notes.
- Move the processed file into
_done/. - For any "install now" verdicts, ask before actually installing — then install to
~/.claude/skills/(user-owned, no sudo).
Summary format
End with a table: Item | Verdict | One-line reason — plus anything flagged "install now" listed as a question.