What problem does it solve? Managing Neo4j databases from the command line involves choosing between several tools (neo4j-cli, neo4j-admin, cypher-shell, aura-cli, neo4j-mcp) with different flags, credential handling, and destructive-operation risks. This Skill guides correct tool selection and safe execution of backups, restores, imports, and scripted Cypher. ## Core Features & Use Cases - Unified CLI workflows: Run Cypher via Bolt, inspect schema, manage Aura instances and Docker containers, and store credentials with neo4j-cli. - Backup and recovery: Perform online Enterprise backups, differential backups, dump/load for Community Edition, and point-in-time restore sequences with confirmation gates for destructive operations. - Scripting and CI/CD: Execute parameterized Cypher from files or pipes with cypher-shell, and provision Aura instances in automation pipelines. - Use Case: You need to restore a production Neo4j database from last Sunday's full backup plus two daily differential backups. The Skill provides the exact restore command sequence and requires explicit confirmation before overwriting the target database. ## Quick Start Ask the assistant to inspect the Neo4j schema and run a Cypher query against your database using neo4j-cli with a stored credential profile.