job-setup

job-setup is a skill for Claude Code from AkbarDevop/ai-job-agent. It costs 183 tokens per session (4,739 once invoked), scanned D, original, MIT.

An in-chat setup assistant for the AI Job Agent, a tool for tracking job applications and searching for jobs. It reads existing files and resume PDFs, then asks only for missing details and writes the setup files.

In plain words
What is it for?
Use it to set up or finish configuring the AI Job Agent, including your candidate profile, email settings, and job-search data.
Why use it?
It removes the need to repeat information in a setup wizard when that information is already on your computer. It also helps avoid missing configuration needed by the job-search tool.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is Install ai-job-agent: run `git clone --single-branch --depth 1 https://github.com/AkbarDevop/ai-job-agent ~/.claude/skills/ai-job-agent && cd ~/.claude/skills/a.

Good fit Use it to set up or finish configuring the AI Job Agent, including your candidate profile, email settings, and job-search data.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/AkbarDevop/ai-job-agent
agentmods
npx agentmods add skills/akbardevop/ai-job-agent/job-setup

Made for: Claude Code.

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 job-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/akbardevop/ai-job-agent/job-setup/github.svg)](https://agentmods.dev/skills/akbardevop/ai-job-agent/job-setup)
Your own site
<a href="https://agentmods.dev/skills/akbardevop/ai-job-agent/job-setup"><img src="https://agentmods.dev/badge/skills/akbardevop/ai-job-agent/job-setup/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.

agentmods 80×15 button for job-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/akbardevop/ai-job-agent/job-setup"><img src="https://agentmods.dev/badge/skills/akbardevop/ai-job-agent/job-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 183 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,739 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 2 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00183 $0.04739
Opus 5 $0.00092 $0.02370
Sonnet 5 $0.00037 $0.00948
Haiku 4.5 $0.00018 $0.00474

Measured 10d ago against content hash 184576a65a0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade D, and why

job-setup scanned grade D with 2 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 10d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- Debian/Ubuntu: `sudo apt install msmtp msmtp-mta`

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

test -f "$HOME/Library/Application Support/Google/Chrome/Default/Cookies" && echo MAC_DEFAULT
skills/job-setup/SKILL.md · 426 lines

How it starts

The opening of the file, as written. The whole thing — 426 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Job Setup

The onboarding skill. Replaces bash wizard.sh with an in-chat conversation — same questions, same outputs, but Claude asks them and writes the files directly.

Repo location

$AI_JOB_AGENT_ROOT~/.claude/skills/ai-job-agent/ → REPO_PATH marker file → ~/ai-job-agent/. If none of these exists, the user hasn't cloned the repo yet — tell them to paste this into their Claude Code session:

Install ai-job-agent: run git clone --single-branch --depth 1 https://github.com/AkbarDevop/ai-job-agent ~/.claude/skills/ai-job-agent && cd ~/.claude/skills/ai-job-agent && bash skills/install.sh then tell me it's done and run /job-setup.

and rerun /job-setup after the install finishes.

Philosophy — don't ask what you can find

Before asking the user anything, try hard to fill it in from what's already on their machine. Users hate retyping their name into the 200th form; they really hate retyping it into an onboarding wizard when Claude already knows it from memory. Always auto-discover first, then surface a pre-filled confirmation table, then only ask for what's genuinely missing.

State inspection (always first)

Before asking anything, print a checklist of what's already configured so we don't re-ask. Check:

Item Path Exists?
LinkedIn config config/linkedin-config.json ✅ / ⬜
Candidate profile config/candidate-profile.md ✅ / ⬜
Answer bank config/answer-bank.md ✅ / ⬜
Application tracker application-tracker.csv ✅ / ⬜
Outreach log outreach-log.csv ✅ / ⬜
Resume file (read from linkedin-config.json → resumePath) ✅ / ⬜
msmtp installed command -v msmtp ✅ / ⬜
msmtp config ~/.msmtprc (check with test -f) ✅ / ⬜
Skills installed ~/.claude/skills/job-apply is a symlink to this repo ✅ / ⬜

If everything checks, say "You're already set up. Run /job-setup --reconfigure <section> to change one thing, or /job-setup --reconfigure all to redo from scratch." and stop.

Read the full file on GitHub · 426 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. 10d ago First seen · 426 lines · 183 tokens per session scan D 184576a65a0f

Subscribe to this mod's changes

job-setup is a skill published in the GitHub repository AkbarDevop/ai-job-agent (54 stars, last pushed 4mo ago), licensed MIT. It adds 183 tokens to every session and 4,739 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it D with 2 findings (asks for root, reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

Automation Tester Resume Optimizer

Build an SDET or automation engineer resume around framework ownership, tool-stack evidence, CI/CD integration, and GitHub proof that survives technical screening and recruiter keyword search.

PramodDutta/qaskills · 39 tokens

pipeline-triage

Decide WHICH role to spawn / pause / kill based on backlog state, not gut feel. Open this skill EVERY TIME you observe — vel team < 50% target, OR any role queue = 0, OR Scout sources exhausted, OR [SCALA UP] from Sentinella, OR PIPELINE VUOTA + UNDERSHOOT, OR MARGINE from bridge-pacing, OR cold start, OR whenever you…

leopu00/job-hunter-team · 157 tokens

db-update

Update existing records in the JHT DB (positions / applications). Use it to promote positions to checked/excluded, write Critic score/verdict, mark applications as sent, update salary, last-checked, etc. Always after a db-query that confirms the current record state.

leopu00/job-hunter-team · 61 tokens

freehire-track-applications

Use when recording or reviewing what someone applied to on freehire — marking a job applied, bookmarking one for later, moving an application through its stages (applied through offer, or rejected/withdrawn), attaching a note, or listing what they are tracking. Also covers reporting a posting that never answered them…

strelov1/freehire-cli · 81 tokens

jobgru

Jobgru pipeline Phase 1 — coordinate parallel job-board researchers to find and verify the user-requested count of unique jobs (LinkedIn has no per-run job cap; LeadGru is capped at 5 people + company people page), deduplicate against the Job Applications Google Sheet, append rows via scripts/sheetswrite.py, then…

ashujha301/jobgru · 144 tokens

leadgru

Jobgru pipeline Phase 2 — find LinkedIn hiring contacts for new Job Applications rows (job-posting hiring team first, then people search), write at most 5 profile links plus the company people page into Leads, and fill Add note Message from sheet templates. Runs automatically after Jobgru appends rows (pipeline mode)…

ashujha301/jobgru · 97 tokens