tip-promote

tip-promote is a command for Claude Code from Yorha9e/moamcp. It costs 26 tokens per session (361 once invoked), scanned A, original, MIT.

A command that turns a saved project Tip into a planned task for the current session.

In plain words
What is it for?
Use it to select a Tip, review its summary and next action, then add it to the session's todo list and mark it as planned.
Why use it?
It connects long-term project notes with the work you are doing now, while keeping the original background available. It asks for confirmation before changing the Tip or creating the task.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it to select a Tip, review its summary and next action, then add it to the session's todo list and mark it as planned.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/yorha9e/moamcp/tip-promote
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.

Clone the repo
git clone --depth 1 https://github.com/Yorha9e/moamcp

Made for: Claude Code.

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 tip-promote

README.md
[![agentmods](https://agentmods.dev/badge/commands/yorha9e/moamcp/tip-promote.svg)](https://agentmods.dev/commands/yorha9e/moamcp/tip-promote)
Your own site
<a href="https://agentmods.dev/commands/yorha9e/moamcp/tip-promote"><img src="https://agentmods.dev/badge/commands/yorha9e/moamcp/tip-promote.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 361 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.
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.00361
Opus 5 $0.00013 $0.00180
Sonnet 5 $0.00005 $0.00072
Haiku 4.5 $0.00003 $0.00036

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

Security

Grade A, and why

tip-promote 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 7d 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.

commands/tip-promote.md · 14 lines

What it actually says

把一个 Tip 提升为当前 Session 的执行 Todo。后端没有独立的 promote 工具,按以下编排执行:

  1. 取系统提示中当前 Working Directory 的绝对路径作为 workspace(moamcp 进程的 cwd 是插件根,不是项目根,不可用作 workspace)。
  2. $ARGUMENTS 为 Tip id;缺省时先调用 moa_tip_list(传 workspace)让用户选择。
  3. 调用 moa_tip_read(传 workspace 与 id),向用户展示 titlesummarynextAction 与当前 status,说明提升后的效果:Tip 状态改为 planned,并在当前 Session 创建一条 Todo。
  4. 用户确认后:
    • 调用宿主的 TodoList 工具新增一条 todo:title 默认使用 Tip 的 title;若 nextAction 对执行必要,把它压缩进同一个简短 title(例如 实现 X:先做 Y)或在创建前单独展示——宿主 TodoList 只有 title/status 两个字段,不要假设存在 description 字段
    • 调用 moa_tip_update(传 workspace、id、status="planned")。
  5. 向用户总结:Tip 继续保留项目级背景,Todo 只负责当前执行;实现完成后可再把 Tip 更新为 implemented 并记录 sourceRefs
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. 7d ago First seen · 14 lines · 26 tokens per session scan A 65370ed61496

Subscribe to this mod's changes

tip-promote is a command published in the GitHub repository Yorha9e/moamcp (2 stars, last pushed today), licensed MIT. It adds 26 tokens to every session and 361 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-31.