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 Lifecycle-Innovations-Limited/claude-ops --skill relationsgit clone --depth 1 https://github.com/Lifecycle-Innovations-Limited/claude-opsWrote 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/lifecycle-innovations-limited/claude-ops/relations)<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/relations"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/relations.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00027 | $0.01836 |
| Opus 5 | $0.00014 | $0.00918 |
| Sonnet 5 | $0.00005 | $0.00367 |
| Haiku 4.5 | $0.00003 | $0.00184 |
Grade A, and why
relations 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 4d 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 — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/ops:relations — Relationship Manager
Load ops-rules before acting. Public repo (no personal data). Outbound: one draft → one approval → one send. If AskUserQuestion / Workflow are missing, follow Rule 10 in ops-rules (Hermes: numbered options / two-turn Telegram card; delegate_task).
Relationship ledger and decision queue. Answers: who is owed a reply, what was promised, what is going cold, and what context a draft needs before it is written. It never sends anything.
Configuration
Every path and toggle comes from plugin userConfig, an env var, or $HOME.
Nothing in this skill is machine-specific.
| userConfig key | Env override | Default | Meaning |
|---|---|---|---|
relations_cli |
RELATIONS_CLI |
$HOME/.claude-ops/relations/bin/relations-cli |
Ledger CLI entry point (JSON out) |
relations_db_path |
RELATIONS_DB |
$HOME/.claude-ops/relations/people.db |
SQLite ledger, the factual source of truth |
relations_shadow_mode |
RELATIONS_SHADOW_MODE |
true |
When true, no external send on any channel |
relations_queue_limit |
RELATIONS_QUEUE_LIMIT |
10 |
Max decision-queue items per report |
relations_followup_limit_personal |
— | 1 |
Unanswered follow-ups allowed, personal |
relations_followup_limit_business |
— | 2 |
Unanswered follow-ups allowed, business |
relations_suppress_days |
— | 30 |
Minimum suppression after a dismissal |
Resolve in this order, first non-empty wins. Never hardcode an absolute path:
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.
- 4d ago First seen · 153 lines · 27 tokens per session scan A e144bb8ccaa1
relations is a skill published in the GitHub repository Lifecycle-Innovations-Limited/claude-ops (186 stars, last pushed yesterday), licensed MIT. It adds 27 tokens to every session and 1,836 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-09-03.
Other skills, from other repositories
meeting-agenda-optimizer
Designs effective meeting agendas, reduces meeting waste, and creates structured formats for recurring meetings. Analyzes meeting patterns to recommend which meetings to keep, combine, or eliminate.
release-notes
Generate and publish concise, evidence-based notes in the body of the latest existing GitHub Release. Use only when the user explicitly invokes $release-notes or explicitly asks to update the latest existing GitHub Release body. Do not invoke for general release planning, changelog, tag, or version tasks.
cog-braindump-capture
Capture raw thoughts with automatic domain classification and vault routing.
add-teams
Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.
sys-configure
Configure Claude Octopus — redirects to /octo:setup interactive wizard.
recipe-front-review
Reviews completed frontend implementation for governing-source compliance, scope economy, repository quality, and security, then applies user-approved React corrections.