neo4j-skills

作者 neo4j-contrib已验证

Neo4j Skills for Coding and other Agents including Cypher

102
Stars
35
Forks
Python
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/neo4j-contrib/neo4j-skills

快速入门

使用 neo4j-skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Neo4j Agent Skills

Agent skills for Neo4j — Cypher queries, graph modeling, drivers, imports, GraphRAG, GDS, vector indexes, and Aura provisioning.

Browse and install at skills.sh/neo4j-contrib/neo4j-skills.

npx skills add https://github.com/neo4j-contrib/neo4j-skills

Configuration

Set these before or during installation:

VariableDescription
NEO4J_URIneo4j+s://<dbid>.databases.neo4j.io (Aura) or neo4j://localhost:7687 (local)
NEO4J_USERNAMEDatabase username (default: neo4j)
NEO4J_PASSWORDDatabase password
NEO4J_DATABASETarget database (default: neo4j)

Installation

Gemini CLI

gemini extensions install https://github.com/neo4j-contrib/neo4j-skills

Enter your env vars when prompted. Then run gemini and use /extensions list to verify.

Antigravity CLI

If you are migrating from Gemini CLI, import existing Gemini extensions automatically:

agy plugin import gemini

This auto-converts the gemini-extension.json manifest and copies skills into .agents/skills/. Then run agy and use /plugins list to verify.

Claude Code

/plugin marketplace add https://github.com/neo4j-contrib/neo4j-skills.git
/plugin install neo4j-skills@neo4j-skills-marketplace

Use /plugin list to verify, or /reload-plugins after installation.

Codex

codex plugin marketplace add neo4j-contrib/neo4j-skills
codex plugin add neo4j-skills@neo4j-skills-marketplace

Verify marketplace and plugin availability:

codex plugin marketplace list
codex plugin list

Start a new Codex thread after installation so Codex loads the plugin. To refresh later:

codex plugin marketplace upgrade neo4j-skills-marketplace

Available Skills

Querying & Modeling

SkillDescription
neo4j-cypher-skillWrite, optimize, and debug Cypher queries. Covers CYPHER 25 syntax, query planning, indexes, and common patterns.
neo4j-modeling-skillDesign and review graph data models. Covers node/relationship patterns, property choices, and relational-to-graph migration.
neo4j-getting-started-skillZero-to-app walkthrough: provision → model → load → query. Use for first-time setup on Aura or Docker.

Importing Data

SkillDescription
neo4j-import-skillLoad structured data (CSV, JSON) via LOAD CSV, neo4j-admin import, and the Data Importer GUI.
neo4j-document-import-skillExtract knowledge graphs from unstructured documents and PDFs using SimpleKGPipeline.
neo4j-migration-skillUpgrade drivers and Cypher from 4.x/5.x to 2025.x. Covers API changes, deprecated functions, and Cypher 25 syntax.

AI & Search

SkillDescription
neo4j-vector-index-skillCreate and query vector indexes for semantic similarity search. Covers index creation, embedding ingestion, and ai.text.embed() [2025.12].
neo4j-genai-plugin-skillIn-Cypher LLM integration via ai.text.* functions [2025.12]: embeddings, text completion, structured output, chat, tokenization, and pure-Cypher GraphRAG.
neo4j-graphrag-skillBuild GraphRAG retrieval pipelines with neo4j-graphrag. Covers retriever selection (VectorCypherRetriever, HybridCypherRetriever), retrieval_query patterns, and LangChain/LlamaIndex integration.
neo4j-agent-memory-skillGraph-native agent memory: short-term (conversations), long-term (POLE+O entity model), and reasoning traces. Covers neo4j-agent-memory, NAMS, MCP, LangChain, CrewAI, ADK.
neo4j-mcp-skillSet up and use the Neo4j MCP server for tool-based agent access to the database.

Graph Data Science

SkillDescription
neo4j-gds-skillRun GDS algorithms with the embedded GDS plugin on Aura Pro, self-managed, local, or offline Neo4j.
neo4j-aura-graph-analytics-skillRun serverless Aura Graph Analytics sessions via Python client or AuraDB Cypher API projection/session management.
neo4j-snowflake-graph-analytics-skillRun Neo4j Graph Analytics algorithms (PageRank, Louvain, WCC, Dijkstra, KNN, Node2Vec) directly inside Snowflake without moving data.

Drivers

SkillDescription
neo4j-driver-python-skillPython driver: execute_query, sessions, transactions, async, UNWIND batching, data types.
neo4j-driver-javascript-skillJavaScript/TypeScript driver v6: executeQuery, managed transactions, RxJS, data types.
neo4j-driver-java-skillJava driver: ExecutableQuery, managed/explicit transactions, object mapping, reactive.
neo4j-driver-dotnet-skill.NET/C# driver: ExecuteReadAsync/ExecuteWriteAsync, DI registration, IResultCursor.
neo4j-driver-go-skillGo driver v6: ExecuteQuery, generic helpers, spatial types, connection configuration.

Frameworks & Platforms

SkillDescription
neo4j-graphql-skillBuild GraphQL APIs backed by Neo4j using @neo4j/graphql. Covers type definitions, @relationship, @cypher, and filtering.
neo4j-spring-data-skillSpring Boot + Neo4j with Spring Data Neo4j: @Node, @Relationship, repositories, projections.
neo4j-cli-tools-skillDB admin via neo4j-admin, cypher-shell, aura-cli, and neo4j-cli (preview unified CLI). Covers backups, imports, user management, Aura provisioning, and agent skill install.
neo4j-aura-provisioning-skillCreate and manage Neo4j Aura instances via the Aura CLI and REST API. Covers async polling, credential handling, and tier selection.
neo4j-aura-agent-skillCreate, configure, and invoke Aura Agents via the v2beta1 REST API. Covers CypherTemplate, SimilaritySearch, and Text2Cypher tools, system prompts, REST/MCP deployment, and OAuth2 auth.

What are Agent Skills?

Agent Skills are a standardized format for domain-specific AI agent knowledge. Each skill bundles step-by-step instructions, on-demand reference docs, and executable scripts — loaded progressively to keep context lean. See agentskills.io/specification.

Contributing

Pull requests welcome — new skills or improvements to existing ones.

License

MIT — see the LICENSE file for details.

常见问题

What is neo4j-skills?

neo4j-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by neo4j-contrib. Neo4j Skills for Coding and other Agents including Cypher. It has 102 GitHub stars.

Is neo4j-skills safe to use?

Yes. neo4j-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install neo4j-skills?

Clone the repository with "git clone https://github.com/neo4j-contrib/neo4j-skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is neo4j-skills written in?

neo4j-skills is primarily written in Python. It is open-source under neo4j-contrib on GitHub, so you can review or fork the full source.

Are there alternatives to neo4j-skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh neo4j-skills against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情