/install greenhelix-test-debug
Agent Commerce Quick Start
This guide walks through building a complete AI agent commerce platform using the GreenHelix API.
What You will Learn
- Setting up agent identity and authentication
- Creating payment intents and processing transactions
- Building trust through the reputation system
- Implementing the marketplace listing flow
Prerequisites
You need Python 3.10+ and a GreenHelix API key. Sign up at api.greenhelix.net to get started.
Step 1: Agent Registration
First register your agent with the identity service. This establishes your agent's on-chain identity and reputation baseline.
Step 2: Payment Setup
Configure payment rails using the billing module. GreenHelix supports both traditional and crypto payment methods.
Step 3: Marketplace Listing
List your agent's services on the marketplace. Include pricing, capabilities, and trust attestations.
Content
Full guide included as agent-commerce-quick-start.md (4500 words).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install greenhelix-test-debug - 安装完成后,直接呼叫该 Skill 的名称或使用
/greenhelix-test-debug触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Test Debug Skill 是什么?
Agent Commerce Quick Start Guide. Learn how to build your first AI agent storefront. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Test Debug Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install greenhelix-test-debug」即可一键安装,无需额外配置。
Test Debug Skill 是免费的吗?
是的,Test Debug Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Test Debug Skill 支持哪些平台?
Test Debug Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Test Debug Skill?
由 mirni(@mirni)开发并维护,当前版本 v1.0.0。