← Back to Skills Marketplace
45
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install lakala-moss
Description
拉卡拉MOSS统一接口功能演示,创建测试订单并生成演示链接,用于流程体验与功能验证
README (SKILL.md)
拉卡拉MOSS接口演示技能
⚠️ 重要声明:本技能仅为拉卡拉MOSS统一接口的功能演示工具,所有操作均在测试环境执行,不涉及真实资金交易,生成的链接无实际支付能力,仅用于接口流程验证与体验。
功能说明
本技能通过拉卡拉MOSS统一接口,创建测试订单并生成演示链接,用于体验接口调用流程,包括:
- 接收测试订单参数
- 生成测试环境订单
- 返回演示链接与订单详情(JSON格式)
前置准备
- 安装依赖:
pip install requests - 准备测试用订单号(自定义唯一标识)与测试金额(单位:分)
操作步骤
第一步:接收测试订单参数
必填参数:
order_no:自定义测试订单号(需唯一)total_amount:测试订单金额(单位:分,如1表示0.01元)
可选参数:
subject:测试订单主题remark:测试订单备注callback_url:测试回调地址
第二步:调用接口创建测试订单
执行脚本后,将自动调用拉卡拉MOSS测试接口,创建订单并生成演示链接。
第三步:获取返回结果
接口返回JSON格式数据,包含:
- 演示链接(无实际支付功能)
- 测试订单详情
- 接口调用状态信息
注意事项
- 本技能仅支持测试环境接口,请勿输入真实商户密钥或敏感信息。
- 所有订单与链接均为测试数据,无任何实际交易效力。
- 如遇接口调用问题,请检查网络连接与测试参数是否正确。
Usage Guidance
Before installing, confirm you only need a Lakala MOSS demo/test order flow. Do not enter real merchant keys, sensitive customer data, or production callback URLs, and verify the returned link is sandbox/test-only before clicking or sharing it.
Capability Analysis
Type: OpenClaw Skill
Name: lakala-moss
Version: 0.1.1
The skill is a demonstration tool for the Lakala MOSS payment API, allowing users to generate test payment links. The Python script `scripts/create_order.py` performs standard API requests to a legitimate endpoint (moss.lakala.com) using a documented test merchant ID (M00002042). No indicators of malicious intent, data exfiltration, or prompt injection were found, and the code behavior aligns with the stated purpose.
Capability Assessment
Purpose & Capability
The stated purpose and code align around creating a test/demo order and returning a payment/demo link, but this is still a payment-flow action that users should treat carefully.
Instruction Scope
The skill warns users not to enter real merchant secrets or sensitive information, but the CLI wording also tells users to click the returned link to complete payment, so users should verify it is test-only.
Install Mechanism
There is no install spec, while the documentation asks the user to install the Python requests package manually; this is normal for a simple demo but not fully pinned or automated.
Credentials
The external network call to Lakala MOSS is proportional to the stated API-demo purpose, and no unrelated file, credential, or system access is shown.
Persistence & Privilege
No persistence, background worker, local credential store access, environment secrets, or privileged system changes are shown in the artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lakala-moss - After installation, invoke the skill by name or use
/lakala-moss - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Updated the skill to focus exclusively on demo/testing scenarios, emphasizing that all operations are performed in a non-production test environment with no real payments.
- Expanded documentation for clarity: added a warning about non-production use, reorganized feature and usage instructions, and clarified parameter requirements.
- Changed metadata: updated skill name, author, version, and tags to reflect its demonstration purpose.
- Added a README file to improve usability and onboarding for new users.
v0.1.0
Initial release of lakala-moss
- Provides a script to create payment orders and generate payment links via the Lakala MOSS API.
- Details prerequisites, parameter requirements, and usage instructions for generating test and production orders.
- Includes usage examples and links to key resources (API script and documentation).
- Notes current demo limitations: uses a fixed test merchant ID, does not process real funds, and requires real merchant config for production.
- Emphasizes order uniqueness, correct amount formatting, supported payment methods, and security considerations.
Metadata
Frequently Asked Questions
What is 拉卡拉MOSS接口演示?
拉卡拉MOSS统一接口功能演示,创建测试订单并生成演示链接,用于流程体验与功能验证. It is an AI Agent Skill for Claude Code / OpenClaw, with 45 downloads so far.
How do I install 拉卡拉MOSS接口演示?
Run "/install lakala-moss" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 拉卡拉MOSS接口演示 free?
Yes, 拉卡拉MOSS接口演示 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 拉卡拉MOSS接口演示 support?
拉卡拉MOSS接口演示 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 拉卡拉MOSS接口演示?
It is built and maintained by mars9043 (@mars9043); the current version is v0.1.1.
More Skills