job-network

job-network is a command for Claude Code from cyn-zhang/job-radar. It costs 12 tokens per session (234 once invoked), scanned A, original, MIT.

An alumni networking command that maps where former students work and drafts personalised outreach messages. Alumni are graduates of your university or school; the messages are always left for you to review and send.

In plain words
What is it for?
Use it to test alumni-search feasibility, map alumni by company, view saved contacts, draft outreach, or prepare coffee-chat questions.
Why use it?
It helps you find relevant contacts and prepare for conversations without sending unsolicited messages automatically.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to test alumni-search feasibility, map alumni by company, view saved contacts, draft outreach, or prepare coffee-chat questions.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/cyn-zhang/job-radar/job-network
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.

Clone the repo
git clone --depth 1 https://github.com/cyn-zhang/job-radar

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-network

README.md
[![agentmods](https://agentmods.dev/badge/commands/cyn-zhang/job-radar/job-network/github.svg)](https://agentmods.dev/commands/cyn-zhang/job-radar/job-network)
Your own site
<a href="https://agentmods.dev/commands/cyn-zhang/job-radar/job-network"><img src="https://agentmods.dev/badge/commands/cyn-zhang/job-radar/job-network/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-network

Your own site · 80×15
<a href="https://agentmods.dev/commands/cyn-zhang/job-radar/job-network"><img src="https://agentmods.dev/badge/commands/cyn-zhang/job-radar/job-network.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 234 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00012 $0.00234
Opus 5 $0.00006 $0.00117
Sonnet 5 $0.00002 $0.00047
Haiku 4.5 $0.00001 $0.00023

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

Security

Grade A, and why

job-network 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 11d 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.

.claude/commands/job-network.md · 23 lines

What it actually says

Run JobRadar alumni networking. Load config from config.yaml, then follow Module 11 in SKILL.md.

Usage examples:

  • /job-network --spike — validate whether LinkedIn alumni search is extractable before building automation
  • /job-network --map — build alumni company distribution and save networking/alumni_map.json
  • /job-network --list — show saved alumni grouped by company
  • /job-network --list Atlassian — show saved alumni at one company
  • /job-network --reach Atlassian — generate personalised outreach drafts for alumni at Atlassian
  • /job-network --prep "Sarah Chen" — prepare coffee chat questions

Tracking:

  • Alumni map lives in networking/alumni_map.json
  • Long-term outreach status lives in applications/tracker.json under networking[]
  • When the user drafts, sends, gets a reply, schedules a chat, or receives a referral, update both stores

Safety rules:

  • Never send LinkedIn messages automatically.
  • User must review and manually send every message.
  • Store alumni data only in networking/ (gitignored).
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. 11d ago First seen · 23 lines · 12 tokens per session scan A 099d2f50794d

Subscribe to this mod's changes

job-network is a command published in the GitHub repository cyn-zhang/job-radar (3 stars, last pushed 3mo ago), licensed MIT. It adds 12 tokens to every session and 234 once invoked, about $0.0001 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.