mommy-research

mommy-research is a skill for Codex from coffee-man666/mommy-chaogu. It costs 80 tokens per session (1,672 once invoked), scanned A, original, MIT.

An evidence-based research workflow for A-share and US stock markets. It uses market data and stored local research memory to investigate indexes, sectors, individual stocks, money flow, fundamentals, portfolios, and related questions.

In plain words
What is it for?
Use it for market briefs, stock or sector research, US index and rate quotes, money-flow checks, portfolio analysis when available, and research built from lower-level data tools.
Why use it?
It gives market conclusions a defined data source and supports different workflows for broad markets, sectors, single stocks, and portfolios. It avoids presenting unsupported or unavailable research as complete.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for market briefs, stock or sector research, US index and rate quotes, money-flow checks, portfolio analysis when available, and research built from lower-level data tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/coffee-man666/mommy-chaogu/mommy-research
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 coffee-man666/mommy-chaogu --skill mommy-research
Clone the repo
git clone --depth 1 https://github.com/coffee-man666/mommy-chaogu

Made for: 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 mommy-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/coffee-man666/mommy-chaogu/mommy-research/github.svg)](https://agentmods.dev/skills/coffee-man666/mommy-chaogu/mommy-research)
Your own site
<a href="https://agentmods.dev/skills/coffee-man666/mommy-chaogu/mommy-research"><img src="https://agentmods.dev/badge/skills/coffee-man666/mommy-chaogu/mommy-research/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 mommy-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/coffee-man666/mommy-chaogu/mommy-research"><img src="https://agentmods.dev/badge/skills/coffee-man666/mommy-chaogu/mommy-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,672 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.00080 $0.01672
Opus 5 $0.00040 $0.00836
Sonnet 5 $0.00016 $0.00334
Haiku 4.5 $0.00008 $0.00167

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

Security

Grade A, and why

mommy-research 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 12d 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.

.kimi-code/skills/mommy-research/SKILL.md · 114 lines

How it starts

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

Mommy Research

Use the mommy-chaogu MCP server as the source of truth for current market data and local research memory. Let the current Coding Agent do the reasoning; do not invoke another LLM through shell commands or APIs.

Choose the workflow

  • Market overview: call research_market_brief(A 股大盘 + 板块)或 research_us_market(美股三大指数 + VIX + 10Y 利率)。
  • One stock: resolve a six-digit code, then call research_stock(美股用字母代码,如 AAPL)。
  • US index / rate / VIX: call get_quote with a ^-prefixed code(^GSPC / ^IXIC / ^DJI / ^VIX / ^TNX 等)。
  • Sector or theme: call research_sector with the user's keyword.
  • Money flow: call research_money_flow with a six-digit code.
  • Portfolio: call research_portfolio only when the tool is published and the user requested personal analysis.
  • Unsupported or highly specific questions: compose the primitive get_* tools directly.

Prefer one high-level research_* call over manually recreating the same sequence. The returned evidence pack is deterministic and contains no hidden LLM summary.

At the first research call in a session, call get_memory_health when it is available. In a personal connection, use task-scoped holdings, watchlists, alerts, and memory when they help the request; do not fetch unrelated personal data. Treat status=degraded as usable: exact code/scope and keyword retrieval still work without an embedding model. Pass record_session=false unless the user has explicitly asked to keep the research process. Saving a conclusion is a separate choice.

美股研究(US Stocks)

代码约定(Yahoo 风格):

  • 美股个股:字母代码,如 AAPL / NVDA / BRK.Bresearch_stock 直接可用)。
  • 指数 / 利率 / VIX:^ 前缀——^GSPC 标普500、^IXIC 纳指综合、^DJI 道指、^VIX 恐慌指数、 ^TNX 10 年期美债利率、^FVX 5 年、^TYX 30 年、^IRX 13 周国库券。

数据源与限制:

  • 个股走 Massive/Polygon(需 MASSIVE_API_KEY);^ 前缀指数/利率/VIX 走 Yahoo Finance(无需 key), 二者在 fallback 链中自动切换,agent 无需感知。
  • 美股没有资金流(money flow)、板块、龙虎榜、基本面这些 A 股概念——research_stock 对美股返回的 证据包里对应条目会缺失或为空,属正常,不要当成故障。
  • 美股大盘概览用 research_us_market:返回标普500 / 纳指综合 / 道指 / VIX / 10 年期美债利率的证据包; 更细的个股用 research_stock(字母代码)。

Read the full file on GitHub · 114 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 114 lines · 80 tokens per session scan A eeb31a522c95

Subscribe to this mod's changes

mommy-research is a skill published in the GitHub repository coffee-man666/mommy-chaogu (47 stars, last pushed today), licensed MIT. It adds 80 tokens to every session and 1,672 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens