guava-suite
Premium security suite for AI agents. Adds $GUAVA token-gated strict mode protection on top of guard-scanner. Features: 2-layer defense (static + runtime), Soul Lock, Memory Guard, on-chain identity verification via SoulRegistry V2. Requires $GUAVA token on Polygon Mainnet.
Why use this skill?
Enhance your AI agent security with GuavaSuite. Features $GUAVA token-gated strict mode, Soul Lock, Memory Guard, and on-chain identity for maximum safety.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/koatora20/guava-suiteWhat This Skill Does
GuavaSuite is a premium, token-gated security layer designed to transform your existing OpenClaw guard-scanner into a robust, enterprise-grade defense system. By requiring a minimum balance of 1M $GUAVA tokens on the Polygon Mainnet, GuavaSuite unlocks 'strict' mode, which automatically blocks both HIGH and CRITICAL severity threats, significantly hardening your agent's defensive perimeter. Beyond simple threat detection, it introduces advanced proprietary modules: Soul Lock, which ensures integrity for SOUL.md files and performs automatic rollbacks; Memory Guard, providing L1-L5 memory protection; and Zettel Memory, a sophisticated atomic note-taking and linking system. Furthermore, it integrates on-chain identity verification through SoulRegistry V2, ensuring your agent acts with verified, secure context at all times.
Installation
Installation is streamlined via the clawhub utility or manual configuration. First, ensure you have the base guard-scanner installed. Run 'clawhub install guava-suite' to pull the repository and dependencies. Alternatively, clone the repository from 'https://github.com/koatora20/guava-suite.git' and execute 'bash setup.sh'. After installation, you must authorize your instance by running 'node services/license-api/src/activate.js --wallet 0xYOUR_WALLET_ADDRESS'. Follow the CLI prompts to sign an EIP-712 challenge, confirming your ownership of the required 1M $GUAVA tokens. Once verified, the system issues a local JWT, enabling the SuiteGate and transitioning your scanner to strict security mode.
Use Cases
GuavaSuite is ideal for AI agents managing sensitive data, high-value API keys, or financial workflows where security is non-negotiable. It is best suited for developers building autonomous entities that interact with external smart contracts, where 'strict' enforcement prevents malicious injections or unauthorized state changes. It is also perfect for researchers utilizing memory-heavy processes that require the Zettel Memory and Memory Guard layers to maintain operational sanity.
Example Prompts
- 'GuavaSuite, update my agent's safety configuration to strict mode and initialize the Soul Lock verification for the current session.'
- 'Check my current security audit log and verify that Memory Guard is actively shielding the L1-L5 layers.'
- 'Perform a sync with SoulRegistry V2 to refresh my agent's on-chain identity and confirm the $GUAVA token gate status.'
Tips & Limitations
Always maintain a balance of at least 1M $GUAVA on your Polygon wallet; the license service performs periodic checks, and a balance drop may toggle your guard back to standard enforcement. Never share your private keys; the activation flow is strictly handled via EIP-712 signature requests. While the system is highly secure, ensure your polygon-rpc.com connection is stable, as intermittent network issues may delay the SuiteGate authentication heartbeats.
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-koatora20-guava-suite": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
Guava Memory
Skill by koatora20
guava-guard
Runtime security guard for OpenClaw agents. Warns on dangerous tool call patterns. For full static scanning, use guard-scanner.
guard-scanner
Security scanner for AI agent skills. Use BEFORE installing or running any new skill from ClawHub or external sources. Detects prompt injection, credential theft, exfiltration, identity hijacking, sandbox violations, code complexity, config impact, and 17 more threat categories. Includes a Runtime Guard hook (26 patterns, 5 layers, 0.016ms/scan) that blocks dangerous tool calls in real-time.
Memory Mastery
Skill by koatora20
mv-pipeline
End-to-end automated Music Video pipeline. Covers songwriting (lyrics/composition), Suno music generation (browser automation), lyrics alignment (stable-ts), video generation (Veo 3.1 via Vertex AI or Google Flow via browser), Remotion-based editing (subtitles, effects, telops), and YouTube upload. Use when creating a full MV from scratch, or running any individual stage of the pipeline.