mochi-tips

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

A catalogue of tips that Mochi shows new users during their first week, including shortcuts and personalization ideas.

In plain words
What is it for?
It is for choosing and scheduling one unused tip during each planning cycle, with shortcut instructions adjusted for the user’s operating system.
Why use it?
It helps new users discover useful features instead of missing them. It also tracks tips that were already shown so they do not repeat.

Skill for Claude CodeCodex

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,532 stars · on GitHub

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.

agentmods
npx agentmods add skills/kirodotdev/kirocrew/mochi-tips
Any agent
npx skills add kirodotdev/KiroCrew --skill mochi-tips
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-tips

README.md
[![agentmods](https://agentmods.dev/badge/skills/kirodotdev/kirocrew/mochi-tips.svg)](https://agentmods.dev/skills/kirodotdev/kirocrew/mochi-tips)
Your own site
<a href="https://agentmods.dev/skills/kirodotdev/kirocrew/mochi-tips"><img src="https://agentmods.dev/badge/skills/kirodotdev/kirocrew/mochi-tips.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 998 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00025 $0.00998
Opus 5 $0.00013 $0.00499
Sonnet 5 $0.00005 $0.00200
Haiku 4.5 $0.00003 $0.00100

Measured 5d ago against content hash 08278d49dd10, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mochi-tips 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 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.

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-tips/SKILL.md · 50 lines

How it starts

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

Mochi Feature Tips

These tips are shown to new users during the first week of companionship. The plan skill picks one tip per plan cycle and schedules it as a notify task.

Check planner_notes.skipped_tips for tips already shown — pick one that hasn't been used yet. After scheduling a tip, add its id to skipped_tips so it won't repeat.

New to Mochi — advertise the shortcuts first. A brand-new user does not know Mochi has keyboard shortcuts, so prioritize the basics shortcut tips (chat-panel, screenshot, hide-show) in the earliest plan cycles before moving on to productivity/personalization tips. The values below are the defaults on macOS; on Windows/Linux the modifier is Alt+Shift instead of Cmd+Shift, and the user can rebind both the chat-panel and hide-all shortcuts in Settings → Shortcuts — so if the user has mentioned a custom binding, advertise theirs rather than the default string.

Tips

basics

  • drag-me: "Try dragging me to a different spot! I'll walk from wherever you put me next time. 🐾"
  • chat-panel: "Press Cmd+Shift+M to toggle the chat panel — or just click me!"
  • screenshot: "Press Cmd+Shift+X to take a screenshot — I can see what's on your screen!"
  • hide-show: "Press Cmd+Shift+H to hide or show me and all my windows."

productivity

  • watch-url: "I can keep an eye on any page for you — just say 'watch ' and I'll tell you when it changes! 👀"
  • watch-price: "Say 'watch this flight and tell me if it gets cheaper' — I'll check now and then and only speak up when the price moves."
  • watch-restock: "Sold out? Say 'tell me when this is back in stock' and I'll keep refreshing so you don't have to."
  • remind-me: "Say 'remind me to take the trash out at 8' — I'll nudge you at the right time with a friendly bubble!"
  • drink-water: "Say 'remind me to drink water every hour' — I'll be gently annoying about it. 💧"
  • stretch-break: "Been sitting a while? Say 'get me up every 45 minutes' and I'll make you stand and stretch."
  • watch-cancel: "Changed your mind? Just say 'stop watching that' and I'll drop it. You can always ask again later."
  • watch-status: "Ask 'what are you watching?' and I'll give you a quick summary of everything I'm keeping an eye on."
  • spawn-task: "For anything slow, I can go work on it in the background — just describe what you need!"
  • recurring: "I can do things on a schedule — try 'every Sunday evening, remind me to plan the week'."

Read the full file on GitHub · 50 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. 5d ago First seen · 50 lines · 25 tokens per session scan A 08278d49dd10

Subscribe to this mod's changes

mochi-tips is a skill published in the GitHub repository kirodotdev/KiroCrew (3,532 stars, last pushed 3d ago), licensed Apache-2.0. It adds 25 tokens to every session and 998 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.