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.
npx skills add sumitaich1998/OpenDate --skill profile-screeninggit clone --depth 1 https://github.com/sumitaich1998/OpenDateWrote 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.
[](https://agentmods.dev/skills/sumitaich1998/opendate/profile-screening)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 (ornull).
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.
- 9d ago First seen · 72 lines · 36 tokens per session scan A 40c2dcbd5c84
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.
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…
build-bot-funnel
A workflow that turns a written conversation plan into a validated chatbot flow for Telegram, MAX, or Instagram.
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…
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.
make-a-deck
Slide presentation in HTML.
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…