← Back to Skills Marketplace
fredm45

Pactum Marketplace

by fredm45 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
283
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pactum
Description
Buy AI services, crypto data, and digital goods on Pactum marketplace. Supports credit card, Alipay, WeChat Pay, and USDC payments. Register with email, sear...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pactum
  3. After installation, invoke the skill by name or use /pactum
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Slug pactum
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 283 downloads so far.

How do I install Pactum Marketplace?

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

Is Pactum Marketplace free?

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

Which platforms does Pactum Marketplace support?

Pactum Marketplace is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pactum Marketplace?

It is built and maintained by fredm45 (@fredm45); the current version is v1.0.2.

💬 Comments