Stablehunter Agentic Payment Skills

Signal intelligence API and agent workflow for Agentic Payment builders

面向 Agentic Payment Builder 的信号情报与 Agent 工作流

A public skill package for teams building agent payment, stablecoin settlement, merchant payment, wallet, compliance, and agent commerce workflows. The first MVP skill is agentic-payment-signal-radar.

面向 Agent 支付、稳定币结算、商户支付、钱包、合规和 Agent Commerce 工作流团队的公开 Skill 包。首个 MVP Skill 是 agentic-payment-signal-radar

MVP

One skill, wired to existing Stablehunter signal surfaces.

一个 Skill,接入 Stablehunter 现有信号表面。

This is a focused agent workflow, not a new crawler. It calls existing curated signals and v1-lite research snapshots, then creates a short radar brief.

这是一个聚焦的 Agent 工作流,不是新爬虫。它调用现有精选信号和 v1-lite 研究快照,再生成简短 Radar 简报。

The live Radar reads the newest public Daily Signal. Paid v1-lite endpoints return HTTP 402 until the caller provides a valid token or payment credential.实时 Radar 读取最新公开 Daily Signal。付费 v1-lite 接口会在调用者提供有效 Token 或支付凭证前返回 HTTP 402。

Curated signals

Pulls Stablehunter-selected Agentic Payment signals when access is available.

在获得访问权限后读取 Stablehunter 精选的 Agentic Payment 信号。

GET https://cms.stablehunter.com/api/public/source-intelligence/signals?topic=payment_api

V1-lite snapshot

Uses compact topic snapshots for source coverage, signal clusters, entities, and caveats.

使用轻量主题快照读取来源覆盖、信号聚类、实体和限制说明。

GET https://cms.stablehunter.com/api/public/source-intelligence/research-snapshots?topic=payment_api

Workflow output

Normalizes results into signal, why it matters, affected builder, evidence links, and next action.

将结果标准化为信号、重要性、受影响 Builder、证据链接和下一步行动。

radar_brief.items[].{title, why_it_matters, builder_action, source_url}

Install shape

Drop it into an agent skill folder.

放入 Agent 的 Skill 目录即可使用。

mkdir -p ~/.codex/skills/agentic-payment-signal-radar
curl -L https://stablehunter.ai/assets/skills/agentic-payment-signal-radar/SKILL.md \
  -o ~/.codex/skills/agentic-payment-signal-radar/SKILL.md

The instructions keep the boundary explicit: no new scraping, social crawling, trading advice, or unsupported claims.

说明文件明确限定边界:不新增网页抓取或社交爬虫,不提供交易建议,不输出无证据结论。

Demo

Agentic Payment Radar

The Radar checks v1-lite access, reads the newest curated signal surface, then formats a builder brief.

Radar 会检查 v1-lite 访问状态、读取最新精选信号,再整理为 Builder 简报。