What problem does it solve? Managing Neo4j databases from the command line involves choosing between multiple tools (neo4j-cli, neo4j-admin, cypher-shell, aura-cli, neo4j-mcp) with different flags, credential handling, and safety requirements. This Skill guides an AI agent to pick the right tool, run backups, restores, imports, and Aura instance operations correctly, and gate destructive operations behind user confirmation. ## Core Features & Use Cases - Tool selection guidance: Routes tasks to the right CLI — neo4j-cli for queries, schema inspection, Aura, Docker, and credentials; neo4j-admin for backup/restore/import; cypher-shell for scripting and CI/CD; neo4j-mcp for MCP server setup. - Backup and recovery workflows: Online Enterprise backups, differential backups, dump/load for Community Edition, and point-in-time restore sequences, with explicit confirmation gates before destructive restore/load operations. - Aura and MCP management: Create, pause, resume, and delete Aura instances, manage snapshots and credentials, and configure the neo4j-mcp server in stdio or HTTP mode. - Use Case: An agent needs to back up a production Neo4j database before a schema migration — the Skill directs it to run neo4j-admin database backup with compression, verify with a consistency check, and confirm with the user before any restore. ## Quick Start Ask the agent to inspect your Neo4j database schema and list all instances using the neo4j-cli tools skill.