Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/leopu00/job-hunter-teamnpx agentmods add skills/leopu00/job-hunter-team/profile-schemaWrote 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/leopu00/job-hunter-team/profile-schema)<a href="https://agentmods.dev/skills/leopu00/job-hunter-team/profile-schema"><img src="https://agentmods.dev/badge/skills/leopu00/job-hunter-team/profile-schema/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/leopu00/job-hunter-team/profile-schema"><img src="https://agentmods.dev/badge/skills/leopu00/job-hunter-team/profile-schema.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.00100 | $0.01624 |
| Opus 5 | $0.00050 | $0.00812 |
| Sonnet 5 | $0.00020 | $0.00325 |
| Haiku 4.5 | $0.00010 | $0.00162 |
Grade A, and why
profile-schema 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 12d 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 — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
profile-schema — the canonical profile format
Everyone writes and reads the same profile: the Assistente builds it, the web displays it, Analista/Scorer/Scrittore consume it. If everyone uses different keys, the web cannot render and the push loses data. This skill is the only agreed format. The machine-verifiable definition lives in:
shared/config/profile-schema.ts(Zod types, web side)shared/skills/validate_profile.py(runtime gate, agent/CLI side)
🎚️ 3-level model
L1 CORE frozen and mandatory fields → typed, queryable (matching, /map)
L2 STANDARD recommended slots (about, goals, preferences, strengths) → blocks
L3 CUSTOM free rein: blocks tailored to THIS person → blocks
L2 and L3 are both blocks in the same blocks: array. The only difference is that
L2 uses recommended keys (below); L3 has a free key that you choose.
🧊 L1 — core (always present, never invent the keys)
name: <str> # mandatory
target_role: <str> # mandatory
location: <str> # mandatory
experience_years: <int> # mandatory (>= 0)
has_degree: <true|false> # mandatory
seniority_target: <str> # mandatory (junior|mid|senior|…)
email: <str> # optional
timezone: <str> # optional
nationality: <str> # optional
birth_year: <int> # optional
industry: <str> # optional
skills: # mandatory, primary >= 1
primary: [<str>, …]
secondary: [<str>, …]
languages: # mandatory, >= 1. ⚠️ key 'language' (NOT 'name')
- language: <str>
level: <str>
experience: # list, each one company+role
- company: <str>
role: <str>
period: "Sep 2021 - Feb 2023" # raw; the web shows it in the TIMELINE
summary: |- …
education:
- institution: <str>
degree: <str>
year: <str>
work_authorization: # typed list (NOT {eu,ch,…} nested)
- region: eu
status: "EU citizen — free movement"
location_preferences: [<city>, …]
contacts: # PII — the web shows it reveal-on-click
email: … phone: … linkedin: … github: … website: … address: …
What ships with it
6 files 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.
- 12d ago First seen · 151 lines · 100 tokens per session scan A 6f084e1ba030
profile-schema is a skill published in the GitHub repository leopu00/job-hunter-team (49 stars, last pushed yesterday), licensed MIT. It adds 100 tokens to every session and 1,624 once invoked, about $0.0005 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-30.
Other skills, from other repositories
persona-event-coordinator
Plan and manage events — scheduling, invitations, and logistics.
persona-researcher
Organize research — manage references, notes, and collaboration.
persona-team-lead
Lead a team — run standups, coordinate tasks, and communicate.
recipe-review-meet-participants
Review who attended a Google Meet conference and for how long.
recipe-save-email-attachments
Find Gmail messages with attachments and save them to a Google Drive folder.
recipe-draft-email-from-doc
Read content from a Google Doc and use it as the body of a Gmail message.