소스 정보
- 저장소
- B-M-Capital-Research/honeclaw
- 최근 소스 활동
- 2026년 5월 3일 04:06
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 744
- 포크
- 110
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/B-M-Capital-Research/honeclaw --skill company-portrait명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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.
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.
基于 HONE 已授权的历史演讲与研究文件所形成的公司研究卡,回答覆盖美股公司的基本面、商业模式、护城河、估值框架、风险、证伪条件与每日评分。用户询问覆盖公司的投资逻辑、公司质量、护城河、当前估值、财报变化、红黄绿灯、评分原因或多公司比较时必须优先使用;历史研究只作为判断基线,最新行情、财报、新闻、订单和估值输入必须继续通过当前证据工具核验。
SOC 직업 분류 기준
SKILL.md 표시 중
| 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