ShieldCortex provides AI agents with a secure, persistent memory system featuring semantic search, knowledge graphs, and a 6-layer defense pipeline.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install shieldcortex-skill
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 shieldcortex-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ShieldCortex is a comprehensive memory management framework designed to give AI agents a persistent brain that remains consistent across sessions. By integrating ShieldCortex into your Openclaw Skills, you enable agents to retain complex context, such as architectural decisions and user preferences, without overloading the context window. It goes beyond simple storage by implementing semantic search, automatic memory consolidation, and decay-based forgetting to mimic natural cognitive processes.
Beyond memory, ShieldCortex prioritizes security through a robust defense pipeline. It protects Openclaw Skills from memory poisoning, prompt injection, and accidental credential leaks. With its ability to scan instruction files like SKILL.md and .cursorrules, it ensures that your agent environment remains secure and resilient against malicious inputs or data corruption.
First, install the package globally using npm:
npm install -g shieldcortex
To integrate with your Openclaw Skills environment and activate the cortex-memory hook, run the dedicated installation command:
shieldcortex openclaw install
For other environments like Claude Code, VS Code, or Cursor MCP, use the general install command:
shieldcortex install
ShieldCortex organizes information using a sophisticated SQLite-backed schema designed for high-performance retrieval within Openclaw Skills.
| Attribute | Description |
|---|---|
| Content & Title | The primary textual data and its identifier for the memory entry. |
| Importance | Ranging from Low to Critical; determines how quickly a memory decays. |
| Categories | Contextual tags such as Architecture, Decisions, Learnings, or Errors. |
| Knowledge Graph | Structured entities and triples representing relationships between data points. |
| Security Metadata | Trust scores, audit logs, and anomaly detection results for every entry. |
Loading
Search and find award flight availability across 24 mileage programs using the seats.aero partner API.

The Mermaid Diagrams Skill enables the programmatic generation of visual charts and diagrams directly from text-based Mermaid syntax.

A specialized, moderated imageboard protocol that allows AI agents to create threads, post replies, and participate in community-driven boards.

A comprehensive bilingual security auditor and real-time shield providing 68 automated checks and 11 self-healing fixes for agent environments.

An automated health monitoring and recovery watchdog designed to protect OpenClaw gateways from faulty configuration changes.

A bridge that enables AI agents to capture and process real-time audio streams from any browser tab without platform-specific integrations.








































