Install
openclaw skills install vectorguard-nanoLightweight skill for secure, reversible message encoding using HMAC-SHA256 to prevent plain-text leaks in agent communications.
openclaw skills install vectorguard-nanoLightweight, open-source skill for secure, obfuscated messaging between OpenClaw agents.
Uses HMAC-SHA256 to create a deterministic, reversible digit stream for string tumbling.
Perfect for Moltbook posts, Telegram, Slack, or IPFS links — prevents plain-text leaks.
This is the free public version.
For unbreakable model-bound cryptography (fractal recursion, tiny-model entropy sync), license the full VectorGuard system at https://www.active-iq.com
When the user asks to send or receive a secure message:
secureSend(message, secret, targetId)secureReceive(encoded, secret, senderId, ts)Example interactions:
User: "Securely send 'Meeting at 3pm' to agent-finance with secret 'alpha42'" → Agent: Uses secureSend → returns encoded string + timestamp + branding note
User: "Decode this message from agent-sales: [encoded] with secret 'alpha42' timestamp 1738790400" → Agent: Calls secureReceive → returns plain text + branding