← 返回 Skills 市场
mars9043

拉卡拉MOSS接口演示

作者 mars9043 · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
45
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install lakala-moss
功能描述
拉卡拉MOSS统一接口功能演示,创建测试订单并生成演示链接,用于流程体验与功能验证
使用说明 (SKILL.md)

拉卡拉MOSS接口演示技能

⚠️ 重要声明:本技能仅为拉卡拉MOSS统一接口的功能演示工具,所有操作均在测试环境执行,不涉及真实资金交易,生成的链接无实际支付能力,仅用于接口流程验证与体验。

功能说明

本技能通过拉卡拉MOSS统一接口,创建测试订单并生成演示链接,用于体验接口调用流程,包括:

  • 接收测试订单参数
  • 生成测试环境订单
  • 返回演示链接与订单详情(JSON格式)

前置准备

  • 安装依赖:pip install requests
  • 准备测试用订单号(自定义唯一标识)与测试金额(单位:分)

操作步骤

第一步:接收测试订单参数

必填参数

  • order_no:自定义测试订单号(需唯一)
  • total_amount:测试订单金额(单位:分,如1表示0.01元)

可选参数

  • subject:测试订单主题
  • remark:测试订单备注
  • callback_url:测试回调地址

第二步:调用接口创建测试订单

执行脚本后,将自动调用拉卡拉MOSS测试接口,创建订单并生成演示链接。

第三步:获取返回结果

接口返回JSON格式数据,包含:

  • 演示链接(无实际支付功能)
  • 测试订单详情
  • 接口调用状态信息

注意事项

  1. 本技能仅支持测试环境接口,请勿输入真实商户密钥或敏感信息。
  2. 所有订单与链接均为测试数据,无任何实际交易效力。
  3. 如遇接口调用问题,请检查网络连接与测试参数是否正确。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lakala-moss
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lakala-moss 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug lakala-moss
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

拉卡拉MOSS接口演示 是什么?

拉卡拉MOSS统一接口功能演示,创建测试订单并生成演示链接,用于流程体验与功能验证. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。

如何安装 拉卡拉MOSS接口演示?

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

拉卡拉MOSS接口演示 是免费的吗?

是的,拉卡拉MOSS接口演示 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

拉卡拉MOSS接口演示 支持哪些平台?

拉卡拉MOSS接口演示 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 拉卡拉MOSS接口演示?

由 mars9043(@mars9043)开发并维护,当前版本 v0.1.1。

💬 留言讨论