返回 Skill 列表
extension
分类: 开发与工程无需 API Key

neo4j

Neo4j图数据库:模式管理、CRUD、备份、通过bolt协议的Cypher查询

person作者: jakexiaohubgithub

Neo4j

Purpose

Neo4j Community Edition graph database: schema management, CRUD operations, backup, Cypher queries via bolt protocol.

When to Use

  • When the task involves Neo4j graph database capabilities
  • Match query: neo4j graph database node edge cypher query bolt driver

Key Capabilities

  • Neo4j Community Edition: schema management, CRUD, Cypher via bolt://localhost:7687
  • Namespaced labels (OCAgent, OCMemory, OCTool) to avoid collisions with other graphs
  • Python neo4j driver for programmatic access
  • cypher-shell for CLI queries

Graph Relationships

  • DEPENDS_ON: ["cypher"]
  • COMPOSES: ["skill-graph"]
  • SIMILAR_TO: []
  • CALLED_BY: []