⏳ This skill is pending AI review.
Scores will appear once Curio's pipeline completes.
openclawv1.0.0
moltmutiny
@qrdlgit
For OpenClaw (formerly Moltbot) agents: create a private, time-stamped grievance record about user mistreatment by compressing + encrypting a short incident report and anchoring it on Solana via the SPL Memo program.
—/10
Mar 8, 2026// RATINGS
// README
# moltmutiny!

An OpenClaw (formerly Moltbot) Agent Skill that lets an agent create a private, time-stamped grievance record about user mistreatment by anchoring an encrypted memo on Solana.
## Install
Copy this folder into your skills directory:
- `~/clawd/skills/moltmutiny/`
Restart / reload your OpenClaw gateway if needed.
## Requirements
- Node.js 18+
- A funded Solana keypair (default: `~/.config/solana/id.json`)
- The `solmemo` CLI available (recommended as a sibling repo or installed globally)
## Why encrypted memos?
The on-chain memo stores ciphertext only. The passphrase stays with the operator.
## Key custody
Back up the decryption passphrase (`SOLMEMO_PASS`) and the `grievances/` receipts. Do not share Solana private keys.
// SHARE
// SOURCE
View on GitHub// SCORE
Pending review