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 skills/alwaysmap/jobs4me/tweaknpx skills add alwaysmap/jobs4me --skill tweakgit clone --depth 1 https://github.com/alwaysmap/jobs4meWrote 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/alwaysmap/jobs4me/tweak)<a href="https://agentmods.dev/skills/alwaysmap/jobs4me/tweak"><img src="https://agentmods.dev/badge/skills/alwaysmap/jobs4me/tweak.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.00105 | $0.02200 |
| Opus 5 | $0.00053 | $0.01100 |
| Sonnet 5 | $0.00021 | $0.00440 |
| Haiku 4.5 | $0.00011 | $0.00220 |
Grade A, and why
tweak 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 5d 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 — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tweak Configuration
Read ../search/references/routing.md before processing any user message — it defines where each type of input should be routed and the rule against saving job search data to Claude memory.
Help the user make targeted changes to their setup without re-running the full onboarding. This is the "come back and adjust anything" command.
Start
Read the user's message to figure out what they want to change. If they just said /jfm:tweak with no specifics, show them what's adjustable:
What would you like to adjust? Here are the things I can help with:
- Profile — update your preferences (comp floor, location, travel, seniority)
- Career evidence — add projects, write-ups, talks, case studies, or portfolio links
- Role types — add, remove, or refine the types of roles I search for
- Target companies — add a dream company, remove one, or put one on a watch list
- Skip list — add companies or patterns to avoid
- Sources — add a new job board, investor portfolio, career page, or industry site to search
Just tell me what you want to change — you can also describe it naturally, like "keep an eye on Stripe" or "stop searching for sales roles" or "add the Bessemer portfolio to my sources."
Handling natural language requests
Map the user's request to the right file and section:
| Request pattern | File | Action |
|---|---|---|
| "add [company] to my dream list" | filters.yaml | Add to target_companies |
| "watch [company]" / "keep an eye on [company]" | filters.yaml | Add to watch list |
| "skip [company]" / "never show me [company]" | filters.yaml | Add to skip_companies |
| "add [source/URL] to my sources" | filters.yaml | Add to sources with appropriate type |
| "interested in [industry/sector]" / "companies like this" | filters.yaml | Add to industries list |
| "stop searching for [role type]" | archetypes.yaml | Remove or disable the role type |
| "add a new role type for [description]" | archetypes.yaml | Draft a new role type, confirm with user |
| "change my comp floor to [amount]" | profile.yaml | Update preferences.comp_floor_usd |
| "I'm open to [location] now" | profile.yaml | Add to preferences.locations |
| "add [URL] to my evidence" | profile.yaml | Fetch URL, extract key points, add to evidence |
| "add career evidence" / "add projects" | profile.yaml | Enter career evidence mode (see below) |
| "my experience at [company] includes..." | profile.yaml | Extract as career evidence (see below) |
| "[URL to blog/portfolio/talk]" | profile.yaml | Fetch, extract key points, add to evidence |
| "[URL to company careers page]" | filters.yaml | Add as career_page source |
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.
- 5d ago First seen · 153 lines · 105 tokens per session scan A 3b1dadacfea9
tweak is a skill published in the GitHub repository alwaysmap/jobs4me (2 stars, last pushed 1mo ago), licensed MIT. It adds 105 tokens to every session and 2,200 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
swissdevjobs
Search nine job boards across eight countries — the salary-transparent devitjobs family, jobs.ch and jobup.ch (all Swiss industries), and MyCareersFuture (Singapore IT) — and help the user apply. Handles the native apply form, direct-email postings, and third-party ATS postings (driven with a browser MCP). Trigger…
autopilot-jobhunt
Run a job hunt in one agentic pass — scan configured company careers pages, score postings against the user's resume, draft a tailored resume + cover letter per chosen role (never applies), and export matches. Trigger when the user says /autopilot-jobhunt or asks to scan/find jobs or draft an application.
auto-apply
Search a job board and autonomously apply to matching jobs one at a time, until paused, exhausted, or the max-applications cap is hit.
tailor-resume
Choose the best existing resume base/variant for a job, or create a new tailored variant when nothing fits.
verify-companies
Use when auditing the curated ATS rosters for stale entries, pruning dead boards or tenants, promoting candidates from unverified/ into internal/provider//companies.yaml, or when searchjobsbycompany errors on a company that used to work.
teaser-video
Film, cut, and deliver a short teaser/demo video of any app by driving it with Playwright and editing with ffmpeg - storyboard, authenticated capture, PII review, animated title cards, MP4 + GIF. Use for "make a teaser", "record a demo video", "product launch video", "screen recording for the README".