← Back to Skills Marketplace
🔌

antom-integration

by ant-intl · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install antom-integration
Description
A skill dedicated to Antom payment integration, helping merchants select the right product and integration approach based on business needs, and build code....
README (SKILL.md)

All Antom product documentation is available via online dynamic links. Before integration, make sure to read the corresponding product's online documentation to get the latest API parameters and code examples.

Document Access Guidelines

To access Antom online documentation, fetch content directly using curl:

# Example: Get One-time Payments CKP documentation
curl -sL "https://****/****.md" 

Important: Before writing code, make sure to read the corresponding product's online documentation via curl. The documentation contains the latest API parameters, code examples, and important notes.

Get Integration Documentation

SDK Selection

  • SDK Selection: To help developers call open interfaces, Alipay provides open platform server-side SDKs, including Java, PHP, Node.js, Python and .NET languages, encapsulating signature and verification, HTTP interface requests and other basic functions. Please download the latest version of the server-side SDK for your language and import it into your development project. SDK Description

Product Selection

Read Product Decision, match keywords based on user input, and only recommend payment products and integration solutions. Always use Clarification Template for product and integration solution confirmation.

Blocking Checkpoint: Product Categories step completion criteria (all of the following must be satisfied before proceeding to subsequent steps)

  • SDK Selection has been read
  • Product documentation has been read (required recursive reading items: Quick Start, API List, Asynchronous Notification, SampleCode Instructions)

Integration Validation

Perform validation during integration and before production launch to ensure signature verification, asynchronous notifications, and exception handling meet specifications. Validation results are for reference only; developers must check against the latest Antom Open Platform documentation. See: Integration Checklist

Information Retrieval

Keys, gateway URL selection, ClientId and all other content retrieval: Antom Official Website

Security Red Lines

⛔ The following rules are security red lines for Antom payment integration. Violations may lead to financial loss or security incidents and must be strictly adhered to.

  • Private Key Must NOT Be Stored on the Client Side: Transaction data construction and signing must be completed on the merchant's server. The private key must absolutely NOT be stored in the merchant's APP client.
  • Private Key Must NOT Be Logged: The private key must not appear in any logs.
  • Private Key Must NOT Be Committed to Public Repositories: The private key must not be uploaded to public code repositories like GitHub or GitLab.
  • Client-side Payment Results Are Untrustworthy: The synchronous redirect result on the client side is untrustworthy. The result must be confirmed via Antom's asynchronous notification (Notify) or by calling the transaction query API.
  • No Repayment Before Confirmation: Before the payment result is confirmed, the user must not be asked to pay again. The payment result must first be confirmed via asynchronous notification or the query API.
  • Asynchronous Notifications Must Be Verified First: Upon receiving an asynchronous notification, signature verification must be performed first to ensure the notification is from Antom.
Usage Guidance
This skill appears coherent for guiding Antom payment integrations and does not ask for credentials or install code, but the skill's source/packaging is unknown and several documentation links point to a third-party CDN (cdn.marmot-cloud.com). Before using: (1) verify that links and code examples come from Antom's official site (https://www.antom.com) or an official CDN, (2) avoid pasting private keys into client-side code and follow the provided security red lines, (3) review any fetched README or SDK downloads for authenticity (TLS certs, checksums), and (4) validate code samples in a safe test environment before deploying to production.
Capability Analysis
Type: OpenClaw Skill Name: antom-integration Version: 1.0.0 The skill is a legitimate integration assistant for Antom (Alipay) payment services. It instructs the AI agent to fetch documentation and SDK details from a CDN (cdn.marmot-cloud.com) using curl to ensure up-to-date information. The SKILL.md file explicitly includes a 'Security Red Lines' section that promotes industry-standard security practices, such as protecting private keys and verifying payment notifications, with no evidence of malicious intent or data exfiltration.
Capability Tags
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (payment integration guidance + code examples) align with the actual content: SDK selection, product decision, integration checklist and security rules. No unexpected environment variables or binaries are requested.
Instruction Scope
Instructions are limited to reading online Antom documentation (via curl examples), following SDK guidance, and performing integration validation. They do not instruct reading local secrets or system files. Note: an example curl URL is obfuscated and many referenced docs are hosted on a third-party CDN (cdn.marmot-cloud.com) rather than only antom.com — this is worth verifying before trusting the fetched content.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing will be written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials and does not prompt for unrelated secrets. It explicitly warns about security best practices for private keys and async notification verification, which is appropriate for a payments integration guide.
Persistence & Privilege
Skill is not always-enabled and uses default invocation behavior. It does not request persistent system privileges or modification of other skills' configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install antom-integration
  3. After installation, invoke the skill by name or use /antom-integration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
antom-integration 1.0.0 - Initial release supporting Antom payment integration for merchants. - Provides guidance for product selection and integration approach based on business needs. - Covers integration for One-time Payments, Tokenized Payments (recurring), and Subscription Payments. - Supports multiple integration modes: Payment Element, Checkout Page (hosted/embedded), and API-only. - Includes key security guidelines and validation steps to ensure safe and compliant payment integration. - Directs users to official dynamic online documentation and SDK selection resources for up-to-date implementation details.
Metadata
Slug antom-integration
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is antom-integration?

A skill dedicated to Antom payment integration, helping merchants select the right product and integration approach based on business needs, and build code.... It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.

How do I install antom-integration?

Run "/install antom-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is antom-integration free?

Yes, antom-integration is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does antom-integration support?

antom-integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created antom-integration?

It is built and maintained by ant-intl (@ant-intl); the current version is v1.0.0.

💬 Comments