mochi-watch

mochi-watch is a skill for Claude Code, Codex from kirodotdev/KiroCrew. It costs 26 tokens per session (2,517 once invoked), scanned A, original, Apache-2.0.

A watchlist checker that revisits URLs, chat channels, or other targets and compares their latest status with the previous check.

In plain words
What is it for?
Use it to monitor websites, Slack channels, or custom targets on a set schedule and decide what action to take when something changes.
Why use it?
It removes the need to repeatedly check the same sources by hand and highlights changes when they occur.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to monitor websites, Slack channels, or custom targets on a set schedule and decide what action to take when something changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kirodotdev/kirocrew/mochi-watch
About the project

Kiro Crew is a persistent development workspace where agents continue multi-step software work across sessions, schedules, and connected interfaces. Developers use it locally or remotely through a desktop app, web dashboard, CLI, Slack, or Discord, with unattended tasks and recurring jobs. The catalogue contains skills and instructions for working with this workspace.

kirodotdev/KiroCrew · 3,687 stars · on GitHub · kiro.dev

Install

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.

Any agent
npx skills add kirodotdev/KiroCrew --skill mochi-watch
Clone the repo
git clone --depth 1 https://github.com/kirodotdev/KiroCrew

Made for: Claude Code, Codex.

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 mochi-watch

README.md
[![agentmods](https://agentmods.dev/badge/skills/kirodotdev/kirocrew/mochi-watch.svg)](https://agentmods.dev/skills/kirodotdev/kirocrew/mochi-watch)
Your own site
<a href="https://agentmods.dev/skills/kirodotdev/kirocrew/mochi-watch"><img src="https://agentmods.dev/badge/skills/kirodotdev/kirocrew/mochi-watch.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,517 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00026 $0.02517
Opus 5 $0.00013 $0.01259
Sonnet 5 $0.00005 $0.00503
Haiku 4.5 $0.00003 $0.00252

Measured 8d ago against content hash 525e407da2d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

mochi-watch 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 8d 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.

src/kiro_crew/apps/builtins/mochi/agents/skills/mochi-watch/SKILL.md · 165 lines

How it starts

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

@mochi-watch — Check Watch Items

Check watch items from the persistent watchlist, compare with last known status, and notify on changes.

The watchlist is its own scheduler. Each item's checkIntervalMins is consumed by the queue poller to decide when to re-check. NEVER create a cron_add / @kirocrew-cron job for a watch item — the cron would run the check a second time and burn tokens twice. When creating a watch item, ALWAYS set checkIntervalMins explicitly from the user's stated frequency (daily = 1440, hourly = 60, etc.); omitting it silently applies the 10-minute default, which is almost never what the user asked for. That value is remembered as baseIntervalMins and is the floor for every later adjustment.

Steps

1. Check Status

For each item, use the appropriate tool:

Kind How to check
url web_fetch({ url: "<target>" })
custom Decide based on the target description — web_fetch, or whatever available tool fits best
slack-channel Read the channel's recent messages since lastChecked, then summarize key topics. Use whichever Slack tool you actually have; do not guess at a name.
slack-topic Search Slack for <target>, newest first, and keep results newer than lastChecked. Same rule about tool names.

If a check fails, try an alternative tool before incrementing failCount. Only increment failCount if ALL alternatives also fail. Continue checking other items — don't abort the batch on one failure. If a slack-* item's kind needs a Slack tool you do not have, record that as the failure reason rather than improvising a tool call.

⚠️ CRITICAL: Even if a check fails (JS-rendered page, 403, network error, no data), you MUST still call update_watchlist with a historyEntry for that item. This advances nextCheckAfter so the item is not immediately re-checked on the next poll. Failing to write historyEntry causes the item to stay "due" forever, triggering a spawn storm (100+ agents per hour). Use changed: false and record the failure reason in result.

Read the full file on GitHub · 165 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. 8d ago First seen · 165 lines · 26 tokens per session scan A 525e407da2d6

Subscribe to this mod's changes

mochi-watch is a skill published in the GitHub repository kirodotdev/KiroCrew (3,687 stars, last pushed today), licensed Apache-2.0. It adds 26 tokens to every session and 2,517 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-08-30.