← Back to Skills Marketplace
ivangdavila

Neo4j

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
1037
Downloads
2
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install neo4j
Description
Write Cypher queries with proper patterns for merging, traversal, and performance.
Usage Guidance
This skill is essentially a reference card for writing efficient and safe Cypher queries — it contains no code and requests no secrets. Before installing, confirm you understand that: (1) to actually execute queries you or the agent will need a Neo4j binary (cypher-shell/neo4j) and separate database credentials — those are not supplied by the skill, and (2) if you allow an agent to run commands on your machine, the agent could use any available cypher-shell and existing credentials on your system to connect to databases. Only install if you trust the agent's access to your environment and ensure Neo4j binaries and DB credentials are managed from trusted sources/locations.
Capability Analysis
Type: OpenClaw Skill Name: neo4j Version: 1.0.0 The skill bundle contains standard metadata and a `SKILL.md` file that provides documentation and best practices for writing Neo4j Cypher queries. The `SKILL.md` content is purely instructional, focusing on performance and security (specifically, preventing Cypher injection by using parameters). There are no instructions for the agent to perform malicious actions, exfiltrate data, establish persistence, or engage in prompt injection attacks against itself. The declared binary requirements (`cypher-shell`, `neo4j`) are appropriate for the skill's stated purpose.
Capability Assessment
Purpose & Capability
The name/description (writing Cypher queries) matches the declared requirements: an optional Neo4j client binary (cypher-shell or neo4j). No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md contains only guidance on Cypher patterns, performance, and safe constructs (MERGE, indexes, batching, parameter usage). It does not instruct the agent to read unrelated files, exfiltrate data, or call external endpoints. Note: the metadata lists client binaries but the instructions do not include any concrete commands to invoke them; that's a benign omission.
Install Mechanism
No install spec is provided (instruction-only), so nothing is written to disk or downloaded by the skill itself — this is the lowest-risk model.
Credentials
No environment variables or credentials are required by the skill. While running queries in practice requires DB connection info, the skill does not request or bake in any credentials, which is proportionate to its guidance-only nature.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify system or other-skill configs. Autonomous invocation is allowed by platform default but not combined with any other broad access here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install neo4j
  3. After installation, invoke the skill by name or use /neo4j
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug neo4j
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Neo4j?

Write Cypher queries with proper patterns for merging, traversal, and performance. It is an AI Agent Skill for Claude Code / OpenClaw, with 1037 downloads so far.

How do I install Neo4j?

Run "/install neo4j" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Neo4j free?

Yes, Neo4j is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Neo4j support?

Neo4j is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Neo4j?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments