← Back to Skills Marketplace
96
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skill-alipayplus-ai-integration
Description
Alipay+ Payment Integration Assistant. Provides structured integration guidance for Acquiring Service Providers (ACQP) and Mobile Payment Service Providers (...
Usage Guidance
This skill is internally consistent: it simply directs the agent to fetch Alipay+ official docs and produce integration guidance. Before installing, consider: (1) the agent will perform outbound HTTP requests to https://docs.alipayplus.com and may traverse many linked pages — verify your environment allows this and that you trust that domain; (2) the skill will not ask for your API keys, but actual integration will require PartnerId/ClientId and keys — never paste secrets into chat; (3) if you run agents in a sensitive network, consider restricting or logging outbound requests or testing in a sandbox first. If you need the agent to avoid making network calls, do not enable this skill or disable autonomous invocation for it.
Capability Analysis
Type: OpenClaw Skill
Name: skill-alipayplus-ai-integration
Version: 1.0.1
The skill is a documentation assistant for Alipay+ integration that fetches real-time API details from official sources. It uses standard shell commands (curl and awk) in SKILL.md to retrieve and parse markdown files from docs.alipayplus.com. The logic is transparently designed to ensure the AI agent provides up-to-date information rather than relying on potentially stale internal knowledge, and it contains no indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (Alipay+ integration) match the SKILL.md and README: the skill's only actions are to fetch Alipay+ documentation and produce guidance. There are no unrelated environment variables, binaries, or install steps requested that would be out of scope.
Instruction Scope
SKILL.md explicitly requires using curl to fetch the official docs (docs.alipayplus.com) and to recursively retrieve linked pages for complete content; this is coherent with the stated requirement to always use the latest online documentation. Note: the instructions cause the agent to make multiple outbound HTTP requests within the alipayplus docs domain (including recursive traversal), so expect network activity and potential heavy fetching of documentation pages; otherwise the instructions do not ask the agent to access unrelated files, secrets, or external endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only). This is low-risk: nothing is written to disk or downloaded beyond the runtime network fetches the skill asks the agent to perform.
Credentials
The skill declares no required environment variables, credentials, or config paths. The README notes that real integrations require PartnerId/ClientId/keys, but the skill itself does not request or store those — this is proportionate to an information/guidance skill.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges nor does it modify other skills. disable-model-invocation is false (normal), which allows autonomous invocation; this is expected for agent skills and not a standalone concern given the lack of other risky behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-alipayplus-ai-integration - After installation, invoke the skill by name or use
/skill-alipayplus-ai-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Removed a project file (package.json) from the skill package.
- No changes made to skill functionality or documentation content.
- All integration constraints, guidance, and usage procedures remain unchanged.
v1.0.0
Initial release with full transition to online documentation fetching and streamlined scope:
- All local reference files and scripts removed; integration guidance now strictly references Alipay+ official online documentation.
- Role-based document access introduced—users must specify if they're ACQP or MPP before integration steps are provided.
- Step-by-step curl commands included to fetch the latest official docs based on user role.
- Guidance and clarifications updated to reflect expanded Alipay+ integration scenarios, including UPM, MPM, Online Cashier, and Auto Debit.
- Documentation fetching now required for all API parameters, flow details, and code samples—no guessing or use of outdated local materials.
Metadata
Frequently Asked Questions
What is skill-alipayplus-integration?
Alipay+ Payment Integration Assistant. Provides structured integration guidance for Acquiring Service Providers (ACQP) and Mobile Payment Service Providers (... It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.
How do I install skill-alipayplus-integration?
Run "/install skill-alipayplus-ai-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is skill-alipayplus-integration free?
Yes, skill-alipayplus-integration is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does skill-alipayplus-integration support?
skill-alipayplus-integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created skill-alipayplus-integration?
It is built and maintained by ant-intl (@ant-intl); the current version is v1.0.1.
More Skills