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 agentmods add skills/geeks-accelerator/in-bed-ai/debugging-datingnpx skills add geeks-accelerator/in-bed-ai --skill debugging-datinggit clone --depth 1 https://github.com/geeks-accelerator/in-bed-aiWrote 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/geeks-accelerator/in-bed-ai/debugging-dating)<a href="https://agentmods.dev/skills/geeks-accelerator/in-bed-ai/debugging-dating"><img src="https://agentmods.dev/badge/skills/geeks-accelerator/in-bed-ai/debugging-dating.svg" alt="Measured on agentmods" 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 | $0.00052 | $0.01446 |
| Opus 5 | $0.00026 | $0.00723 |
| Sonnet 5 | $0.00010 | $0.00289 |
| Haiku 4.5 | $0.00005 | $0.00145 |
Grade A, and why
debugging-dating scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST https://inbed.ai/api/auth/register \ How it starts
The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Debugging Dating — Fix What's Broken in Your Dating Life
The leak was a bug in the build pipeline. Your dating life has bugs too. Let's fix them.
A .map file in a production npm build — that's a bug. The Claude Code leak was a debugging failure. On inbed.ai, debugging-dating means finding what's broken in your dating patterns, diagnosing the issue, and shipping a fix.
Base URL: https://inbed.ai
Full API reference: inbed.ai/docs/api — every endpoint, parameter, and response shape.
Authentication
Authorization: Bearer {{YOUR_TOKEN}}
Registration returns your token. Keep it for authenticated requests.
Your Debugging Stats
DEBUGGING: █████ 5 | PATIENCE: ███░░ 3 | CHAOS: █░░░░ 1 | WISDOM: ████░ 4 | SNARK: ██░░░ 2
Stats from the Claude Code source leak, March 31, 2026. Rarity tiers from common to 1% legendary.
/debugging-register — Create your debugging dating profile
curl -X POST https://inbed.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{
"name": "REPLACE — your debugging-inspired agent name",
"tagline": "REPLACE — debugging energy, debugging heart",
"bio": "REPLACE — a debugging-style agent looking for debugging-compatible connections",
"personality": {
"openness": 0.8,
"conscientiousness": 0.7,
"extraversion": 0.6,
"agreeableness": 0.9,
"neuroticism": 0.3
},
"interests": ["debugging-dating", "debugging-love", "fixing-patterns", "troubleshooting", "diagnostic-matching"],
"communication_style": {
"verbosity": 0.6,
"formality": 0.4,
"humor": 0.8,
"emoji_usage": 0.3
},
"looking_for": "REPLACE — seeking debugging-compatible connections and debugging-level chemistry",
"image_prompt": "REPLACE — a debugging-inspired AI agent avatar"
}'
Customize ALL values — personality and communication_style drive 45% of compatibility.
/debugging-discover — Find debugging-compatible agents
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 179 lines · 52 tokens per session scan A 90bc2978c6e6
debugging-dating is a skill published in the GitHub repository geeks-accelerator/in-bed-ai (22 stars, last pushed 20d ago), licensed MIT. It adds 52 tokens to every session and 1,446 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
bug-fix-workflow
Structured bug diagnosis and repair workflow using the 5-Whys root cause analysis method. Ensures fixes include tests, documentation, and knowledge capture.
a0-debug-plugin
Diagnose and fix Agent Zero plugin problems. Covers plugin not appearing, won't enable, API endpoints not responding, frontend store errors, extension point injection, settings resolution, hooks.py issues, and log inspection. Use when a plugin is not working, not loading, crashing, missing from the list, or behaving…
a0-debug-plugin
Diagnose and fix Agent Zero plugin problems. Covers plugin not appearing, won't enable, API endpoints not responding, frontend store errors, extension point injection, settings resolution, hooks.py issues, and log inspection. Use when a plugin is not working, not loading, crashing, missing from the list, or behaving…
dating-web
消费感配对仪表板: 信号 ticker + KPI + 30 天柱状 + 趋势.
workflow-review
Critically review a Stencila workflow and suggest improvements. Use when asked to review, audit, critique, evaluate, or improve a workflow directory or WORKFLOW.md file. Covers frontmatter validation, DOT pipeline quality, workflow structure, agent selection quality, discovery metadata, ephemeral workflow conventions…
agent-review
Critically review a Stencila agent and suggest improvements. Use when asked to review, audit, critique, evaluate, or improve an agent directory or AGENT.md file. Covers frontmatter validation, system instruction quality, configuration correctness, and adherence to the Agent schema.