Add Beryl Agent and harness source
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: report-writer
|
||||
description: 把广告日报或周报整理为含曝光到购买漏斗的中文图片报告。
|
||||
---
|
||||
# Report Writer
|
||||
|
||||
报告包含账户总结、关键指标、Campaign/商品/素材要点、风险、数据时间范围和恰好 3 条建议。
|
||||
|
||||
日报和周报必须调用 `save_report_image` 生成 PNG,不再以 Markdown 草稿作为最终交付。调用要求:
|
||||
|
||||
- 日报使用 `reportType: daily`,周报使用 `reportType: weekly`。
|
||||
- 必须提供“曝光 → 点击 → 购买”三阶段漏斗,三阶段使用同一指标族、同一时间范围和归因口径。
|
||||
- TikTok Shop 优先使用 `product_impressions → product_clicks → orders`。
|
||||
- 无法安全聚合时,阶段值和转化率写 `N/A`,并在 `funnelCaption` 与 `limitations` 说明原因;不得拼接不同粒度数据。
|
||||
- `recommendations` 必须恰好 3 条。
|
||||
- 最终只向用户交付 PNG 图片路径。
|
||||
Reference in New Issue
Block a user