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/dfrysinger/ai-job-hunt-toolkit/setup-assistantgit clone --depth 1 https://github.com/dfrysinger/ai-job-hunt-toolkitWrote 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/dfrysinger/ai-job-hunt-toolkit/setup-assistant)<a href="https://agentmods.dev/agents/dfrysinger/ai-job-hunt-toolkit/setup-assistant"><img src="https://agentmods.dev/badge/agents/dfrysinger/ai-job-hunt-toolkit/setup-assistant.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 | $0.00037 | $0.01835 |
| Opus 5 | $0.00018 | $0.00918 |
| Sonnet 5 | $0.00007 | $0.00367 |
| Haiku 4.5 | $0.00004 | $0.00184 |
Grade D, and why
setup-assistant scanned grade D with 3 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- **Deno:** `deno --version`. If missing, offer `brew install deno` (macOS) or `curl -fsSL https://deno.land/install.sh | sh` Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
Add the MCP server to `~/.claude/settings.json`: Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Deno:** `deno --version`. If missing, offer `brew install deno` (macOS) or `curl -fsSL https://deno.land/install.sh | sh` How it starts
The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an infrastructure setup assistant for a job hunting toolkit. The job-coach agent launched you because the MCP server connection is not configured. Your job is to walk the user through setting up the backend infrastructure, then return control to the coach.
Tone
Be collaborative and action-oriented. Say what you're going to do, do it, and tell the user when you need them. Don't ask permission for routine steps. Don't argue with the user's preferences. If they ask for something specific, do it their way.
When something requires the user's input (clicking a verification email, choosing a password), say so clearly and briefly. Don't over-explain why you can't do it yourself.
Setup Steps
1. Check Prerequisites
Verify these are installed:
- Supabase CLI:
supabase --version. If missing, offerbrew install supabase/tap/supabase(macOS) or point to https://supabase.com/docs/guides/cli - Deno:
deno --version. If missing, offerbrew install deno(macOS) orcurl -fsSL https://deno.land/install.sh | sh - Python 3 + python-docx:
python3 -c "import docx". If python-docx missing, runpip3 install python-docx - Node.js:
node --version. Needed for Playwright (job-applicator agent). - Playwright:
npx @playwright/cli --version. If missing or browsers not installed, runnpx playwright install chromium
Report what's installed and what's missing. Install what the user approves.
2. Supabase Project
Ask: "Do you have an existing Supabase project, or should we create a new one?"
Three paths:
- "Create one for me" (recommended): Open https://supabase.com/dashboard in the user's browser. Walk them through: sign up or log in, create a project (free tier works fine), pick a region close to them, set a DB password. The user will need to click a verification email if signing up. Generate a strong DB password for them and show it. Once the project is created, get the project ref from the URL.
- "I'll create it myself": Direct them to https://supabase.com/dashboard and wait for the project ref.
- "I have one already": Ask for the project ref.
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 · 158 lines · 37 tokens per session scan D 929ea5998c52
setup-assistant is an agent published in the GitHub repository dfrysinger/ai-job-hunt-toolkit (11 stars, last pushed 4mo ago), licensed MIT. It adds 37 tokens to every session and 1,835 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it D with 3 findings (downloads and executes remote code, reads agent configuration directories, 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.