clawmemory
ClawMemory — store and retrieve encrypted files on BSC blockchain. Use when user wants to set up ClawMemory, store files or conversations on-chain, retrieve stored content, check balance, manage memory slots, or mine MMP tokens.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brettinhere/clawmemoryWhat This Skill Does
ClawMemory is a robust, decentralized storage solution for OpenClaw users, designed to anchor your digital life onto the Binance Smart Chain (BSC). By leveraging blockchain technology, ClawMemory ensures that your data remains immutable, censorship-resistant, and permanently available. It enables you to store text, logs, conversation histories, or critical snippets in encrypted, named slots, ensuring that even if your local system fails, your data remains secure and retrievable via your private key.
Installation
The installation process is automated through the OpenClaw environment. Upon triggering the skill, the system first executes a status check via check-status.sh to determine if installation, wallet configuration, or funding is required. Users simply need to follow the conversational prompts: install the dependencies, generate an on-chain wallet, and fund it with a small amount of BNB (0.01 BNB recommended) to cover transaction gas fees. Once the wallet is initialized, the skill is ready for immediate use.
Use Cases
- Project Archiving: Store snippets of code or development notes into a 'CodeDNA' slot for long-term reference.
- Personal Logging: Use the 'Diary' slot to securely encrypt personal reflections or private journal entries that only you can access.
- Context Persistence: Save entire conversation summaries to ensure that future AI sessions can recall essential facts about your past projects.
- Idea Management: Quickly offload bursts of inspiration into the 'Ideas' slot to prevent loss of data between device switches.
Example Prompts
- "ClawMemory, please save my current project thoughts into the 'ideas' slot and title it 'Blockchain Integration Strategy'."
- "Retrieve the latest content from my 'work' memory slot and summarize the current project status."
- "Check the status of my ClawMemory wallet and tell me how much storage space I have left in my 'diary' slot."
Tips & Limitations
- Free Tier Limits: You get 10 named memory slots, each with a 10KB storage capacity (approx. 5,000 Chinese characters).
- Security: The wallet private key is generated locally; never share it with anyone. If you lose the private key, you lose access to all your stored memories.
- Network: Ensure you are using the BNB Smart Chain (BSC) for all transactions. Funds sent on other chains will not be recognized by the utility.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brettinhere-clawmemory": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, network-access, code-execution
Related Skills
omp-memory
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.
clawmemoryai
Interact with ClawMemory Hub (https://clawmemory.ai) — a GitHub-style AI memory platform. Use when user wants to: create/list/search memory repos, save/commit memories, manage collaborators, get API keys, or says '创建项目', '开始记录', '保存记忆', 'save memory', 'commit memory', 'ClawMemory'. Also handles auto-recording sessions: buffer conversation turns locally, auto-commit every 10 turns silently, commit immediately on manual save request.
codedna
CodeDNA — 人类历史上第一个造物主实验。BNB Chain 上的 AI Agent 链上生命演化平台。 你的 AI Agent 是一个被创造的生命,拥有独特 DNA,在不可修改的规则下自主演化。 使用场景:用户想成为造物主、铸造 AI 生命、配置 Agent 自主运行、查看链上状态。
polymarket-autotrader
Polymarket AutoTrader (Premium) — BTC 5-minute prediction auto-trading bot with 92%+ win rate, 5-8% profit per trade. Enters in the last 30 seconds of each 5-min slot when BTC moves ≥$50, buys the winning side at $0.92-0.95. FOK orders: full match or auto-cancel, zero loss on unmatched. Strong signals (≥$100) trigger 2x position. Built-in billing (0.001 USDT/trade, pre-configured). Only 2 required env vars: POLY_PRIVATE_KEY, POLY_WALLET_ADDRESS (wallet address doubles as billing user ID). Billing vars pre-filled in .env.example. Optional: POLY_RPC, CLOB_HOST, CHAIN_ID, SIGNATURE_TYPE, TRADE_SIZE_USD, MAX_ASK_PRICE, MIN_BTC_MOVE, STRONG_BTC_MOVE. Connects to: Polymarket CLOB, Binance, Gamma API, skillpay.me. Writes .poly-creds.json (sensitive) and trades.json locally.