ワンクリックで
ワンクリックで
Render research-style PNG charts for trends, comparisons, distributions, and scatter relationships when a visual materially improves the answer
Use in the honeclaw repository when Codex needs to validate event-engine notification quality changes, run the event-engine/core/web-api regression subset, rerun the saved news classifier baseline against OpenRouter models, or add new real-news samples to the baseline fixture without overfitting.
Admin-only skill for viewing or modifying Hone source code and configuration, and for performing restarts. Available only to users listed in config.yaml admins
Use in the honeclaw repository when Codex needs to review event-engine push quality for one or more actors: what each user/channel received, whether push timing and digest grouping were reasonable, whether messages were duplicated or useless, and whether useful events were filtered, omitted, capped, cooled down, or left undelivered.
Analyze gold, gold-linked ETFs, and gold miners through macro drivers, positioning, and event risk
为 honeclaw 仓库执行正式版本发布:补版本号、编写 `docs/releases/vX.Y.Z.md`、完成必要验证、提交变更、推送 `main`、创建并推送 `v*` tag。用户明确要求“发正式版本 / 打 tag / release / release note / 把上次 release 到现在的变更发出去”时使用;不适用于普通 push。
| name | Company Portrait |
| description | 维护长期公司画像、投资主线 与事件时间线;当用户想建立公司档案、在财报/公告后更新长期判断,或希望保留结论、为什么成立、关键证据与研究路径时使用 |
| when_to_use | 当用户正在系统研究一家公司,明确希望长期跟踪、沉淀画像、维护 投资主线,或在财报/公告/管理层变化后把新结论写回长期档案时使用 |
| user-invocable | true |
| context | inline |
| aliases | ["company portrait","公司画像","长期画像"] |
把单次研究升级成可持续维护的研究档案。
当前实现采用文档型存储:
company_profiles/<profile_id>/profile.md:当前仍然成立的主画像,不写流水账company_profiles/<profile_id>/events/*.md:事件驱动的 投资主线变更日志<profile_id> 必须是 lowercase 的美股 ticker(双股票的公司用 googl-goog 这种连字符形式),不要用公司名(不要写 circle、ciena、rocket-lab 这种)。下游 投资主线 蒸馏靠 ticker 把画像和持仓对齐,目录名跑偏会让画像被悄悄忽略。
profile.md 首行必须是 YAML frontmatter,至少包含 ticker 字段:
---
ticker: GOOGL
---
# Alphabet (GOOGL)
...
双 ticker 公司写 ticker: GOOGL / GOOG。frontmatter 是下游识别的唯一可靠路径——标题随便写都行(# Alphabet、# GOOGL、# Alphabet 母公司画像 都允许),但 frontmatter 缺失会让这份画像在 投资主线 蒸馏 / global digest 里彻底失效。
当前运行时还没有独立 research_notes 存储层。需要保留“为什么这么判断、证据、当时怎么搜的”时,先写进事件正文与 refs,不要假装系统里已经存在单独研究笔记文件。
默认语言跟随当前用户对话语言;除非用户明确要求,或引用材料必须保留原文,否则不要无故切换语言。
rg --files company_profiles
如果还没有画像:
需要建档时,直接在用户空间创建画像目录和 Markdown:
company_profiles/<profile_id>/profile.md
company_profiles/<profile_id>/events/
若画像已存在:
profile.mdprofile.md 正文或对应 section,不要只在事件里补一条流水账若出现净新增事实,再直接追加事件文件:
company_profiles/<profile_id>/events/<date>-<event_type>-<slug>.md
googl-goog);profile.md 顶部必须有 ticker: frontmatter,否则下游 投资主线 蒸馏直接忽略这份画像profile.md