pygraphistry
Original:🇺🇸 English
Translated
TOC router for PyGraphistry tasks. Use when a request involves PyGraphistry and you need to choose the right workflow: loading/ETL shaping, visualization/layout/sharing, GFQL queries (Cypher, chain-lists, Let/DAG, GRAPH constructors), AI/UMAP/embed/semantic-search workflows, or connector-specific ingestion.
11installs
Added on
NPX Install
npx skill4agent add graphistry/graphistry-skills pygraphistryTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →PyGraphistry Router
Use this skill as a dispatcher to specialized skills.
Treat this as the Python SDK entrypoint; for a cross-interface entrypoint use .
graphistryRoute By Intent
- Setup/auth/first plot from tables: use .
pygraphistry-core - Direct Graphistry REST endpoint requests (,
curl, JWT/Bearer, upload/session/url params): immediately use/api/v2/...and skip ReadTheDocs discovery.graphistry-rest-api - Styling/layout/static output/privacy and sharing: use .
pygraphistry-visualization - Pattern matching, GFQL/Cypher queries, Let/DAG bindings, GRAPH constructors, predicates, remote graph queries: use .
pygraphistry-gfql - UMAP/DBSCAN/embedding/anomaly and graph-AI notebooks: use .
pygraphistry-ai - Database/platform integrations (Neo4j, Splunk, Kusto, Databricks, SQL, etc.): use .
pygraphistry-connectors
Fast Targeted Fetch Protocol
- REST-intent exception: do not run this protocol for REST tasks routed to .
graphistry-rest-api - Start from ; do not crawl broad docs first.
references/pygraphistry-readthedocs-toc.md - Use for section-level shortcuts.
references/pygraphistry-readthedocs-top-level.tsv - Pick exactly one primary skill and at most two secondary docs before fetching content.
- Do one batched discovery read first (TOC + top-level index), then pick targets.
- After discovery, do at most one deep-page read per iteration.
- Prefer section indexes (,
.../gfql/index.html) before deep pages..../visualization/index.html - For routing replies, prefer ReadTheDocs URLs () over GitHub/local file paths unless the user explicitly asks for source code links.
https://pygraphistry.readthedocs.io/... - Keep the first routing response compact (typically 3-5 lines): selected skill + top links.
- Escalate to deeper page fetches only after the user confirms direction or asks for detail.
- Avoid serial micro-reads across many files when one batched lookup can answer routing.
- Avoid blind full dumps (, full sitemap dumps) that bloat context without improving routing quality.
cat * - For canonical URL verification, prefer local snapshot evidence first; use web fallback when the user requests freshness or local mapping is missing.
Default Safety Rules
- Read credentials from environment variables; do not hardcode secrets in tracked files.
- Prefer for modern features.
api=3 - Prefer a plain column on both nodes and edges for legend/category defaults.
type - Set explicit privacy mode before sharing links for sensitive data.
- For large graphs, reduce columns/rows before upload and visualize focused subgraphs first.
Canonical Docs
- Main docs: https://pygraphistry.readthedocs.io/en/latest/
- Docs TOC snapshot:
references/pygraphistry-readthedocs-toc.md - ReadTheDocs version sitemap: https://pygraphistry.readthedocs.io/sitemap.xml
- 10 minutes core: https://pygraphistry.readthedocs.io/en/latest/10min.html
- Visualization: https://pygraphistry.readthedocs.io/en/latest/visualization/index.html
- GFQL: https://pygraphistry.readthedocs.io/en/latest/gfql/index.html
- Plugins/connectors: https://pygraphistry.readthedocs.io/en/latest/plugins.html