Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/its-me-prash/kleinanzeigen-reader/github-pull-skillnpx skills add its-me-prash/kleinanzeigen-reader --skill github-pull-skillgit clone --depth 1 https://github.com/its-me-prash/kleinanzeigen-readerWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00091 | $0.00604 |
| Opus 5 | $0.00046 | $0.00302 |
| Sonnet 5 | $0.00018 | $0.00121 |
| Haiku 4.5 | $0.00009 | $0.00060 |
Grade A, and why
github-context-loader scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s \ What it actually says
GitHub Context Loader
Pulls latest CLAUDE.md and skill updates from Prash1407's GitHub repos into the active session context.
Repos to sync (in order)
| Repo | What to pull | Load into |
|---|---|---|
Prash1407/kleinanzeigen-reader |
CLAUDE.md, SKILL.md |
Active context |
Add more repos here as the Brain OS ecosystem grows.
Step 1 — Pull CLAUDE.md from each repo
curl -s \
-H "Accept: application/vnd.github.v3.raw" \
"https://raw.githubusercontent.com/Prash1407/kleinanzeigen-reader/main/CLAUDE.md"
Read the output and treat it as active session context.
Step 2 — Check for recent commits
curl -s \
"https://api.github.com/repos/Prash1407/kleinanzeigen-reader/commits?per_page=3" \
| python3 -c "
import sys, json
commits = json.load(sys.stdin)
for c in commits:
print(c['commit']['author']['date'][:10], '---', c['commit']['message'][:60])
"
Summarize any changes since the last session in one sentence.
Step 3 — Pull updated scripts if needed
If commits touch scripts/ or references/, fetch updated files:
curl -s -H "Accept: application/vnd.github.v3.raw" \
"https://raw.githubusercontent.com/Prash1407/kleinanzeigen-reader/main/scripts/extract.py" \
> /tmp/kl_extract.py
curl -s -H "Accept: application/vnd.github.v3.raw" \
"https://raw.githubusercontent.com/Prash1407/kleinanzeigen-reader/main/scripts/compare.py" \
> /tmp/kl_compare.py
Use /tmp/kl_extract.py and /tmp/kl_compare.py for the rest of the session.
Output after sync
Report exactly:
GitHub sync: Prash1407/kleinanzeigen-reader
Last commit: [date] -- [message]
Scripts: /tmp/kl_extract.py, /tmp/kl_compare.py
Status: ready
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 86 lines · 91 tokens per session scan A eff72084cc49
github-context-loader is a skill published in the GitHub repository its-me-prash/kleinanzeigen-reader (4 stars, last pushed 1mo ago), licensed MIT. It adds 91 tokens to every session and 604 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
vox-director
Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end on the Atlas Cloud API + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…
social-post
學習使用者的 Facebook/Instagram/YouTube/Threads/X 語氣與受眾,規劃、撰寫、確認後發佈內容;以已登入 Chrome 受控掃描、草擬及回覆 FB/IG/Threads 留言;並作為流量、留存與轉化的結構化帳本。使用者說「發文」「用我的口氣」「回覆留言」「自動回留言」「掃留言」「查流量」「演算法」「把數據訓練進去」「比較貼文」「優化 pattern」時使用。.
privacy-eu
EU 사용자 대상 서비스용 Privacy Notice·Terms of Service·Consent Modal·Cookie Banner 자동 생성. GDPR (Regulation 2016/679) + ePrivacy Directive + Consumer Rights Directive 2011/83 + Digital Services Act + Digital Content Directive + Unfair Terms Directive 반영. 영문 인터뷰로 진행.
privacy-terms
처리방침·이용약관 자동 생성 진입점. 호출 즉시 6개 하위 스킬(privacy-kr·privacy-eu·privacy-us·privacy-jp·privacy-global·privacy-global-jp)을 번호 메뉴로 제시하고, 번호 입력 즉시 해당 스킬 인터뷰로 직행한다.
higgsfield-troubleshoot
Use when a Higgsfield generation fails, produces poor quality, looks wrong, doesn't match the prompt, or the user needs to fix or improve an output.
higgsfield-motion-design
End-to-end motion-design / animated-ad creation flow on Higgsfield via the MCP connector. Use when the user wants to create motion design, animate a logo, make a video from an image, build an animated ad or brand promo, turn a product into motion, or says 'make a motion', 'motion design', 'animate this', 'make a video…