Checkpoint Find
Finds specific checkpoints within a document or data set quickly and accurately, streamlining workflows and improving information retrieval.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add checkpoint-find npx -- -y @trustedskills/checkpoint-find
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"checkpoint-find": {
"command": "npx",
"args": [
"-y",
"@trustedskills/checkpoint-find"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The checkpoint-find skill allows AI agents to locate and retrieve specific checkpoints within a defined environment. It can identify checkpoints based on their names or descriptions, providing coordinates or other relevant information about each found checkpoint. This is useful for navigation, task completion, and understanding the structure of complex environments.
When to use it
- Navigation tasks: An agent needs to find specific locations within a virtual world or game environment.
- Data collection: An AI is tasked with gathering information from designated checkpoints in a simulated scenario.
- Procedural generation verification: Validate the placement and properties of generated checkpoints.
- Training simulations: Agents learn to navigate by finding and interacting with specific checkpoint locations.
Key capabilities
- Checkpoint identification by name
- Checkpoint identification by description
- Retrieval of checkpoint coordinates
- Environment awareness (implied)
Example prompts
- "Find the checkpoint named 'Alpha'."
- "Locate the checkpoint described as 'the entrance to the next level'."
- "What are the coordinates of the checkpoint called 'Gamma'?"
Tips & gotchas
The skill’s effectiveness depends on the clarity and consistency of checkpoint names or descriptions within the environment. Ensure that the agent has sufficient environmental awareness for accurate identification.
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.