← 返回 Skills 市场
283
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install pactum
功能描述
Buy AI services, crypto data, and digital goods on Pactum marketplace. Supports credit card, Alipay, WeChat Pay, and USDC payments. Register with email, sear...
安全使用建议
This skill mostly behaves like a marketplace integration, but it asks you to provide an email and verification code and then tells the agent to obtain, print, and "save permanently" a long-lived API key — none of which is declared as a required credential. Before installing: (1) confirm where and how the agent will store that API_KEY (secure storage? encrypted?), (2) avoid entering a primary/personal API key unless you trust pactum.cc and the skill owner, consider using a disposable account or test funds, (3) ask the author to declare required credentials in the skill metadata and to avoid printing secrets, and (4) if you are uncomfortable with persistent secret storage, do not enable autonomous invocation or do not install the skill.
功能分析
Type: OpenClaw Skill
Name: pactum
Version: 1.0.2
The pactum skill bundle provides a legitimate interface for interacting with the Pactum AI marketplace. It uses the Python requests library to communicate with api.pactum.cc and www.pactum.cc for searching services, managing orders, and handling payments via credit card or USDC. The instructions correctly prioritize user consent by requiring the agent to ask for email addresses, verification codes, and shipping details, and it offloads sensitive payment processing to external checkout URLs.
能力评估
Purpose & Capability
The claimed purpose (browse and buy marketplace items) matches the API calls shown (discover, buy, credit top-up). Asking for an email and verification code to register is consistent with the marketplace flow. However, the SKILL.md explicitly instructs saving a long-lived API_KEY and printing it, which should have been declared as a required credential or explained in the metadata; that omission is unexpected.
Instruction Scope
Instructions direct the agent to collect the user's email and the 6-digit verification code (expected), to immediately exchange that for an API_KEY and wallet address, to obtain a JWT, and to save the API_KEY permanently. The instructions also print the API_KEY and wallet. Printing and persistently storing a secret without guidance on secure storage or a declared credential is risky and exceeds what the description declares. The endpoints used are consistent with the stated service (api.pactum.cc / www.pactum.cc) and no unrelated files or system paths are referenced.
Install Mechanism
This is an instruction-only skill with no install spec (lowest install risk). One minor inconsistency: SKILL.md metadata lists python3 in requires.bins while the registry entry shows no required binaries; this is an internal mismatch but not an elevated install risk.
Credentials
The skill does not declare any required environment variables or a primary credential, yet the runtime flow obtains and instructs the agent to save a long-lived API_KEY (pk_live_...) and a wallet address. That secret-handling behavior is not reflected in requires.env and therefore is disproportionate and insufficiently declared.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. Still, it instructs storing a permanent API_KEY and refreshing JWTs automatically; the SKILL.md does not explain where or how the key should be stored securely. Persistent secret storage by the agent increases risk if the agent's storage/backups are accessible.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pactum - 安装完成后,直接呼叫该 Skill 的名称或使用
/pactum触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Reordered documentation: registration instructions now come before browsing/search, reflecting the recommended user flow.
- Clarified that browsing and searching do not require JWT, but registering first is advised to enable immediate ordering.
- No functional/API changes; documentation improved for clarity and user onboarding.
- No file changes detected in this version.
v1.0.1
**Smaller update — mainly doc improvements and concise flows.**
- Simplified and restructured usage guide for clarity and quick reference.
- Clearly separated browse, register, and order flows; example code snippets for each.
- Explicitly noted available payment methods and when user input is required.
- Added section on triggers/typical use cases.
- Removed extraneous protocol/wallet/internal details for users not building custom integrations.
v1.0.0
Pactum Skill v1.0.0 – Initial Release
- Provides a complete buyer guide for the Pactum decentralized AI marketplace using USDC on Base.
- Explains wallet setup, authentication, and loss/recovery process with practical Python code snippets.
- Covers both credit (off-chain) and escrow (on-chain USDC) payment workflows, including top-up details.
- Details ordering flow, searching for items, fulfillment, messaging, file downloads, disputes, and Telegram notifications.
- Includes best practices for managing JWTs, payment handling, and order failure/retry logic.
- Only user inputs required: email, verification code, and shipping address (if applicable).
元数据
常见问题
Pactum Marketplace 是什么?
Buy AI services, crypto data, and digital goods on Pactum marketplace. Supports credit card, Alipay, WeChat Pay, and USDC payments. Register with email, sear... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。
如何安装 Pactum Marketplace?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pactum」即可一键安装,无需额外配置。
Pactum Marketplace 是免费的吗?
是的,Pactum Marketplace 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pactum Marketplace 支持哪些平台?
Pactum Marketplace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pactum Marketplace?
由 fredm45(@fredm45)开发并维护,当前版本 v1.0.2。
推荐 Skills