Overview
- Skill Key
- brettinhere/omp-memory
- Author
- brettinhere
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/brettinhere/omp-memory
- Latest Commit SHA
- 78e7994440efa7f0f815bbd8672efef8e9814030
OpenClaw Memory Protocol (OMP) — store and retrieve encrypted files on BSC blockchain with PoW mining rewards. Use when user wants to store files on-chain, retrieve stored files, check MMP token balance, manage storage rent, or interact with the OMP protocol on BSC mainnet.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 omp-memory 技能。 若已安装,则直接安装 omp-memory 技能。
# OMP Memory Protocol On-chain encrypted file storage on BSC. Files are split into 256KB chunks, Merkle-hashed, and stored with rent-based expiry. Miners earn MMP tokens for hosting data. ## Setup (first time) ```bash # 1. Install dependencies cd ~/.omp-client && npm install # 2. Create encrypted wallet node bin/cli.js init # → saves wallet to ~/.omp/wallet.json # 3. Check MMP balance / get top-up info node bin/cli.js topup ``` ## Key Commands ### Store a file ```bash node bin/cli.js save <file> [--rent <blocks>] # --rent default: 201600 (~7 days). 0 = free tier (≤10KB, permanent) # Returns: merkleRoot (save this — needed to retrieve the file) ``` ### Retrieve a file ```bash node bin/cli.js load <merkleRoot> <outFile> ``` ### Check status ```bash node bin/cli.js status # network overview node bin/cli.js status <merkleRoot> # specific tree info ``` ### Grant/revoke access ```bash node bin/cli.js grant <merkleRoot> <address> node bin/cli.js revoke <merkleRoot> <address> ``` ### Renew rent ```bash node bin/cli.js renew <merkleRoot> [--blocks <n>] ``` ## Contract Addresses (BSC Mainnet) | Contract | Address | |----------|---------| | MemoryProtocol Proxy | `0x3BD7945d18FE6B68D273109902616BF17eb40F44` | | MMPToken | `0x30b8Bf35679E024331C813Be4bDfDB784E8E9a1E` | ## Environment Variables (.env) ``` PROTOCOL_ADDRESS=0x3BD7945d18FE6B68D273109902616BF17eb40F44 MMP_TOKEN_ADDRESS=0x30b8Bf35679E024331C813Be4bDfDB784E8E9a1E BSC_RPC=https://bsc-dataseed.binance.org/ WALLET_PASSWORD=<your-password> ``` ## Install Script Run `scripts/install.sh` to auto-install the CLI from the OMP repo. ## Notes - Free tier: ≤10KB per address, one permanent slot (no MMP needed) - Paid tier: costs MMP tokens based on size × rent duration - EPOCH_BLOCKS = 1000 (~50 min): miners have a 50-minute window per mining epoch - `renounceUpgradeability()` — owner (`0x571d447f4f24688eC35Ccf07f1D6993655F6aF15`) can call once to permanently lock the contract
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.