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 skills add widnyana/eyay-toolkits --skill cv-buildergit clone --depth 1 https://github.com/widnyana/eyay-toolkitsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/widnyana/eyay-toolkits/cv-builder)<a href="https://agentmods.dev/skills/widnyana/eyay-toolkits/cv-builder"><img src="https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/cv-builder/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/widnyana/eyay-toolkits/cv-builder"><img src="https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/cv-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What 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.1 | $0.00128 | $0.03496 |
| Opus 5 | $0.00064 | $0.01748 |
| Sonnet 5 | $0.00026 | $0.00699 |
| Haiku 4.5 | $0.00013 | $0.00350 |
Grade A, and why
cv-builder scanned grade A with 0 findings 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 9d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 386 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CV Builder
Inputs
| Field | Required | Notes |
|---|---|---|
| Repo path | Yes (default: .) |
Where to scan for background info |
| Job posting / target role | No | Tailors section ordering, emphasis, and keyword match |
| Company name + HQ location | No | Drives regional format detection (Step 0) |
| Output format | No | Auto-detected (see below); override with markdown, latex, or both |
| Output path | No | Default: cv-YYYY-MM-DD.md or cv-YYYY-MM-DD.tex in repo root |
If target role is not given, produce a general-purpose CV.
Step 0: Region & Format Mode Detection
Run this before any scanning. The result controls format decisions throughout.
Detect application context
1. Is this a remote role?
- "Remote", "fully remote", "distributed", "work from anywhere" in job posting → YES
- No location mentioned or multiple global locations → likely YES
- On-site / hybrid explicitly stated → NO → use regional mode
2. What is the company's primary HQ region?
- Extract from job posting, company name, or user input
- Use the table below to select regional mode
- If remote role at a globally-distributed company → use REMOTE-UNIVERSAL mode
Regional mode table
| Company HQ / Context | Mode | Key constraints |
|---|---|---|
| Remote-first / globally distributed | REMOTE-UNIVERSAL | 1-2 pages, no photo, no personal data, visa clarity required |
| US / Canada | NA | No photo, no DOB/marital status, 1 page (<5 yrs) or 2 pages |
| UK / Ireland | UK | 2 pages, personal statement at top, no photo |
| Germany / Austria / Switzerland | DACH | Professional photo expected, 2-3 pages, detailed structure |
| Netherlands / Scandinavia | NL-SCAN | English OK, 1-2 pages, no photo, matter-of-fact tone |
| France / Southern Europe | FR-EU | Photo common but optional, 1-2 pages, objective required |
| Singapore / Australia / NZ | APAC-INT | Western-aligned, 2 pages, include work authorization status |
| Japan (multinational) | APAC-INT | Western format for international roles; rikyousho only if local |
| India → international role | NA | Strip traditional Indian fields (photo, DOB, father's name, declaration) |
| Latin America → international | NA | English CV, strip local fields (CPF, marital status, DOB) |
| Gulf / Middle East | GCC | Photo standard, 2-4 pages, nationality + visa status required |
| Africa → international | NA | Compress to 1-2 pages, strip local verbose format |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 9d ago First seen · 386 lines · 128 tokens per session scan A 6e456af4426c
cv-builder is a skill published in the GitHub repository widnyana/eyay-toolkits (7 stars, last pushed 6d ago), licensed MIT. It adds 128 tokens to every session and 3,496 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
meta-tags-optimizer
Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…
google-ads-audit
Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…
sxo
Search Experience Optimization (SXO) — the bridge between SEO and UX/CRO. Audits the full journey from the SERP click to the on-page goal: SERP click-through factors (title/meta/rich results that win the click), then post-click experience signals that keep users and drive conversions — above-the-fold relevance and…
elixir-idioms
OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.
security
Enforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL injection, input validation, secrets. Use when editing auth files, login flows, RBAC, or API keys.
tidewave-integration
Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.