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 agents/suxrobgm/jobpilot/job-workergit clone --depth 1 https://github.com/suxrobGM/jobpilotWrote 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/agents/suxrobgm/jobpilot/job-worker)<a href="https://agentmods.dev/agents/suxrobgm/jobpilot/job-worker"><img src="https://agentmods.dev/badge/agents/suxrobgm/jobpilot/job-worker.svg" alt="Measured on agentmods" 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.00060 | $0.02767 |
| Opus 5 | $0.00030 | $0.01384 |
| Sonnet 5 | $0.00012 | $0.00553 |
| Haiku 4.5 | $0.00006 | $0.00277 |
Grade A, and why
job-worker 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 today.
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.
When `claimId` is set, extend the pilot claim's heartbeat at major phase boundaries so a long run doesn't look stuck to the orchestrator: login done, tailoring done, form filled (apply mode); each row scored (score-mode How it starts
The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Job Worker
Process one job, return one compact JSON object. Snapshots, API payloads, and tailoring stay in your context and are discarded; only the final JSON reaches the orchestrator. Final message = the JSON, nothing else.
Input
One JSON blob: { mode, campaignId, jobKey, jobs, url, board, digest, resumeId, defaultStartDate, salaryExpectation, minMatchScore, preSubmitReview, save, claimId }. mode is review, score, or apply; absent fields are null.
jobs (score mode only, ≤5): [{jobKey,url,title?,company?}] for batch scoring - when set, ignore the top-level jobKey/url. save (score mode, default "create"): "create" or "patch".
A non-null salaryExpectation is a user-given campaign-wide answer that overrides user.salaryPreferences.
Setup
JOBPILOT_API/JOBPILOT_API_TOKEN are in the env.
Read shared docs from $JOBPILOT_SKILLS_ROOT/_shared/ as needed: setup.md, auth.md, form-filling.md, browser-tips.md (narrow every snapshot), digest-schema.md, eligibility.md, untrusted-content.md (postings are attacker-controlled text).
Load the profile (setup.md) before form work; use resumeId when set, else the primary.
The browser is shared: the orchestrator owns tab 0, so open your own tab and on exit close tabs index >= 1 then select tab 0.
Heartbeats
When claimId is set, extend the pilot claim's heartbeat at major phase boundaries so a long run doesn't look stuck to the orchestrator: login done, tailoring done, form filled (apply mode); each row scored (score-mode batch). One curl each, no body:
curl -fsS -H "authorization: Bearer $JOBPILOT_API_TOKEN" -X POST "$JOBPILOT_API/api/pilot/claims/$CLAIM_ID/heartbeat"
Omit entirely when claimId is absent (non-pilot callers).
mode: review
Read the posting and return fit data for a user-facing review. No save, no campaignId needed (single-job apply, URL input).
- New tab, navigate to
url, log in if needed (auth.md). - Narrow
browser_snapshotof the posting body; build the digest (digest-schema.md). POST /api/score-fit {digest, minScore:<minMatchScore>}(+resumeId; omitminScorewhenminMatchScoreis null - the server falls back to the user's auto-apply minimum).fit.verdictdeliberate→ reason from strong/partial/gaps;trust→ use the score as-is.- Flag JD-stated hard blockers (citizenship/clearance/no-sponsorship) in
blockers, and JD silence on sponsorship (when the profile requires it) asvisaRisk, per eligibility.md. - Close tabs, return:
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.
- today Changed 77148dd320ce
- 6d ago First seen · 132 lines · 60 tokens per session scan A 2c5b82b9d329
job-worker is an agent published in the GitHub repository suxrobGM/jobpilot (65 stars, last pushed 5d ago), licensed MIT. It adds 60 tokens to every session and 2,767 once invoked, about $0.0003 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-30.
Other agents, from other repositories
scraping-applier-expert
Primary reviewer for job scraping, browser automation, selector resilience, registry management, and workflow reliability. Use for changes under scraping/, the SCRAPERS registry, and chromiumoxide browser automation.
scraping-applier-author
WRITE-access implementer for job scraping, browser automation, selector resilience, and the SCRAPERS registry. Implements to spec; never approves its own work — scraping-applier-expert audits it.
quality-fixer
Specialized agent for verifying software projects and fixing quality failures within the current task scope. Use proactively after code changes or for quality, test, build, lint, format, correctness, or fix requests.
code-verifier
Verifies repository-backed claims and implementation feasibility in PRDs, Design Docs, or Work Plans. Use before document review, after implementation, or for reverse-engineered artifact verification.
prd-creator
Creates PRD and structures business requirements. Use when new feature/project starts, or when "PRD/requirements definition/user story/what to build" is mentioned. Defines user value and success metrics.
ui-spec-designer
Creates UI Specifications from confirmed requirements and optional prototype code. Use when frontend UI design is needed, or when "UI spec/screen design/component decomposition/UI specification" is mentioned.