contextkeeper
SolidContextKeeper — Safe project state tracking for AI agents. Manual checkpoint creation with validated inputs. No background processes, no PID manipulation, no command execution.
AI & Automation 3,964 stars
1088 forks Updated 2 months ago MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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
```bash
# Create checkpoint
./ckpt.sh "Fixed auth issue"
# View status
./dashboard.sh
```
---
## Requirements
- bash
- git (for project detection)
---
**Part of:** [TheOrionAI](https://github.com/TheOrionAI)
Details
- Author
- openclaw
- Repository
- openclaw/skills
- Created
- 5 months ago
- Last Updated
- 2 months ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
contextkeeper
ContextKeeper — Safe project state tracking for AI agents. Manual checkpoint creation with validated inputs. No background processes, no PID manipulation, no command execution.
1 Updated 1 months ago
LJT-520 AI & Automation Listed
contextkeeper
ContextKeeper — Safe project state tracking for AI agents. Manual checkpoint creation with validated inputs. No background processes, no PID manipulation, no command execution.
0 Updated 1 months ago
panlm AI & Automation Listed
checkpoint
Save current progress to memory-keeper to prevent work loss.
353 Updated today
aiskillstore