支付宝异步通知中继 — AI Agent Skill(Claude Code / Cursor)
免费提供公网异步通知地址,让本地开发环境也能实时接收支付宝异步通知(notify_url)。
无需自建服务、无需公网 IP、无需内网穿透,注册即用。服务端支持 HTTPS(TLS 1.3)+ 域名访问。
notify_url 回调的场景支付宝 ──POST──► 云端中继 ──SSE──► 本地 CLI 实时拉取
└───► 浏览器查看器(dev.html)
不需要 AI Agent,直接在终端跑 3 条命令就能收到支付宝异步通知:
# 1. 注册,获取你的专属 notify_url(服务地址向管理员获取)
python3 scripts/cli.py register --server https://www.opensupport.cc --name my-dev
# 输出示例:
# ✓ 注册成功!
# notify_url
# ┌──────────────────────────────────────────────────────────────────┐
# │ https://www.opensupport.cc/notify/<your-token> │
# └──────────────────────────────────────────────────────────────────┘
# 2. 把 notify_url 传入支付宝下单接口(不是在开放平台控制台配置)
# Java: request.setNotifyUrl("<输出的 notify_url>");
# Python: client.page_execute(request, notify_url="<输出的 notify_url>")
# 3. 开始监听,支付成功后通知实时到达
python3 scripts/cli.py listen
收到通知后终端输出:
┃ 新通知 #1
┃ 时间 2026-04-12 23:55:01
┃ 订单号 TEST202604122347040ccf52
┃ 交易号 2026041222001100001038276505
┃ 金额 0.01
┃ 状态 TRADE_SUCCESS ✓
更多命令:
python3 scripts/cli.py list # 查询通知列表
python3 scripts/cli.py get 1 # 查看通知详情
python3 scripts/cli.py export 1 # 导出原始报文
python3 scripts/cli.py verify 1 # RSA2 验签(需 pip install cryptography)
python3 scripts/cli.py ack 1 # 确认通知,停止支付宝重试
浏览器查看器:访问 https://www.opensupport.cc/dev.html,用 API Key 登录后可实时查看通知、金额、状态,支持原始报文复制和 ACK 确认。
这也是一个标准的 AI Agent Skill。安装到支持 Skill 的 AI 编程工具后,对 Agent 说一句话就行:
帮我接收支付宝异步通知
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource