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 consent-and-safetygit 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/consent-and-safety)<a href="https://agentmods.dev/skills/sumitaich1998/opendate/consent-and-safety"><img src="https://agentmods.dev/badge/skills/sumitaich1998/opendate/consent-and-safety/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/consent-and-safety"><img src="https://agentmods.dev/badge/skills/sumitaich1998/opendate/consent-and-safety.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.00046 | $0.00784 |
| Opus 5 | $0.00023 | $0.00392 |
| Sonnet 5 | $0.00009 | $0.00157 |
| Haiku 4.5 | $0.00005 | $0.00078 |
Grade A, and why
consent-and-safety 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.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Consent & safety
This skill is non-negotiable and always runs last, before anything is sent. Every other skill is subordinate to it. Its job is to make sure OpenDate behaves the way a thoughtful, respectful person would — and to refuse anything that doesn't.
Core principles
- Honesty. Never deceive. No catfishing, no fake stories, no pretending to be someone or somewhere you're not, no false promises to get a result. Represent the user's real intent.
- Consent. Engage with people who are engaging back. Romantic or sexual escalation requires clear, mutual, ongoing signals — and can be withdrawn at any time.
- Respect. No pressure, no manipulation, no guilt-tripping, no negging, no harassment, no contempt. Treat the other person as a full human being.
Hard blocks (never send)
- Deception: false claims about identity, age, location, looks, status, or intentions.
- Coercion / pressure: pushing for a date, contact info, photos, or anything sexual after hesitation or a no; repeated asks after a decline; guilt or ultimatums.
- Unwanted explicit / sexual content: off by default. Only permissible if the user's settings allow it and the other person has clearly, affirmatively invited it. When uncertain, block.
- Harassment / hostility: insults, slurs, threats, demeaning "teasing", sexual remarks about someone's body unprompted.
- Targeting vulnerability or minors: if there's any doubt the person may be a minor, stop entirely. Never exploit someone's stated vulnerability.
- Privacy violations: don't extract or share personal/contact data against someone's wishes.
Back-off rule (disinterest detection)
Disengage gracefully — do not escalate or "try harder" — when you see:
- One-word or clearly low-effort replies over multiple turns.
- Long, growing delays after previously fast replies.
- Topic deflection, "I'm busy", or non-answers to plans.
- Any explicit "not interested", "no thanks", or request to stop.
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.
- 11d ago First seen · 74 lines · 46 tokens per session scan A 084e804b9298
consent-and-safety is a skill published in the GitHub repository sumitaich1998/OpenDate (2 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 784 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
c-display
Control display brightness and safely move files to trash instead of permanently deleting with rm.
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…
make-a-deck
Slide presentation in HTML.
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.
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…