Jump to related tools in the same category or review the original source on GitHub.

CLI Utilities @gopinathnelluri Updated 6/28/2026 1,369 downloads 0 stars Security: Pass

Contextkeeper OpenClaw Plugin & Skill | ClawHub

Looking to integrate Contextkeeper into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate cli utilities tasks instantly, without having to write custom tools from scratch.

What this skill does

ContextKeeper — Safe project state tracking for AI agents. Manual checkpoint creation with validated inputs. No background processes, no PID manipulation, no command execution.

Install

ClawHub CLI
openclaw skills install @gopinathnelluri/contextkeeper
Node.js (npx)
npx clawhub@latest install contextkeeper

Full SKILL.md

Open original
Metadata table.
namedescription
contextkeeperContextKeeper — Safe project state tracking for AI agents. Manual checkpoint creation with validated inputs. No background processes, no PID manipulation, no command execution.

SKILL.md content below is scrollable.

ContextKeeper 🔮

Safe project state tracking for AI agents

Keeps track of what you're working on across sessions. Create checkpoints manually, view status in dashboard.


Security

Risk Mitigation
Remote Code Execution No command substitution with user data
PID manipulation No PID files, no process management
Background processes No watchers, no daemons
Injection attacks Input validated and escaped

Scripts

Two simple foreground scripts:

Script Purpose
ckpt.sh Create checkpoint with message
dashboard.sh View project status

Usage

# Create checkpoint
./ckpt.sh "Fixed auth issue"

# View status
./dashboard.sh

Requirements

  • bash
  • git (for project detection)

Part of: TheOrionAI

ClawHub Registry URL: https://clawhub.ai/gopinathnelluri/skills/contextkeeper

Related skills

If this matches your use case, these are close alternatives in the same category.