Checkpoint Guardian
The Checkpoint Guardian skill monitors and alerts you to potential security breaches or unauthorized access attempts at your checkpoints, ensuring data integrity.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add checkpoint-guardian npx -- -y @trustedskills/checkpoint-guardian
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"checkpoint-guardian": {
"command": "npx",
"args": [
"-y",
"@trustedskills/checkpoint-guardian"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The checkpoint-guardian skill provides a mechanism for AI agents to periodically verify and restore their state. It allows an agent to save its current progress, then later reload that saved state if needed, ensuring resilience against interruptions or errors. This is particularly useful for long-running tasks where data loss would be detrimental.
When to use it
- Long processes: Use when the AI agent is performing a task that takes a significant amount of time (e.g., generating a large document).
- Unreliable environments: Employ in situations where the environment might experience interruptions or instability, requiring state recovery.
- Complex workflows: Integrate into multi-step workflows to safeguard progress at key decision points.
- Data-intensive tasks: When dealing with significant data manipulation, checkpointing prevents loss of work due to unexpected failures.
Key capabilities
- State saving (checkpointing)
- State restoration from checkpoints
- Periodic checkpoint creation
Example prompts
- "Create a checkpoint and save my current progress."
- "Restore the agent's state from the last saved checkpoint."
- “Save a checkpoint every 5 minutes.”
Tips & gotchas
The frequency of checkpointing should be balanced against performance overhead. More frequent checkpoints consume more resources but offer finer-grained recovery; less frequent checkpoints are lighter but may result in larger data loss upon failure.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.