with one click
graphistry
// Umbrella router for Graphistry workflows across SDK and API surfaces. Use to dispatch between Python SDK, REST API, and (future) JavaScript SDK workflows.
// Umbrella router for Graphistry workflows across SDK and API surfaces. Use to dispatch between Python SDK, REST API, and (future) JavaScript SDK workflows.
Construct and run GFQL graph queries in PyGraphistry using chain-list syntax OR Cypher strings. Covers pattern matching, hop constraints, predicates, let/DAG bindings, GRAPH constructors, and remote execution. Use when requests involve subgraph extraction, path-style matching, Cypher queries, or GPU/remote graph query workflows.
Internal maintainer skill for running, validating, and publishing eval benchmarks for this repository.
Internal maintainer skill for cutting graphistry-skills releases (changelog bump, PR merge, semver tag, and GitHub release publish).
Core PyGraphistry workflow for authentication, shaping edges/nodes/hypergraphs, and plotting. Use for first-run setup, converting tables to graphs, and producing an initial interactive graph quickly and safely.
Graphistry Hub REST API specialist for auth, upload lifecycle, URL controls, sessions, and sharing safety. Use for curl/requests endpoint guidance independent of SDK choice.
Select and use PyGraphistry connector and plugin workflows for graph databases, SQL/data platforms, SIEM/log sources, and layout/compute plugins. Use when requests involve Neo4j/Neptune/Splunk/Kusto/Databricks/SQL/TigerGraph and similar integrations.
| name | graphistry |
| description | Umbrella router for Graphistry workflows across SDK and API surfaces. Use to dispatch between Python SDK, REST API, and (future) JavaScript SDK workflows. |
Use this skill as the shared entrypoint across Graphistry interfaces.
import graphistry, DataFrame shaping, .plot(), .gfql() including Cypher/Let/DAG, PyGraphistry notebooks): use pygraphistry.curl, /api/v2/..., JWT/Bearer auth, upload endpoints, graph.html URL params): use graphistry-rest-api.@graphistry/*, browser/frontend integrations): use graphistry-js when available.pygraphistry and pull in graphistry-rest-api for exact endpoint syntax./api/v2/o/<org>/functions/... for definition lifecycle and /api/v2/o/<org>/run/... for execution.