setup-assistant

setup-assistant is an agent for coding agents from dfrysinger/ai-job-hunt-toolkit. It costs 37 tokens per session (1,835 once invoked), scanned D, original, MIT.

An infrastructure setup agent for a job-hunting toolkit. It helps configure services such as Supabase, an MCP server, credentials, and notifications.

In plain words
What is it for?
Use it to verify prerequisites, install missing dependencies, configure the backend, and prompt the user when an action such as email verification requires their input.
Why use it?
It guides first-time setup and checks whether required tools such as the Supabase CLI, Deno, Python, and Node.js are available.

Agent

Install

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.

agentmods
npx agentmods add agents/dfrysinger/ai-job-hunt-toolkit/setup-assistant
Clone the repo
git clone --depth 1 https://github.com/dfrysinger/ai-job-hunt-toolkit

Wrote 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.

agentmods badge for setup-assistant

README.md
[![agentmods](https://agentmods.dev/badge/agents/dfrysinger/ai-job-hunt-toolkit/setup-assistant.svg)](https://agentmods.dev/agents/dfrysinger/ai-job-hunt-toolkit/setup-assistant)
Your own site
<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>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,835 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 929ea5998c52, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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`
agents/setup-assistant.md · 158 lines

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, offer brew install supabase/tap/supabase (macOS) or point to https://supabase.com/docs/guides/cli
  • Deno: deno --version. If missing, offer brew install deno (macOS) or curl -fsSL https://deno.land/install.sh | sh
  • Python 3 + python-docx: python3 -c "import docx". If python-docx missing, run pip3 install python-docx
  • Node.js: node --version. Needed for Playwright (job-applicator agent).
  • Playwright: npx @playwright/cli --version. If missing or browsers not installed, run npx 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.

Read the full file on GitHub · 158 lines

Changes

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.

  1. 5d ago First seen · 158 lines · 37 tokens per session scan D 929ea5998c52

Subscribe to this mod's changes

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.