neo4j-gds-skill
Installation
SKILL.md
When to Use
- Running GDS algorithms on self-managed Neo4j or Aura Pro (embedded plugin)
- Projecting named in-memory graphs, running centrality/community/similarity/path/embedding algorithms
- Chaining algorithms via
mutatemode; building FastRP → KNN pipelines - Memory estimation before large graph operations
- GDS Python client (
graphdatascience) workflows
When NOT to Use
- Aura BC / VDC / Free — GDS plugin unavailable →
neo4j-aura-graph-analytics-skill - Cypher query authoring →
neo4j-cypher-skill - Driver/connection setup →
neo4j-driver-python-skill - GraphRAG retrieval →
neo4j-graphrag-skill
| Deployment | Use |
|---|---|
| Aura Free | Upgrade to Pro or use neo4j-aura-graph-analytics-skill |
| Aura Pro | This skill |
| Aura BC / VDC | neo4j-aura-graph-analytics-skill |
| Self-managed (Community or Enterprise) | This skill (install GDS plugin) |
Related skills
More from neo4j-contrib/neo4j-skills
neo4j-cypher-skill
Generates, optimizes, and validates Cypher 25 queries for Neo4j 2025.x and 2026.x.
235neo4j-cli-tools-skill
Use when working with Neo4j command-line tools — neo4j-admin (backup, restore,
115neo4j-getting-started-skill
Orchestrates zero-to-running-app in 8 stages — prerequisites → context →
85neo4j-modeling-skill
Design, review, and refactor Neo4j graph data models. Use when choosing node
81neo4j-migration-skill
Use when upgrading Neo4j drivers or Cypher queries from older versions
78neo4j-graphrag-skill
Build GraphRAG retrieval pipelines on Neo4j using the neo4j-graphrag Python
76