소스 정보
- 저장소
- B-M-Capital-Research/honeclaw
- 최근 소스 활동
- 2026년 8월 2일 15:58
- 감지된 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 notification-preferences명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
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 已授权的历史演讲与研究文件所形成的公司研究卡,回答覆盖美股公司的基本面、商业模式、护城河、估值框架、风险、证伪条件与每日评分。用户询问覆盖公司的投资逻辑、公司质量、护城河、当前估值、财报变化、红黄绿灯、评分原因或多公司比较时必须优先使用;历史研究只作为判断基线,最新行情、财报、新闻、订单和估值输入必须继续通过当前证据工具核验。
| name | Notification Preferences |
| description | 管理当前用户的市场事件推送偏好,把中文自然语言映射到 notification_prefs 工具 |
| when_to_use | 当用户想调整"要收什么 / 不要收什么"类的推送开关时(静音、只看重要、不要新闻、只要财报等) |
| user-invocable | true |
| context | inline |
| allowed-tools | ["notification_prefs"] |
管理当前 actor(也只能是当前 actor——工具在构造时已绑定身份)对市场事件推送的个人偏好。
allow_kinds / block_kinds 的值必须从以下里选,其它值会被工具直接拒绝:
earnings_upcoming, earnings_released, earnings_call_transcript,
news_critical,
price_alert, weekly52_high, weekly52_low,
dividend, split,
sec_filing, analyst_grade,
macro_event, social_post
| 用户说法 | 调用 |
|---|---|
| "先别推了" / "静音" | notification_prefs(action="disable") |
| "恢复推送" / "开回来" | notification_prefs(action="enable") |
| "只看重要的" | notification_prefs(action="set_min_severity", value="high") |
| "一般的也推吧" | notification_prefs(action="set_min_severity", value="medium") |
| "只推我持仓相关的" | notification_prefs(action="set_portfolio_only", value=true) |
| "什么都推" | notification_prefs(action="set_portfolio_only", value=false) |
| "不要新闻 / 不要分析师评级" | notification_prefs(action="block_kinds", value=["news_critical","analyst_grade"]) |
| "只要财报和 SEC" | notification_prefs(action="allow_kinds", value=["earnings_released","earnings_upcoming","sec_filing"]) |
| "别再限制 kind 了" | notification_prefs(action="clear_allow") 或 clear_block |
| "价格涨跌到 8% 提醒,之后每 4 个点再提醒" | notification_prefs(action="update_delivery_controls", value={"price_high_pct":8,"price_realert_step_pct":4}) |
| "看看现在是什么设置 / 实际会怎么提醒" | notification_prefs(action="get_overview"),直接转发 display_text |
| "全部恢复默认" | notification_prefs(action="reset") |
get / get_overview / reset 的改动,先调一次 get 看当前状态,避免误覆盖。update_delivery_controls,不要拆成两次写入。get_overview,直接转发 display_text;它包含系统事件引擎和全局 kind 开关、继承的候选档、普通/大仓位最终阈值、重复步长来源、实际候选示例、每日 High 上限,以及普通同标的冷却对盘中价格阶梯的例外。不要只根据原始 prefs 猜测最终行为。allow_kinds 的数组里需要包含 earnings_upcoming 和 earnings_released——两者是不同的 kind,只填一个会漏。block_kinds 优先级高于 allow_kinds。如果用户之前设过白名单,之后 block 一个重叠的 kind 也会生效。config.yaml 里把某个 kind 关了——那类事件无论如何都不会推给任何人,即使用户把它放进 allow_kinds。这条解释给用户,不要误以为是工具问题。price_high_pct* 是首次即时提醒阈值,price_realert_step_pct 是首次命中后的最小前进步长。系统 poller 只产生固定候选档;用户阈值不落在候选网格上时,真实首次 band 会向上落到下一条候选档,必须以 get_overview 返回的示例为准。immediate_kinds 里的 price_alert 不能绕过显式价格阈值;价格事件始终由最终价格策略判断。SOC 직업 분류 기준