← Back to Skills Marketplace
codecodeing

Huifu DouGong Pay Shared Base

by 青衫墨痕 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install huifu-dougong-pay-shared-base
Description
汇付支付斗拱共享基础资料 Skill:集中收纳签名规则、异步通知规则、服务端多语言 SDK 矩阵、前端 JS SDK 矩阵和发布治理清单。适合作为聚合支付与托管支付两个体系的公共入口。触发词:签名规则、异步通知、多语言 SDK、发布检查、共享基础资料。
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install huifu-dougong-pay-shared-base
  3. After installation, invoke the skill by name or use /huifu-dougong-pay-shared-base
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug huifu-dougong-pay-shared-base
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Huifu DouGong Pay Shared Base?

汇付支付斗拱共享基础资料 Skill:集中收纳签名规则、异步通知规则、服务端多语言 SDK 矩阵、前端 JS SDK 矩阵和发布治理清单。适合作为聚合支付与托管支付两个体系的公共入口。触发词:签名规则、异步通知、多语言 SDK、发布检查、共享基础资料。 It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.

How do I install Huifu DouGong Pay Shared Base?

Run "/install huifu-dougong-pay-shared-base" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Huifu DouGong Pay Shared Base free?

Yes, Huifu DouGong Pay Shared Base is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Huifu DouGong Pay Shared Base support?

Huifu DouGong Pay Shared Base is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Huifu DouGong Pay Shared Base?

It is built and maintained by 青衫墨痕 (@codecodeing); the current version is v1.0.0.

💬 Comments