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/Miracle-Aligner/job-search-hqnpx agentmods add skills/miracle-aligner/job-search-hq/update-statusWrote 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/miracle-aligner/job-search-hq/update-status)<a href="https://agentmods.dev/skills/miracle-aligner/job-search-hq/update-status"><img src="https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/update-status/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/miracle-aligner/job-search-hq/update-status"><img src="https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/update-status.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.00106 | $0.00720 |
| Opus 5 | $0.00053 | $0.00360 |
| Sonnet 5 | $0.00021 | $0.00144 |
| Haiku 4.5 | $0.00011 | $0.00072 |
Grade A, and why
update-status 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 — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
update-status
Reflect a real conversation/outcome on the board. Edits one vacancy in
data/vacancies.json (the v2 envelope's vacancies[]).
Steps
-
Identify the vacancy — by id, or company/role match. If ambiguous, ask.
-
Set
statusto the new stage:to_apply·applied·hr_screen·tech_interview·final·offer·rejected·closed·watch·disliked. -
Append to
statusDetail— never overwrite. Prepend a dated line and keep the prior text:2026-06-09 · HR screen booked for the 12th (recruiter: friendly, comp TBD). <previous statusDetail…>Use today's real date (check the environment date).
statusDetailmay contain light formatting (<b>,<a href>, …) — the viewer sanitizes it. -
Schedule event (optional) — if the update involves a meeting/deadline, add an entry to
events[]:{id, kind, at (ISO YYYY-MM-DDTHH:MM), durationMin?, title?, via?, meetingUrl?}.kind∈ interview · take_home_due · follow_up · offer_deadline · other.
Pipeline-lock rule (sacred)
A real pipeline status — applied, hr_screen, tech_interview, final, offer,
rejected — reflects a real conversation. Never silently downgrade it (e.g. a dead posting
doesn't turn tech_interview into closed). Only move it on the user's explicit say-so.
Interview-prep prompt (the important bit)
When this update schedules an interview — i.e. you're adding an interview-kind event, or
moving the role into hr_screen / tech_interview / final — ask the user:
"Want me to prepare interview prep notes for this? I'll research the company and build a brief tailored to your profile and the JD."
If yes, run /interview-prep <id> [eventId] and persist the brief on that event
(events[].prep). If no, just save the status change.
Finish
python3 scripts/validate.py
python3 scripts/build.py --real # refresh the gitignored file:// snapshot
If scripts/serve.py is running and the board is open in a browser, the viewer auto-loads the
new data on next change; a stale open page that tries to save will get a 409 and offer to reload.
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 · 61 lines · 106 tokens per session scan A 11d5cb6d3122
update-status is a skill published in the GitHub repository Miracle-Aligner/job-search-hq (1 stars, last pushed 3mo ago), licensed MIT. It adds 106 tokens to every session and 720 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-31.
Other skills, from other repositories
pilot
One autonomous Pilot cycle - fetch the agenda, execute the top item, journal, exit. Injected by the terminal host - not for manual invocation loops.
upwork-submit
Submit an approved JobPilot proposal draft to Upwork through the Upwork MCP, after showing the user the Connects cost and getting an explicit yes.
crm-workflow
Use when the user is working with StudioMeyer CRM and you need to pick the right tool. Covers the Lead → Contact → Deal → Pipeline flow, daily CRM routine, and how to run import/export safely.
myb-p-create-settings-page
Create a 'System-Tables'-style settings/admin page in MyBusiness CRM for managing the values of a lookup/status table (e.g. SupplierStatuses, ProjectStatuses, any custom Statuses / Types / Priorities) with inline add / edit / delete, matching the built-in System-Tables-Task-Statuses / System-Tables-Sale-Statuses…
myb-p-csat-survey
Build a post-case satisfaction survey (CSAT) in a MyBusiness CRM tenant — a one-click rating from the closing email that lands on the case itself, a negative rating that becomes actual work, and a score wired into a report the manager already reads. Use whenever a customer asks for a satisfaction survey, service…
myb-p-users-roles-permissions
Manage users, roles, packages and table permissions in MyBusiness CRM. Use this skill whenever a customer wants to create/update users, assign packages (Business, Enterprise, etc.), onboard or offboard staff, manage user permissions, create custom roles, add or remove users from roles, configure table access (CLP …