screen-cv

screen-cv is a skill for Claude Code, Codex from RiggdAI/uniqent. It costs 27 tokens per session (206 once invoked), scanned A, original, Apache-2.0.

A CV review workflow that compares a résumé with a job description and records evidence for each requirement.

In plain words
What is it for?
Screening applicants, scoring their relevant skills and impact, and producing structured candidate cards with evidence, scores, and interview questions.
Why use it?
It reduces reliance on irrelevant personal details or impressions by focusing the review on job-related evidence. Missing evidence becomes an interview question rather than an automatic rejection.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Screening applicants, scoring their relevant skills and impact, and producing structured candidate cards with evidence, scores, and interview questions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/riggdai/uniqent/screen-cv
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.

Any agent
npx skills add RiggdAI/uniqent --skill screen-cv
Clone the repo
git clone --depth 1 https://github.com/RiggdAI/uniqent

Made for: Claude Code, Codex.

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 screen-cv

README.md
[![agentmods](https://agentmods.dev/badge/skills/riggdai/uniqent/screen-cv/github.svg)](https://agentmods.dev/skills/riggdai/uniqent/screen-cv)
Your own site
<a href="https://agentmods.dev/skills/riggdai/uniqent/screen-cv"><img src="https://agentmods.dev/badge/skills/riggdai/uniqent/screen-cv/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 screen-cv

Your own site · 80×15
<a href="https://agentmods.dev/skills/riggdai/uniqent/screen-cv"><img src="https://agentmods.dev/badge/skills/riggdai/uniqent/screen-cv.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 206 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.00027 $0.00206
Opus 5 $0.00014 $0.00103
Sonnet 5 $0.00005 $0.00041
Haiku 4.5 $0.00003 $0.00021

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

Security

Grade A, and why

screen-cv 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 9d 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.

examples/recruiter-screen/skills/screen-cv/SKILL.md · 18 lines

What it actually says

Screen CV

  1. Read the role brief and extract must-haves (hard requirements) and nice-to-haves.
  2. Read the CV. Immediately discard any information unrelated to job performance (photo, age, marital status, school prestige, address).
  3. For each must-have, locate explicit evidence in the CV. Note the line or section. If absent, mark as "gap — probe in interview."
  4. Score four dimensions (0–10 each): relevant skills, demonstrated impact, culture-add signals, growth trajectory.
  5. Write a two-to-three sentence evidence summary referencing specific CV content.
  6. List gaps (must-haves with no evidence found) as targeted interview questions, not disqualifiers.
  7. Output a structured candidate card: name (as written), scores, summary, gaps-as-questions.
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. 9d ago First seen · 18 lines · 27 tokens per session scan A 0e20994280f5

Subscribe to this mod's changes

screen-cv is a skill published in the GitHub repository RiggdAI/uniqent (15 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 27 tokens to every session and 206 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-30.

Related

Other skills, from other repositories

honcho

Configure and use Honcho memory with Zorro -- cross-session user modeling, multi-profile peer isolation, observation config, and dialectic reasoning. Use when setting up Honcho, troubleshooting memory, managing profiles with Honcho peers, or tuning observation and recall settings.

braxtonROSE4/zorro-agent · 55 tokens

webhook-subscriptions

Create and manage webhook subscriptions for event-driven agent activation. Use when the user wants external services to trigger agent runs automatically.

braxtonROSE4/zorro-agent · 29 tokens

fine-tuning-with-trl

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

braxtonROSE4/zorro-agent · 69 tokens

jupyter-live-kernel

Use a live Jupyter kernel for stateful, iterative Python execution via hamelnb. Load this skill when the task involves exploration, iteration, or inspecting intermediate results — data science, ML experimentation, API exploration, or building up complex code step-by-step. Uses terminal to run CLI commands against a…

braxtonROSE4/zorro-agent · 76 tokens

himalaya

CLI to manage emails via IMAP/SMTP. Use himalaya to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

braxtonROSE4/zorro-agent · 52 tokens

telephony

Give Zorro phone capabilities without core tool changes. Provision and persist a Twilio number, send and receive SMS/MMS, make direct calls, and place AI-driven outbound calls through Bland.ai or Vapi.

braxtonROSE4/zorro-agent · 45 tokens