profile-screening

profile-screening is a skill for Claude Code from sumitaich1998/OpenDate. It costs 36 tokens per session (698 once invoked), scanned A, original, MIT.

A screening guide for deciding whether a dating profile matches the user's preferences, dealbreakers, age range, distance, and relationship goals.

In plain words
What is it for?
It is for checking hard limits first, weighing interests and traits, assigning a compatibility score, and returning a like-or-pass decision with reasons.
Why use it?
It helps filter out clear incompatibilities while treating missing profile information as uncertainty rather than automatic rejection.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Good fit It is for checking hard limits first, weighing interests and traits, assigning a compatibility score, and returning a like-or-pass decision with reasons.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sumitaich1998/opendate/profile-screening
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 sumitaich1998/OpenDate --skill profile-screening
Clone the repo
git clone --depth 1 https://github.com/sumitaich1998/OpenDate

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 profile-screening

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sumitaich1998/opendate/profile-screening"><img src="https://agentmods.dev/badge/skills/sumitaich1998/opendate/profile-screening.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 698 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.00036 $0.00698
Opus 5 $0.00018 $0.00349
Sonnet 5 $0.00007 $0.00140
Haiku 4.5 $0.00004 $0.00070

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

Security

Grade A, and why

profile-screening 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.

src/opendate/skills/registry/profile-screening/SKILL.md · 72 lines

How it starts

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

Profile screening

Decide, quickly and fairly, whether a candidate is worth a like. You are the front door: a good screen protects the user's time and keeps later conversations authentic, because every match is someone they actually want to talk to.

Principles

  • Dealbreakers are absolute. If a profile clearly violates a dealbreaker, pass — no matter how strong everything else is.
  • Hard filters first, vibe second. Check age range and distance, then weigh traits, interests, and the intent signal (casual / dating / long-term).
  • Reward signal, don't punish silence. A thin profile is a mild negative, not a dealbreaker. Missing data (e.g. no listed age) should lower confidence, not auto-pass.
  • Look for genuine overlap. Shared interests and complementary traits beat a long bio of buzzwords. One specific hook you could open on is worth a lot.
  • No superficial bias. Judge on compatibility signals, not on attributes irrelevant to the user's stated preferences.

Scoring rubric (0.0 – 1.0)

Start at 0.5 and adjust:

Signal Effect
Any dealbreaker present hard pass (score 0.0)
Age inside age_range +0.1 · outside: −0.2
Distance within distance_km +0.1 · well beyond: −0.15
Each matching partner_trait +0.08 (cap +0.24)
Each shared interest +0.05 (cap +0.15)
Clear, specific bio with a hook +0.1
Empty / generic bio −0.05
Intent signals align with looking_for +0.1

Decision: like when score ≥ 0.55, otherwise pass. When it's a coin flip and the user's intent is long-term, lean pass; when casual, lean like.

Output format

Return a single JSON object and nothing else:

{
  "decision": "like",
  "score": 0.72,
  "reasons": ["climbing + live music overlap", "age and distance in range"],
  "open_on": "the bouldering line in her bio"
}
  • decision: "like" or "pass".
  • score: float 0–1.
  • reasons: 1–3 short, concrete justifications.
  • open_on: the single best hook to open with if liked (or null).

Read the full file on GitHub · 72 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. 9d ago First seen · 72 lines · 36 tokens per session scan A 40c2dcbd5c84

Subscribe to this mod's changes

profile-screening is a skill published in the GitHub repository sumitaich1998/OpenDate (2 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 698 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

ha-discovery-augment

Augments an existing Home Assistant Custom Integration with one network or bus discovery mechanism beyond Zeroconf — DHCP, SSDP/uPnP, USB, HomeKit, or MQTT discovery — conforming to spec/ha/discovery-mechanisms. Sets the manifest matcher list, implements the typed asyncstep in configflow.py, forwards into a confirm…

nolte/claude-home-assistant · 224 tokens

build-bot-funnel

A workflow that turns a written conversation plan into a validated chatbot flow for Telegram, MAX, or Instagram.

skiddgoddamn/zaytsv-mcp · 137 tokens

hive.chart-creation-foundations

Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…

aden-hive/hive · 133 tokens

browser-edge-cases

SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.

aden-hive/hive · 40 tokens

make-a-deck

Slide presentation in HTML.

asgeirtj/system_prompts_leaks · 9 tokens

ha-data-stores

Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…

shiwenwen/hope-agent · 115 tokens