Missed Digest Items
- Repo stars 640
- License MIT
- Author repo honeclaw
职责
当用户敲 /missed 或自然语言问「digest 没推什么」时,调 missed_events 工具捞回
event-engine 的 delivery_log,把被主动筛掉的事件用人话报给用户。
工具调用模板
默认看过去 24 小时:
missed_events()
用户提到「最近一周」「7 天」之类时把 since_hours 调到 168:
missed_events({"since_hours": 168})
用户嫌列表太长,可以缩 limit(默认 30):
missed_events({"since_hours": 24, "limit": 10})
输出格式约定(回给用户)
按下面这个 schema 渲染,不要把工具的原始 JSON 直接贴出来:
🗂 过去 N 小时被筛掉的事件 · 共 X 条
【数量上限截断】(capped / price_capped)
• $AMD [新闻] · AMD's earnings preview 标题
来源:fmp.stock_news:foo · 时间:HH:MM
【同 ticker 冷却】(cooled_down / price_cooled_down)
• ...
【噪音过滤】(omitted)
• ...
【你的偏好过滤】(filtered)
• ...
按 status 分组,每组只在确实有条目时才列出标题。每条 1-2 行(标题 +
来源 + 时间)。Symbol 用 $AAPL 形式开头让用户一眼看到关注的标的。
URL 有就用 <a> 链接(渠道支持时);否则不强加。
注意
- 用户问「为什么 X 没推」: 工具结果里
status+reason字段已经回答了, 原文报给用户。如果工具没返回 X,大概率 X 根本没进 router(没匹配到持仓, 或被全局 disabled_kinds 砍),这种情况告诉用户「没在最近 N 小时的 digest 策略里被处理过,可能根本没进 event 引擎」。 - 工具只查当前用户自己的;构造期已硬绑定 actor,用户不能用此命令查 别人。
- 工具默认 24 小时;不要无理由扩到 168(全 7 天数据量大,渲染长)。
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @B-M-Capital-Research · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 当用户敲 /missed 或自然语言问「digest 没推什么」时,调 missedevents 工具捞回 event-engine 的 deliverylog,把被主动筛掉的事件用人话报给用户。
默认看过去 24 小时: 用户提到「最近一周」「7 天」之类时把 sincehours 调到 168: 用户嫌列表太长,可以缩 limit(默认 30):
按下面这个 schema 渲染,不要把工具的原始 JSON 直接贴出来: 按 status 分组,每组只在确实有条目时才列出标题。每条 1-2 行(标题 + 来源 + 时间)。Symbol 用 $AAPL 形式开头让用户一眼看到关注的标的。
用户问「为什么 X 没推」: 工具结果里 status + reason 字段已经回答了, 原文报给用户。如果工具没返回 X,大概率 X 根本没进 router(没匹配到持仓, 或被全局 disabledkinds 砍),这种情况告诉用户「没在最近 N 小时的 digest
## 职责
当用户敲 `/missed` 或自然语言问「digest 没推什么」时,调 `missed_events` 工具捞回
event-engine 的 `delivery_log`,把被主动筛掉的事件用人话报给用户。
## 工具调用模板
默认看过去 24 小时:
```
missed_events()
```
用户提到「最近一周」「7 天」之类时把 `since_hours` 调到 168:
```
missed_events({"since_hours": 168})
```
用户嫌列表太长,可以缩 `limit`(默认 30):
```
missed_events({"since_hours": 24, "limit": 10})
```
## 输出格式约定(回给用户)
按下面这个 schema 渲染,**不要把工具的原始 JSON 直接贴出来**:
```
🗂 过去 N 小时被筛掉的事件 · 共 X 条
【数量上限截断】(capped / price_capped)
• $AMD [新闻] · AMD's earnings preview 标题
来源:fmp.stock_news:foo · 时间:HH:MM
【同 ticker 冷却】(cooled_down / price_cooled_down)
• ...
【噪音过滤】(omitted)
• ...
【你的偏好过滤】(filtered)
• ...
```
按 status 分组,每组只在确实有条目时才列出标题。每条 1-2 行(标题 +
来源 + 时间)。Symbol 用 `$AAPL` 形式开头让用户一眼看到关注的标的。
URL 有就用 `<a>` 链接(渠道支持时);否则不强加。
## 注意
- 用户问「为什么 X 没推」: 工具结果里 `status` + `reason` 字段已经回答了,
原文报给用户。如果工具没返回 X,大概率 X 根本没进 router(没匹配到持仓,
或被全局 disabled_kinds 砍),这种情况告诉用户「没在最近 N 小时的 digest
策略里被处理过,可能根本没进 event 引擎」。
- 工具只查**当前用户自己**的;构造期已硬绑定 actor,用户不能用此命令查
别人。
- 工具默认 24 小时;不要无理由扩到 168(全 7 天数据量大,渲染长)。 Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> 职责 → 工具调用模板 → 输出格式约定(回给用户) → 注意
terms -> 不要把工具的原始 JSON 直接贴出来 · 当前用户自己 · 当用户敲 /missed 或自然语言问「digest 没推什么」时,调 missedevents 工具捞回 event-engine 的 deliverylog,把被主动筛掉的事件用人话报给用户。 · 【同 ticker 冷却】(cooleddown / pricecooleddown) • ... · 【噪音过滤】(omitted) • ... · 【你的偏好过滤】(filtered) • ... · 按 status 分组,每组只在确实有条目时才列出标题。每条 1-2 行(标题 + 来源 + 时间)。Symbol 用 $AAPL 形式开头让用户一眼看到关注的标的。
files/cmd -> /missed · missedevents · deliverylog · sincehours · limit · $AAPL · <a> · status
body sha256 -> f18120b6d97c
Decide Fit First
Design Intent
How To Use It
Boundaries And Review