| title | neo4j |
|---|
STEP-1 : OPEN TERMINAL & RUN installation command
$ curl -sSfL https://neo4j.sh/install.sh | bash

STEP-2: Call claude/codex, and Install the skill
neo4j-cli skill install --rw
It would look something like this:

STEP-3: Generate Aura DB client Id & client secret
Sign-in to your Aura Account- https://console.neo4j.io/account, and create a new API key.
Copy/Download these credentials carefully, as you won't get to copy them again.

STEP-4: REGISTER THE ID & SECRET CREDENTIALS on your terminal
neo4j-cli credential aura-client add --name "default" --client-id --client-secret --rw
STEP-5: Create a new Aura DB instance
Visit- Neo4j Aura Console- https://console.neo4j.io/
Register yourself if not, and look up "create a free instance".

after getting into this, save your credentials again. We can try sample dataset for now.

