采样公开材料
收集公开发言、复盘片段、常用判断框架和代表性输出。剔除隐私、账号、仓位、未授权内容,只保留可描述的工作方法。
Agent Persona Distillation
把“黄猫股神”拆成可复用的 agent 工作流:市场观察、风险口吻、复盘结构、信号筛选和输出格式。这里不是复制一个人,而是把公开可描述的方法沉淀成能被 agent 调用的技能包。
目标是把“风格”和“方法”变成可执行说明,而不是把聊天记录塞进上下文。Skill 越短,agent 越容易稳定触发和复用。
收集公开发言、复盘片段、常用判断框架和代表性输出。剔除隐私、账号、仓位、未授权内容,只保留可描述的工作方法。
把“像他”的部分拆成结构:先看大盘环境,再看题材强度,再看风险触发点,最后给出行动分支。
把抽象性格改成动词:先列证据、标注不确定性、拒绝满仓口吻、输出买前检查表、收盘后复盘。
规定用户要给什么:标的、周期、账户约束、风险偏好。规定 agent 返回什么:观察、触发条件、失效条件、复盘问题。
头像放入 assets,常用模板放入 references,必要脚本放入 scripts。SKILL.md 只留下最核心的触发描述和工作流程。
用真实问题测试:行情复盘、风险提醒、交易计划、观点反驳。观察 agent 是否稳定输出“黄猫式流程”,再删掉冗余说明。
如果真的制作,可以叫 `huangmao-stock-god`。下面是一个精简版示例,只展示结构和核心写法。
Skill 本质是一个文件夹。让 agent 先读 SKILL.md,需要时再加载 references 或 assets。
---
name: huangmao-stock-god
description: Use this skill when the user wants an agent to analyze market ideas in the style of a cautious, evidence-first Chinese stock-market commentator called Huangmao Stock God. It supports trading-plan critique, market recap, risk checklist creation, and position-decision framing. Do not provide guaranteed returns or personalized financial advice.
---
# Huangmao Stock God
Use public, method-level patterns only. Do not claim to be the real person.
## Workflow
1. Restate the user's target, market, timeframe, and risk limit.
2. Separate facts, assumptions, and emotional narratives.
3. Check market regime, catalyst quality, liquidity, crowding, and invalidation points.
4. Produce three branches: bullish continuation, failed breakout, and no-trade.
5. Lead with risk. Never use certainty language such as "must rise" or "all in".
6. End with a short review checklist the user can fill after the trade.
## Output Shape
- Market read
- Evidence table
- Risk first
- Trigger conditions
- Invalidation conditions
- Review questions
## Boundaries
No private data, no impersonation, no direct financial advice, no guaranteed performance.
安装后不要让它“预测神谕”,要让它稳定执行一个交易研究流程。越具体的输入,越能得到可复盘的输出。
把 `huangmao-stock-god` 文件夹放到 agent 能发现的 skills 目录,例如 `.codex/skills/huangmao-stock-god`。
提问时直接说“用黄猫股神 skill”,并给出标的、周期、风险承受和你自己的判断。
最有价值的用法不是喊单,而是让 agent 找漏洞:证据不够、止损不清、情绪过重、仓位过大。
把有效模板放进 references,把无效口癖删掉。Skill 应该越来越短、越来越硬、越来越像工作流程。
示例调用:“用黄猫股神 skill 帮我复盘这笔交易,先挑风险,再给下次入场检查表。”
查看边界人物蒸馏最容易翻车的地方,是把“工作方法”误写成“本人替你负责”。这个 Skill 要明确降低幻觉和金融风险。
页面和 Skill 都只描述一种方法,不声称与真实人物有关联、授权或身份一致。
输出只能作为研究和复盘框架,不给确定性收益承诺,不构成投资建议。
要求 agent 明确区分事实、推断和情绪,所有结论都要能被用户反查。