Godot Navigation Pathfinding
This skill provides intelligent navigation pathfinding for Godot game characters, enabling realistic and efficient movement through complex environments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add godot-navigation-pathfinding npx -- -y @trustedskills/godot-navigation-pathfinding
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"godot-navigation-pathfinding": {
"command": "npx",
"args": [
"-y",
"@trustedskills/godot-navigation-pathfinding"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to calculate and execute navigation paths within the Godot game engine. It allows autonomous characters or entities to dynamically find routes between specific locations in a 2D or 3D scene, avoiding obstacles based on the configured navigation mesh.
When to use it
- Implementing non-player character (NPC) movement that reacts to dynamic changes in the game world.
- Creating automated delivery systems where agents must travel from a spawn point to a specific target location.
- Developing exploration mechanics where an AI agent autonomously traverses a level to reach objectives.
- Solving complex routing problems where direct line-of-sight is blocked by walls or terrain features.
Key capabilities
- Dynamic Pathfinding: Calculates optimal routes in real-time rather than relying on pre-scripted waypoints.
- Obstacle Avoidance: Automatically adjusts paths to navigate around static and dynamic barriers within the scene.
- Scene Integration: Works directly with Godot's built-in NavigationServer and NavigationMesh resources.
- Agent Control: Provides a programmatic interface for AI agents to request and follow calculated trajectories.
Example prompts
- "Navigate my NPC from the starting gate to the treasure chest, avoiding the lava pit in between."
- "Calculate a path for the delivery drone to reach the warehouse while steering clear of the construction zone."
- "Find the shortest route for the patrol bot to circle the perimeter of the base without crossing the river."
Tips & gotchas
Ensure your scene contains a properly configured NavigationRegion2D or NavigationRegion3D with an updated NavigationMesh before requesting paths, or the agent will fail to find a route. Complex environments with tight corridors may require adjusting the pathfinding resolution settings for better accuracy.
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.