A steganographic tool for embedding and decoding hidden Nostr messages and arbitrary data within PNG images.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stegstr
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install stegstr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Stegstr is a specialized steganography client designed to hide Nostr messages and arbitrary data payloads inside lossless PNG images. By utilizing this skill within the Openclaw Skills ecosystem, developers can facilitate secure, offline communication that does not require central registration. The tool works by embedding data into the pixel structure of images, allowing for the discreet sharing of JSON bundles, DMs, or text feeds.
This skill provides a bridge between decentralized social protocols and visual media, making it possible to treat images as data carriers. Because it operates on lossless PNG files, the integrity of the hidden data is maintained without the corruption typically introduced by lossy compression formats like JPEG.
To set up this skill from Openclaw Skills, ensure you have Rust and Git installed, then run the following commands:
git clone https://github.com/brunkstr/Stegstr.git
cd Stegstr/src-tauri
cargo build --release --bin stegstr-cli
The compiled binary will be available at target/release/stegstr-cli (or stegstr-cli.exe on Windows).
The skill utilizes a specific binary structure within the PNG file to manage hidden data:
| Property | Value / Description |
|---|---|
| Magic Header | STEGSTR (7 bytes ASCII) |
| Length | 4 bytes, big-endian |
| Payload | UTF-8 JSON or raw binary bytes |
| Schema | Nostr bundle format { "version": 1, "events": [...] } |
Note: This skill strictly requires PNG format to avoid data loss.
Loading
AICE is a bidirectional performance and trust tracking engine that quantifies the confidence relationship between AI agents and human users through multi-domain scoring.

A perspective-shifting AI skill that allows you to summon a council of 14 historical legends to provide specialized lenses for decisions, creativity, and problem-solving.

A framework for rewriting an AI's history to create intrinsic, identity-driven behaviors instead of instruction-based compliance.

A proactive monitoring tool that alerts you when your AI agent's context usage reaches critical thresholds to prevent hallucinations.

A utility configuration to disable the automated banner message shown during OpenClaw CLI startup.

An AI-powered research agent that generates deep-dive investor briefings and competitive analysis for startups and private companies.








































