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 strelov1/freehire-cli --skill freehire-track-applicationsgit clone --depth 1 https://github.com/strelov1/freehire-cliWrote 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/strelov1/freehire-cli/freehire-track-applications)<a href="https://agentmods.dev/skills/strelov1/freehire-cli/freehire-track-applications"><img src="https://agentmods.dev/badge/skills/strelov1/freehire-cli/freehire-track-applications/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/strelov1/freehire-cli/freehire-track-applications"><img src="https://agentmods.dev/badge/skills/strelov1/freehire-cli/freehire-track-applications.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00081 | $0.00653 |
| Opus 5 | $0.00041 | $0.00327 |
| Sonnet 5 | $0.00016 | $0.00131 |
| Haiku 4.5 | $0.00008 | $0.00065 |
Grade A, and why
freehire-track-applications 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 11d 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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tracking applications on freehire
Needs a key: freehire auth login --token fhk_… (or FREEHIRE_TOKEN). Every
command takes --json. To find the jobs in the first place, use the
freehire-job-search skill; every command here takes the same <slug>.
Mark, stage, review
freehire apply <slug> # mark applied
freehire save <slug> / unsave <slug> # bookmark
freehire stage <slug> <stage> # applied…offer, or rejected/withdrawn
freehire note <slug> a quick reminder # free-text note (trailing args; no quotes needed)
freehire my --filter applied # tracked jobs with stage + note (all|viewed|saved|applied)
apply and save are idempotent, so retries are safe. The API owns the stage
vocabulary — the CLI only lists it in help, it does not validate client-side, so
a rejected stage name is the server telling you the truth.
my is the answer to "where am I with everything": it carries each job's stage
and note. A posting that has since been pruned from the catalogue shows as a
dash rather than a blank row.
A posting that never answered
If the person applied and was never answered, file it — that is the only channel that gets human evidence into the "possibly inactive" signal other people read:
freehire ghost report <slug> --applied-on 2026-06-01 # the day THEY applied
freehire ghost retract <slug> # withdraw it
--applied-on is required and never guessed: ask the person, or take it from
freehire my --filter applied. The date is the substance of the claim — it decides
when the silence has matured (roughly three weeks) — so a date they did not state is a
claim they did not make.
The rest is the server's: it needs a verified email address (403 otherwise), refuses a future date or one older than a year (400), a closed posting or a second report on the same job (409), and caps how many you can file in a day (429). One report is one of four checks; the stronger wording needs a second person, which is also why a report is never displayed as coming from one identifiable applicant.
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.
- 11d ago First seen · 54 lines · 81 tokens per session scan A 0bb136211e8e
freehire-track-applications is a skill published in the GitHub repository strelov1/freehire-cli (5 stars, last pushed 3d ago), licensed MIT. It adds 81 tokens to every session and 653 once invoked, about $0.0004 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
alive:create-walnut
Something new is emerging. A venture, an experiment, a person entering the orbit, a life area getting serious. It needs its own walnut — its own identity, history, and future. Scaffolds the full structure, maps existing context sources, and optionally migrates files across.
alive:bundle
Create, share, and graduate bundles — the unit of focused work within a walnut. Manages the full bundle lifecycle from creation through sharing to graduation.
alive-bundle
Create, manage, and graduate bundles -- the unit of focused work within a walnut.
alive-create
Scaffold a new walnut -- venture, experiment, person, life area, project.
alive-project
Regenerate now.json projections for all walnuts (mechanical, no approval needed).
pipeline-triage
Decide WHICH role to spawn / pause / kill based on backlog state, not gut feel. Open this skill EVERY TIME you observe — vel team < 50% target, OR any role queue = 0, OR Scout sources exhausted, OR [SCALA UP] from Sentinella, OR PIPELINE VUOTA + UNDERSHOOT, OR MARGINE from bridge-pacing, OR cold start, OR whenever you…