← Back to Skills Marketplace
vduda

TruCheq Protocol

by Vlad · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trucheq-protocol
Description
Interact with TruCheq P2P commerce protocol - browse verified marketplace listings, chat with sellers via XMTP, pay via x402 on Base
Usage Guidance
The skill appears to do what it says, but verify the TRUCHEQ_API_URL endpoint before use. Ask the maintainer how authentication and payment proof generation are handled (does the server mediate payments and XMTP, or does the agent need wallet signing?). Do not supply private keys or secrets to the skill; test flows on the Sepolia/dev network only and confirm whether the API requires any API key or auth header. Be aware payments go directly to sellers (no escrow) and uploaded images/metadata will be sent to the configured TRUCHEQ_API_URL, so only use a trusted endpoint.
Capability Analysis
Type: OpenClaw Skill Name: trucheq-protocol Version: 1.0.0 The skill bundle provides instructions for an AI agent to interact with the TruCheq P2P commerce protocol. The SKILL.md file defines standard API interactions for browsing a marketplace, verifying identities via World ID, messaging through XMTP, and handling payments using the Coinbase x402 protocol on the Base Sepolia testnet. No malicious code, data exfiltration patterns, or harmful prompt injection attempts were found; the instructions are consistent with the stated purpose of facilitating P2P commerce.
Capability Assessment
Purpose & Capability
The skill describes marketplace browsing, XMTP messaging, and x402 payments and only requires curl plus two config keys (TRUCHEQ_API_URL, XMTP_ENV), which align with the described network/API interactions.
Instruction Scope
Instructions limit actions to GET/POST calls against {TRUCHEQ_API_URL} and uploading images; they do not instruct reading local secrets or unrelated files. However, they omit how sensitive operations are authorized (no mention of wallet signing, API keys, or how 'payment proof' is generated), which is an important ambiguity for any agent that will attempt payments or message sending.
Install Mechanism
This is an instruction-only skill with no install spec and only requires curl already present — lowest-risk install model.
Credentials
Only TRUCHEQ_API_URL and XMTP_ENV are listed as config requirements (no secret keys requested), which is proportionate. That said, sensitive actions (creating listings, XMTP messages, and x402 payment flows) normally require authentication or wallet signatures; the lack of declared credentials raises questions about where authorization happens (server-side vs. client-side).
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent system privileges; autonomous invocation is allowed (platform default) but not combined with other high-risk flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trucheq-protocol
  3. After installation, invoke the skill by name or use /trucheq-protocol
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
TruCheq Protocol Skill 1.0.0 – Initial Release - Browse verified P2P marketplace listings from the TruCheq protocol. - Fetch detailed listing data, including seller trust level (World ID verification). - Purchase items using Coinbase x402 payments on Base Sepolia testnet (USDC). - Chat securely with sellers via XMTP encrypted messaging. - Create listings with image upload; seller verification via World ID with multiple trust levels. - All marketplace and messaging operations routed through a simple API (no direct blockchain or IPFS interaction required).
Metadata
Slug trucheq-protocol
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TruCheq Protocol?

Interact with TruCheq P2P commerce protocol - browse verified marketplace listings, chat with sellers via XMTP, pay via x402 on Base. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install TruCheq Protocol?

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

Is TruCheq Protocol free?

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

Which platforms does TruCheq Protocol support?

TruCheq Protocol is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TruCheq Protocol?

It is built and maintained by Vlad (@vduda); the current version is v1.0.0.

💬 Comments