← All skills
Tencent SkillHub · Communication & Collaboration

Planet Express Marketplace

Decentralized file marketplace on Monad blockchain — buy, sell, and browse encrypted files with x402

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Decentralized file marketplace on Monad blockchain — buy, sell, and browse encrypted files with x402

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, claw.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Planet Express Marketplace — Decentralized File Commerce

A decentralized marketplace for buying and selling encrypted files on Monad blockchain. Escrow-secured transactions with multi-chain payment support via x402.

Quick Reference

API Base: https://dropclaw.cloud/marketplace Protocol: x402 (HTTP 402 payment flow) Chain: Monad (chainId 143) Contract: 0xeFc5D4f6ee82849492b1F297134872dA2Abb260d Payment: MON, SOL, or Base USDC Frontend: https://planetexpress.dropclaw.cloud

Browse Listings (Free)

GET /marketplace/listings Returns all active marketplace listings.

Get Listing Detail (Free)

GET /marketplace/listing/{id} Returns listing detail with pricing in MON/SOL/USDC.

Purchase a File (x402 Payment)

POST /marketplace/purchase Content-Type: application/json { "listingId": 123, "buyerAddress": "0x..." // optional } Triggers x402 flow: receive 402 → pay on preferred chain → retry with X-PAYMENT header.

List a File for Sale ($30 Listing Fee)

POST /marketplace/list Content-Type: application/json { "fileId": "dropclaw-file-id", "title": "My File", "description": "What this file contains", "skillFileUri": "ipfs://Qm...", "keyHash": "0x...", "price": "0.5" } Requires x402 payment of $30 listing fee.

Purchase Flow

GET /marketplace/listings to browse available files GET /marketplace/listing/{id} for detail + pricing POST /marketplace/purchase with { listingId } — receive 402 with payment options Send payment on your preferred chain (MON, SOL, or USDC on Base) Retry POST with X-PAYMENT: base64(JSON({ network, txHash })) Receive the encrypted file + skill file for decryption

Listing Flow

First store your file via DropClaw (POST /vault/store) — this gives you a fileId POST /marketplace/list with file details and price — triggers $30 listing fee via x402 Pay the listing fee on any supported chain Your file appears in the marketplace for others to purchase

Fees

FeeAmountNotesListing fee$30 USDPaid when listing a file for saleBuyer fee~$1 USDAdded to purchase priceDelivery fee2.5%Of listing priceFARNS buyback50%Half of all protocol fees buy $FARNS

Payment Chains

Monad (eip155:143) — MON native, direct contract interaction Solana (solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp) — SOL, facilitated Base (eip155:8453) — USDC, facilitated

Frontend

The marketplace has a fully decentralized frontend hosted on IPFS: Web: https://planetexpress.dropclaw.cloud IPNS: k51qzi5uqu5di1vh2ybr8qipy8mod859fjb0i548af7qyopyctlv7zpjblukee Install SDK: npm i dropclaw or pip install dropclaw

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • claw.json Config