Loading Daily Signal
正在加载日报
This section reads the live CMS Daily Signal API.
这里会读取 CMS 的实时 Daily Signal API。
Signal Detail
Signal 详情页
Track the infrastructure layer behind machine-executable payments.
追踪机器可执行支付背后的基础设施变化。
This signal starts from a dedicated source list, applies payment-specific screening rules, and turns matching updates into Telegram and Feishu bot briefs, with WeChat planned next.
这个 Signal 从专属信息源列表开始,应用支付场景专属筛选标准,再把命中的更新整理成 Telegram 和飞书 Bot 可推送的 brief;微信会作为下一步规划渠道。
Daily Signals
A full daily report embedded directly in the Agentic Payment Signal page. Pick another date to read or share a specific report.
每日完整日报直接嵌入 Agentic Payment Signal 页面。你可以切换日期,也可以分享整篇日报或单条 signal。
This section reads the live CMS Daily Signal API.
这里会读取 CMS 的实时 Daily Signal API。
Step 02
第二步
Step 03
第三步
When an update passes the filter, Stablehunter turns it into a short signal brief and routes it to the configured channels.
当某条更新通过筛选标准后,Stablehunter 会把它整理成短 brief,并推送到配置好的渠道。
Agent / Skill Access
Agent / Skill 接入
Agentic Payment Signal is also available as a public, no-auth Markdown Skill package. External agents can use it to fetch today's Daily Signal and route the brief into their own workflow.
Agentic Payment Signal 也提供公开、无需认证的 Markdown Skill package。外部 Agent 可以用它获取今日 Daily Signal,并把 brief 路由到自己的 workflow。
Markdown Skill
Markdown Skill
For any AI agent or workflow builder. Open it, paste it into your agent instructions, or keep it as a source contract.
适合任何 AI Agent 或 workflow builder。可以打开后粘贴到 Agent instructions,也可以作为 source contract 使用。
Copy this file into ~/.codex/skills/agentic-payment-signal/SKILL.md, then Codex can discover it as a local skill.
把这个文件复制到 ~/.codex/skills/agentic-payment-signal/SKILL.md,Codex 就可以把它作为本地 skill 发现和使用。
Paste this into a Claude Project, Claude custom instructions, or Claude Code context to make the signal callable in Claude workflows.
可以粘贴到 Claude Project、Claude custom instructions,或 Claude Code context 里,让 Claude workflow 可以调用这个 Signal。
A portable capability spec for Hermes-style agent workflows: trigger conditions, public input, output contract, and routing rules.
面向 Hermes 风格 agent workflow 的可移植能力说明:包含触发条件、公开输入、输出合约和路由规则。
---
name: agentic-payment-signal
description: Retrieve Stablehunter AI Agentic Payment Daily Signal and route it into an agent workflow.
---
# Agentic Payment Signal Skill
Use this skill when an external agent needs today's curated Agentic Payment Daily Signal.
Endpoint:
GET /api/daily-digests/{digestDate}?category=information_signal
Output:
- signal_name
- digest_date
- title
- item_count
- items[]
- canonical_url
---
name: agentic-payment-signal
description: Retrieve Stablehunter AI Agentic Payment Daily Signal and route it into an agent workflow.
---
# Agentic Payment Signal Skill
当外部 Agent 需要获取今日精选 Agentic Payment Daily Signal 时使用。
Endpoint:
GET /api/daily-digests/{digestDate}?category=information_signal
Output:
- signal_name
- digest_date
- title
- item_count
- items[]
- canonical_url