← 返回 Skills 市场
codecodeing

Huifu DouGong Pay Shared Base

作者 青衫墨痕 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install huifu-dougong-pay-shared-base
功能描述
汇付支付斗拱共享基础资料 Skill:集中收纳签名规则、异步通知规则、服务端多语言 SDK 矩阵、前端 JS SDK 矩阵和发布治理清单。适合作为聚合支付与托管支付两个体系的公共入口。触发词:签名规则、异步通知、多语言 SDK、发布检查、共享基础资料。
使用说明 (SKILL.md)

版权声明:本 Skill 内容来源于上海汇付支付有限公司官方开放平台文档,版权归属上海汇付支付有限公司。如有疑问可咨询汇付支付客服:400-820-2819 / [email protected]

Source: Official Open Platform documentation of Shanghai Huifu Payment Co., Ltd.

Copyright: Shanghai Huifu Payment Co., Ltd.


汇付斗拱支付共享基础资料

这个 Skill 不负责某一个具体接口。
它负责放两条支付路径都会反复用到的公共资料,也是整个仓库的共享协议 / 治理 / 契约入口。

适配版本与复核信息

项目 内容
Skill 版本 1.1.0
当前适配范围 聚合支付 + 托管支付共享协议层、运行时矩阵、治理清单
最后复核日期 2026-04-08
官方文档来源 汇付开放平台加验签说明、异步消息说明、Java SDK 文档、收银台 JS SDK 文档

适用场景

你要解决什么 先看哪里
从 README 选择产品线 / 开发任务 / 技术栈后的共享入口 当前 Skill
签名规则 protocol/signing-v2.md
异步通知规则 protocol/async-notify.md
服务端多语言 SDK 入口 runtime/server-sdk-matrix.md
前端 JS SDK 入口 runtime/frontend-sdk-matrix.md
发布前检查 governance/release-checklist.md
版本治理 governance/versioning-policy.md

这份 Skill 的定位

它是共享资料层,也是整个仓库的公共契约入口。
README 负责帮助你先按产品线、开发任务、技术栈选择入口;一旦确定了方向,就应该先回到这里确认共享协议、运行时矩阵和发布治理规则。

对应的两条基础入口是:

推荐阅读顺序

1. 先从 README 选择产品线 / 开发任务 / 技术栈
2. 再看 shared-base 中的协议规则、运行时矩阵和治理清单
3. 最后进入对应 scenario skill

目录说明

protocol/

  • signing-v2.md:V2 签名和验签规则
  • async-notify.md:异步通知、幂等、应答格式和回调限制

runtime/

  • server-sdk-matrix.md:Java、PHP、C#、Python、Go 服务端 SDK 矩阵
  • frontend-sdk-matrix.md:前端 JS SDK 矩阵,说明商户侧页面如何承接组件化收银台

governance/

  • versioning-policy.md:版本治理规则
  • release-checklist.md:发布自检清单

阅读顺序

1. 先从 README 选择产品线 / 开发任务 / 技术栈
2. 再看 protocol/
3. 接着看 runtime/
4. 最后按业务进入 aggregation / hostingpay skill

使用边界

  1. 这份 Skill 只提供共享资料,不持有任何商户密钥。
  2. 这份 Skill 不是业务接口 skill,不直接回答具体下单字段怎么传。
  3. 如果进入具体业务场景,要继续看对应的 order / query / refund skill。

版权声明与联系方式见 copyright-notice.md

安全使用建议
This is a documentation-only skill summarizing Huifu payment protocol and SDK guidance and appears coherent and proportional. Before installing: verify the homepage/source link and licensing (CC-BY-NC-4.0 may restrict commercial reuse), do not paste production private keys into any skill input, and when implementing integrations follow the governance guidance to keep RSA private keys and production credentials in your own secure environment (CI secrets or a secrets manager). If you need automated code or runtime behavior (SDKs, examples), prefer official release artifacts from the vendor's official repositories rather than copying secrets into skill prompts.
功能分析
Type: OpenClaw Skill Name: huifu-dougong-pay-shared-base Version: 1.0.0 The skill bundle is a collection of documentation and architectural guidelines for integrating with the Huifu Payment (汇付支付) platform. It contains no executable code, shell scripts, or network-active components. The instructions in SKILL.md and associated markdown files (e.g., protocol/signing-v2.md, governance/credential-boundary.md) are strictly informational, focusing on API signing rules, asynchronous notification handling, and SDK versioning. There are no signs of prompt injection, data exfiltration, or malicious intent.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description match the provided files: protocol rules, SDK matrices, and governance checklists. The skill requires no env vars, binaries, or installs which is appropriate for a documentation-only shared-base.
Instruction Scope
SKILL.md and the included markdown files are documentation only (protocol, SDK matrices, release checklist) and do not instruct the agent to read unrelated files, execute commands, transmit data, or collect credentials. The 'usage boundary' explicitly states the skill does not hold or exfiltrate merchant keys.
Install Mechanism
No install spec and no code files — no software is downloaded or written to disk. This is the lowest-risk model and is proportionate for a docs skill.
Credentials
Skill declares no required environment variables, credentials, or config paths. The included governance file documents how consuming projects should handle secrets, which is consistent with a docs-only skill.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence or modify system/other-skill config. Model invocation is allowed (platform default) but the skill's scope is read-only documentation, so autonomous invocation does not materially increase risk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install huifu-dougong-pay-shared-base
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /huifu-dougong-pay-shared-base 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of 汇付支付斗拱共享基础资料 Skill. - Centralized common documentation: signature rules, async notification, server and frontend SDK matrices, and governance checklists for aggregated and hosted payment integrations. - Provides a shared protocol, runtime matrix, and governance entry point for the entire payment skill set. - Not responsible for individual interface details—focuses on commonly reused information and agreements. - Includes copyright/disclaimer and official support contact info.
元数据
Slug huifu-dougong-pay-shared-base
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Huifu DouGong Pay Shared Base 是什么?

汇付支付斗拱共享基础资料 Skill:集中收纳签名规则、异步通知规则、服务端多语言 SDK 矩阵、前端 JS SDK 矩阵和发布治理清单。适合作为聚合支付与托管支付两个体系的公共入口。触发词:签名规则、异步通知、多语言 SDK、发布检查、共享基础资料。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Huifu DouGong Pay Shared Base?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install huifu-dougong-pay-shared-base」即可一键安装,无需额外配置。

Huifu DouGong Pay Shared Base 是免费的吗?

是的,Huifu DouGong Pay Shared Base 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Huifu DouGong Pay Shared Base 支持哪些平台?

Huifu DouGong Pay Shared Base 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Huifu DouGong Pay Shared Base?

由 青衫墨痕(@codecodeing)开发并维护,当前版本 v1.0.0。

💬 留言讨论