ops-go

ops-go is a skill for Claude Code from Lifecycle-Innovations-Limited/claude-ops. It costs 30 tokens per session (4,126 once invoked), scanned A, original, MIT.

A morning briefing skill that gathers selected updates, including unread messages and system warnings.

In plain words
What is it for?
Use it for a daily summary based on your owner, time zone, channels, daemon health, and available WhatsApp data.
Why use it?
It puts the day's configured information in one briefing and checks whether the WhatsApp connection is live before using it.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; names the AskUserQuestion tool; positional $N argument.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the ops plugin — 66 skills, 21 agents, 5 hooks, 1 MCP server shipped together

Good fit Use it for a daily summary based on your owner, time zone, channels, daemon health, and available WhatsApp data.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Lifecycle-Innovations-Limited/claude-ops
Claude Code
/plugin install ops

Made for: Claude Code.

Or install ops, the plugin that ships this one along with the rest of its 66 skills, 21 agents, 5 hooks, 1 MCP server.

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 ops-go

README.md
[![agentmods](https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-go/github.svg)](https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-go)
Your own site
<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-go"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-go/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 ops-go

Your own site · 80×15
<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-go"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-go.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,126 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00030 $0.04126
Opus 5 $0.00015 $0.02063
Sonnet 5 $0.00006 $0.00825
Haiku 4.5 $0.00003 $0.00413

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

Security

Grade A, and why

ops-go 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 10d 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.

# direct curl from Bash for workspaces whose token_env is not bound to the MCP.
claude-ops/skills/ops-go/SKILL.md · 367 lines

How it starts

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

OPS ► MORNING BRIEFING

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).

Runtime Context

Before executing, load available context:

  1. Preferences: Read ${CLAUDE_PLUGIN_DATA_DIR:-$HOME/.claude/plugins/data/ops-ops-marketplace}/preferences.json

    • owner — use in the greeting header ("Good morning, [owner]")
    • timezone — display all timestamps in this timezone
    • default_channels — which channels to include in unread summary
  2. Daemon health: Read ${CLAUDE_PLUGIN_DATA_DIR}/daemon-health.json

    • If action_needed is not null → surface it before the briefing
    • Check whatsapp-bridge status before including WhatsApp unread counts
    • Also check bridge liveness: lsof -i :8080 | grep LISTEN
  3. WhatsApp pre-check: Only include WhatsApp data if bridge is running (lsof -i :8080 | grep LISTEN).

CLI/API Reference

whatsapp-bridge (WhatsApp — mcpwhatsapp*)

Bridge health — check before any WhatsApp operation:

  • Running: lsof -i :8080 | grep LISTEN → proceed
  • Not running → launchctl kickstart -k gui/$(id -u)/com.${USER}.whatsapp-bridge, wait 5s
Tool Params Output
mcp__whatsapp__list_chats {sort_by: "last_active"} Array of chats with jid, name, last_message_time
mcp__whatsapp__list_messages {chat_jid, limit, query} Message array with is_from_me, content, timestamp

gog CLI (Gmail/Calendar)

Command Usage Output
gog calendar events --all --today --json --sort start Today's events across all calendars (sorted by start time) Calendar events with CalendarID field for attribution
gog gmail search -j --results-only --no-input --max 30 "in:inbox" Search inbox JSON array of threads

Read the full file on GitHub · 367 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. 10d ago First seen · 367 lines · 30 tokens per session scan A 562f35d91733

Subscribe to this mod's changes

ops-go is a skill published in the GitHub repository Lifecycle-Innovations-Limited/claude-ops (187 stars, last pushed today), licensed MIT. It adds 30 tokens to every session and 4,126 once invoked, about $0.0002 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.