Agentic Payment Daily Report
Daily briefing for Visa Greater China Agentic Payment lead (Visa Intelligent Commerce).
Workflow
0. Deduplicate against previous reports
Before searching, read the previous 2 days' reports from Obsidian:
Extract each reported news item's headline and source URL. During curation (step 1), filter out items that are:
- - Exact duplicate: same URL already reported
- Near duplicate: same topic/event with no meaningful new development
- Keep if updated: same topic but significant new development (merge update into existing entry)
1. Search & Curate (max 10 items)
Search for Agentic Payment news. Priority order:
- 1. Visa dynamics — Agentic Ready, VIC, Trusted Agent Protocol, APAC/China partnerships
- China/APAC market — agentic payment adoption, pilots, launches
- Competitor protocols — Mastercard Agent Pay, Stripe MPP/Tempo, Google AP2, Coinbase x402, MoonPay OWS
- Regulatory & data — compliance signals, industry data, trend analysis
2. Format each item
CODEBLOCK0
Tags: 🔴 重点必读 / 🟡 值得关注 / 🟢 背景信息
3. Deliver
A) Write to Obsidian
Path: INLINECODE1
Frontmatter:
CODEBLOCK1
B) Generate PDF
CODEBLOCK2
C) Push to WeChat
- 1. Send PDF as document via
message tool: action: send, channel: openclaw-weixin, target: o9cq80wFt50OIoe6Wk8BEIOaC6x4@im.wechat, accountId: 26eb1d27b81b-im-bot, media: /tmp/Agentic Payment日报-YYYY-MM-DD.pdf, INLINECODE8 - Output report text as final reply (system will auto-deliver via announce)
Cron Setup
Schedule: 50 8 * * * Asia/Shanghai (delivered to WeChat).
To create/update the cron job, use the payload message below as the agent prompt, with delivery configured for the target WeChat account.
Cron Prompt
CODEBLOCK3
Notes
- - Timeout budget: ~10 minutes (search + write + PDF + push)
- If WeChat push fails, ensure Obsidian file and PDF are still saved (they are the primary artifacts)
- Quality over quantity
技能名称: agentic-payment-daily
详细描述:
Agentic Payment 日报
Visa大中华区Agentic Payment负责人(Visa智能商务)每日简报。
工作流程
0. 与历史报告去重
在搜索前,从Obsidian读取前两天的报告:
- - /Users/juncai/Documents/OBVault-MacMini/02_work/Visa工作/VIC/Agentic-Payment-Daily-Report/YYYY-MM-DD.md
提取每条已报道新闻的标题和来源URL。在整理阶段(步骤1),过滤掉以下条目:
- - 完全重复: 同一URL已被报道
- 近似重复: 相同主题/事件,无有意义的新进展
- 更新则保留: 相同主题但有重大新进展(将更新合并到现有条目中)
1. 搜索与整理(最多10条)
搜索Agentic Payment相关新闻。优先级排序:
- 1. Visa动态 — Agentic Ready、VIC、可信代理协议、亚太/中国合作伙伴关系
- 中国/亚太市场 — agentic支付应用、试点、发布
- 竞争对手协议 — Mastercard Agent Pay、Stripe MPP/Tempo、Google AP2、Coinbase x402、MoonPay OWS
- 监管与数据 — 合规信号、行业数据、趋势分析
2. 格式化每条内容
[标签] 标题
- - 摘要 / Summary: 2-3句话(英文来源则双语)
- 💡 So What: 对Visa大中华区VIC的重要性
- 🎯 Action Item: 基于此应考虑采取的行动
- 🔗 来源: 标题
标签:🔴 重点必读 / 🟡 值得关注 / 🟢 背景信息
3. 交付
A) 写入Obsidian
路径:/Users/juncai/Documents/OBVault-MacMini/02_work/Visa工作/VIC/Agentic-Payment-Daily-Report/YYYY-MM-DD.md
前置元数据:
yaml
title: Agentic Payment 日报 - YYYY-MM-DD
date: YYYY-MM-DD
tags: agentic-payment, visa, daily-report
B) 生成PDF
bash
node scripts/convert-ap-report.mjs /tmp/Agentic Payment日报-YYYY-MM-DD.pdf
C) 推送至微信
- 1. 通过message工具将PDF作为文档发送:action: send、channel: openclaw-weixin、target: o9cq80wFt50OIoe6Wk8BEIOaC6x4@im.wechat、accountId: 26eb1d27b81b-im-bot、media: /tmp/Agentic Payment日报-YYYY-MM-DD.pdf、forceDocument: true
- 输出报告文本作为最终回复(系统将通过公告自动发送)
Cron设置
计划:50 8 * 亚洲/上海时区(推送至微信)。
要创建/更新cron任务,请使用以下有效载荷消息作为代理提示,并配置目标微信账号的投递。
Cron提示
按照 agentic-payment-daily 技能生成今日日报。
步骤A:写入Obsidian(路径 YYYY-MM-DD.md,短横线格式)→ echo 步骤A完成
步骤B:生成PDF → echo 步骤B完成
步骤C:微信推送PDF(channel: openclaw-weixin, target: o9cq80wFt50OIoe6Wk8BEIOaC6x4@im.wechat, accountId: 26eb1d27b81b-im-bot)→ echo 步骤C完成
步骤D:输出日报全文 → echo 步骤D完成
如果任何步骤失败,修复并重试。
备注
- - 超时预算:约10分钟(搜索+写入+PDF+推送)
- 如果微信推送失败,确保Obsidian文件和PDF仍被保存(它们是主要产出物)
- 质量优先于数量