Stablehunter Agentic Payment Skills

Signal intelligence API and agent workflow for Agentic Payment builders

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.

MVP scope

One skill, wired to existing Stablehunter signal surfaces.

This is a focused agent workflow, not a new crawler or broad repository. The skill only calls Stablehunter's existing curated signals and v1-lite research snapshot surfaces, then turns the result into a short radar brief for agent workflows.

The current public demo can show curated Daily Signal output. V1-lite endpoints may return HTTP 402 until the caller has a valid token or payment credential.

Curated signals

Pulls Stablehunter-selected Agentic Payment signals from the Source Intelligence API when access is available.

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 builder-ready fields: signal, why it matters, affected builder, evidence links, and suggested next action.

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

Install shape

Drop it into an agent skill folder.

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 skill instructions keep the source boundary explicit: no web scraping, no social crawling, no trading advice, and no unsupported claims.

Demo

Agentic Payment Radar

The demo page shows the intended agent workflow: check v1-lite access, read a curated signal surface, then format the result into a radar brief.