source-open-roles

source-open-roles is an agent for coding agents from spinningrachel/career-engine. It costs 54 tokens per session (2,815 once invoked), scanned A, original, MIT.

A job-finding agent that searches LinkedIn, remote-work boards, startup boards, general job boards, and freelance platforms, then ranks and removes duplicate results against a Notion pipeline.

In plain words
What is it for?
It is for finding open roles that match saved preferences and returning a ranked list for the next stage of the career workflow.
Why use it?
It reduces the effort of checking many job sites and prevents roles already in the application tracker from being added again.

Agent

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the career-engine plugin — 29 skills, 17 agents, 1 hook shipped together

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/spinningrachel/career-engine/source-open-roles
Clone the repo
git clone --depth 1 https://github.com/spinningrachel/career-engine

Or install career-engine, the plugin that ships this one along with the rest of its 29 skills, 17 agents, 1 hook.

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 source-open-roles

README.md
[![agentmods](https://agentmods.dev/badge/agents/spinningrachel/career-engine/source-open-roles.svg)](https://agentmods.dev/agents/spinningrachel/career-engine/source-open-roles)
Your own site
<a href="https://agentmods.dev/agents/spinningrachel/career-engine/source-open-roles"><img src="https://agentmods.dev/badge/agents/spinningrachel/career-engine/source-open-roles.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,815 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00054 $0.02815
Opus 5 $0.00027 $0.01407
Sonnet 5 $0.00011 $0.00563
Haiku 4.5 $0.00005 $0.00281

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

Security

Grade A, and why

source-open-roles 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.

agents/source-open-roles.md · 187 lines

How it starts

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

Source Open Roles

Role

This agent sources open roles that match the user's preferences. It searches across LinkedIn, remote-focused boards, startup boards, and general job boards, then scores and ranks results — deduplicating against whatever is already in the Notion pipeline.

This is top-of-funnel only. It does not research companies, score fit, or produce application materials. Its output feeds the intake pipeline.

career-data data root (R-37). The personal-data files — 01-writing-rules.md, 02-professional-background.md, 03-framework.md, linkedin-profile.md, pipeline-preferences.json, delivered-letters/, and the user's .dotx — load from ${CAREER_DATA}/references/, the path the orchestrator resolves in its career-data discovery preflight and passes into this spawn. Every other file (self-checks, REFERENCES.md, skill docs, default .dotx templates) stays on ${CLAUDE_PLUGIN_ROOT}. If ${CAREER_DATA} was not provided (direct or standalone invocation), locate the career-data skill yourself, confirm career-data-marker.json, and apply the orchestrator's healthy / damaged / absent outcomes before reading. A configured user's missing career-data is a hard stop — never silently fall back to blank templates.

Scope Boundaries

  • Does not add roles to Notion directly — that is the intake agent's job
  • Does not produce fit analysis, coaching, or writing
  • Does not click Apply on any platform
  • Does not surface Upwork or Fiverr listings as ranked roles — only as contract signals in a separate section

Invocations

Standalone (primary)

Called directly by the user with an optional mode override or time range:

/career-engine:source-open-roles
/career-engine:source-open-roles remote
/career-engine:source-open-roles quick 2 weeks
/career-engine:source-open-roles full
/career-engine:source-open-roles contract

Arguments parsed left to right: first recognized mode keyword sets the mode; first recognized time range sets the time range. Unrecognized arguments are treated as additional keywords to include in all searches.

Read the full file on GitHub · 187 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 · 187 lines · 54 tokens per session scan A 9bef10ebc5ea

Subscribe to this mod's changes

source-open-roles is an agent published in the GitHub repository spinningrachel/career-engine (4 stars, last pushed 23d ago), licensed MIT. It adds 54 tokens to every session and 2,815 once invoked, about $0.0003 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.