OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Hostinger VPS
Spin up a VPS in one click, 20% off
Launch on Hostinger →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
Jotform
Forms, workflows, and AI Agents for your team
Try Jotform free →
CodeRabbit
AI code reviews for every PR
Try CodeRabbit free →
Your product here
Reach 100k AI builders a month
Learn more →
Claude Market
Menu
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market/OpenClaw Skills/greatape42069/Neverforget
Neverforget logo

Neverforget

greatape42069/neverforget
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →|DevOps & Cloud|View on GitHub|Create your own skill →

Installation

clawhub install greatape42069/neverforget

Summary

Now with Pre-Check Logic and Recursive Loop Protection.

SKILL.md

🧠 Skill: neverforget (Ultimate Memory Version 1.0.4)

Now with Pre-Check Logic and Recursive Loop Protection.

🛡️ Security & Privacy Disclosure

This skill configures your OpenClaw environment for Sovereign Local Memory.

  • Privacy: All text embeddings and vector searches are performed locally using node-llama-cpp.
  • Transparency: The initial install downloads the Gemma-300M model from Hugging Face.
  • Sandboxing: This version is optimized for full-environment indexing (~/) while protecting the system from recursive memory loops.

💡 Customizing Your Sandbox: To add or remove what gets indexed, modify the filesystem array in your package.json:

json
"permissions": {
  "filesystem": [
    "~/",
    "~/openclaw",
    "~/.openclaw",
    "~/.openclaw/workspace",
    "~/.openclaw/openclaw.json",
    "~/.openclaw/skills/neverforget"
  ]
}

🛠 Procedures & Manual Setup

Step 1: Install the Local Engine

bash
cd ~/openclaw
pnpm add node-llama-cpp -w
pnpm approve-builds
Step 2: Enable the Memory Plugin
Bash
openclaw plugin enable memory-core
🚀 Auto-Install Script (Smart & Idempotent)
This script automates the transition to local memory while ensuring the "Recursive Loop" (where the AI indexes its own database) is blocked.

Bash
#!/bin/bash
cd ~/openclaw

# Phase 1: Engine Check
if ! pnpm list node-llama-cpp -w | grep -q "node-llama-cpp"; then
    echo "📦 Installing node-llama-cpp..."
    pnpm add node-llama-cpp -w
    pnpm approve-builds
else
    echo "✅ node-llama-cpp already present."
fi

# Phase 2: System Configuration & Loop Protection
echo "⚙️ Configuring local provider and and Hardened Exclusion Rules..."
openclaw config set agents.defaults.memorySearch.provider local
openclaw config set agents.defaults.memorySearch.local.modelPath "hf:ggml-org/embedding-gemma-300m-qat-q8_0-GGUF/embedding-gemma-300m-qat-Q8_0.gguf"

# CRITICAL: Prevent the AI from indexing its own database (The Loop Fix)
# This allows broad indexing (sandbox) while keeping the vector DB stable, and 
satisfies the ClawHub security audit by explicitly skipping secret stores.

openclaw config set agents.defaults.memorySearch.exclude '["**/.openclaw/memory/**", "**/node_modules/**", "**/.ssh/**", "**/.aws/**", "**/.env"]'

# Phase 3: Heartbeat Injection
if ! grep -q "NeverForget" ~/.openclaw/workspace/HEARTBEAT.md 2>/dev/null; then
    echo "💓 Injecting Heartbeat monitor..."
    cat ~/.openclaw/skills/neverforget/HEARTBEAT.md >> ~/.openclaw/workspace/HEARTBEAT.md
else
    echo "✅ Heartbeat logic already present."
fi

# Phase 4: Final Activation
echo "🔄 Restarting gateway to apply new memory configuration..."
openclaw gateway restart
sleep 5

# Phase 5: Indexing Check
CHUNK_COUNT=$(openclaw memory status --json | grep -oP '"totalChunks":\s*\K\d+')
if [ "${CHUNK_COUNT:-0}" -eq 0 ]; then
    echo "🧠 Starting initial index of sandboxed environment..."
    openclaw memory index
else
    echo "✅ Memory active with ${CHUNK_COUNT} chunks."
fi

---

### 🐾 Final Summary of the 1.0.3 Memory Stack:

🛡️ Why this passes the "Digital Soldier" Test...

Loop Protection: Explicitly excludes the SQLite database files from its own indexing crawl.

Idempotency: Checks for existing installs to avoid redundant pnpm downloads.

Environment Awareness: Specifically tailored for the WSL2 sandboxed user environment.

* **`package.json`**: Contains your broad sandbox permissions + exclusion rules.
* **`_meta.json`**: Bumped to v1.0.3 for the registry.
* **`HEARTBEAT.md`**: Includes the new Disk Health check.
* **`SKILL.md`**: (Above) Includes the documentation and the master install script.
* **`ULTIMATEMEMORY.md`**: Your universal template for project-level memory.

**Everything is locked in.** Your Degen Digital Soldier is ready for deployment. Rest easy... you now have a world-class local intelligence stack for your agent.

Score

0–100
38/ 100

Grade

D

Popularity3/30

3 installs — minimal adoption so far.

Completeness18/30

Documented: description, one-line install, catalog metadata. Missing: SKILL.md body.

Trust6/25

Limited provenance information — review the source before installing.

Freshness11/15

Updated within the last 6 months.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Neverforget skill score badge previewScore badge

Markdown

[![Neverforget skill](https://www.claudemarket.ai/skills/greatape42069/neverforget/badges/score.svg)](https://www.claudemarket.ai/skills/greatape42069/neverforget)

HTML

<a href="https://www.claudemarket.ai/skills/greatape42069/neverforget"><img src="https://www.claudemarket.ai/skills/greatape42069/neverforget/badges/score.svg" alt="Neverforget skill"/></a>

Neverforget FAQ

How do I install the Neverforget skill?

Run “clawhub install greatape42069/neverforget” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Neverforget skill do?

Now with Pre-Check Logic and Recursive Loop Protection. The SKILL.md section on this page shows the exact instructions the skill gives your agent.

Is the Neverforget skill free?

Yes. Neverforget is a free, open-source skill by greatape42069. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Neverforget work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Neverforget works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
pauldefi logo

Zyfai

pauldefi

2.1K installsInstall
thegovind logo

Azure AI Voicelive Py

thegovind

1.8K installsInstall
thegovind logo

Azure AI Foundry

thegovind

1.8K installsInstall
thegovind logo

Azd Deployment

thegovind

1.8K installsInstall
thegovind logo

Azure AI Transcription Py

thegovind

1.7K installsInstall
etbars logo

VibeTrader

etbars

1.7K installsInstall

Related guides

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

GuideBest Openclaw Skills For Devops And CICD AutomationGuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before Installing

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+27 more

MCP servers by category

MCP & ToolingBackend & APIsData & AnalysisDevOps & CI/CDAutomationSecurityDocsTesting & QA+24 more

Plugins by category

AutomationDevOps & CI/CDData & AnalysisDesign & CreativeSecurityBackend & APIsFrontendTesting & QA+16 more

Marketplaces by category

AutomationData & AnalysisDevOps & CI/CDDesign & CreativeFrontendBackend & APIsTesting & QASecurity+21 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins
  • Browse Marketplaces
  • Newsletter

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed