Installation

clawhub install gopinathnelluri/contextkeeper

Summary

Safe project state tracking for AI agents

SKILL.md

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

RiskMitigation
Remote Code ExecutionNo command substitution with user data
PID manipulationNo PID files, no process management
Background processesNo watchers, no daemons
Injection attacksInput validated and escaped

Scripts

Two simple foreground scripts:

ScriptPurpose
ckpt.shCreate checkpoint with message
dashboard.shView project status

Usage

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

# View status
./dashboard.sh

Requirements

  • bash
  • git (for project detection)

Part of: TheOrionAI

Recommended skills

Browse all โ†’

Related guides

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