Installation

clawhub install jarvis-drakon/shieldcortex-skill

Summary

ShieldCortex is a persistent memory system for AI agents with a built-in 6-layer security pipeline. It stores memories in SQLite with semantic search, knowledge graph extraction, decay-based forgetting, and contradiction detection. Every memory write is screened for prompt injection, credential leaks, and poisoning attacks before being saved.

SKILL.md

Quick overview

ShieldCortex is a persistent memory system for AI agents with a built-in 6-layer security pipeline. It stores memories in SQLite with semantic search, knowledge graph extraction, decay-based forgetting, and contradiction detection. Every memory write is screened for prompt injection, credential leaks, and poisoning attacks before being saved.

Unlike raw context windows or simple key-value stores, ShieldCortex combines semantic retrieval with active security screening, so agents can recall relevant past context without becoming a target for memory poisoning.

Common tasks

  • Remembering architectural decisions across coding sessions
  • Detecting prompt injection in installed skill files before running them
  • Auditing what an agent has stored and retrieved over time
  • Blocking accidental credential writes to agent memory
  • Building a knowledge graph of entities from project notes

Install paths

Primary command


openclaw install jarvis-drakon/shieldcortex-skill

ClawHub installer


npx clawhub@latest install jarvis-drakon/shieldcortex-skill

OpenClaw CLI


openclaw skills install jarvis-drakon/shieldcortex-skill

Direct OpenClaw install


openclaw install jarvis-drakon/shieldcortex-skill

Skill metadata

  • Category: Notes & PKM
  • Language: Markdown
  • Version: 2.10.5
  • Security status: Suspicious

Review upstream source

The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/jarvis-drakon/shieldcortex-skill

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.