
from better-openclaw56
Run Cypher queries and manage nodes/relationships against a local Neo4j instance exposed in the Docker network.
This skill provides examples and guidance for querying and mutating a Neo4j graph database available inside a Docker network. It shows how to POST Cypher statements to Neo4j's HTTP transaction endpoint, create nodes and relationships, and prefer Bolt for application connections. The skill is aimed at agents that need to read or update graph data programmatically.
Use this skill when an agent needs to inspect graph structures, run parameterised Cypher queries, create or merge nodes/relationships, or index properties for performance. Suitable for debugging graph data, seeding test data, or integrating graph queries into automation workflows.
Terminal and script-capable agents that can issue HTTP requests or use Neo4j drivers (agents with curl, HTTP or DB driver support).
This skill has not been reviewed by our automated audit pipeline yet.