← 返回 Skills 市场
ivangdavila

Neo4j

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
1037
总下载
2
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install neo4j
功能描述
Write Cypher queries with proper patterns for merging, traversal, and performance.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install neo4j
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /neo4j 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug neo4j
版本 1.0.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

Neo4j 是什么?

Write Cypher queries with proper patterns for merging, traversal, and performance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1037 次。

如何安装 Neo4j?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install neo4j」即可一键安装,无需额外配置。

Neo4j 是免费的吗?

是的,Neo4j 完全免费(开源免费),可自由下载、安装和使用。

Neo4j 支持哪些平台?

Neo4j 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Neo4j?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论