SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Query, trace paths, and explain graph.json with Graphify in the trading repository.
Official Graphify-Labs/graphify for this trading repo. Query graph.json (query/path/explain), never graph.html, never pip install graphify (wrong package). Package is graphifyy. Slash: /graphify
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# Graphify (official) Upstream: [Graphify-Labs/graphify](https://github.com/Graphify-Labs/graphify) ```bash uv tool install graphifyy python scripts/graphify_ops.py extract # code-only AST, no LLM graphify query "what calls TradeGateway" graphify path "plan_put_credit" "TradeGateway" graphify explain "TradeGateway" python scripts/graphify_ops.py fuse "what calls TradeGateway" ``` If `graphify-out/graph.json` exists, answer architecture questions from the graph first. Fuse search hits with 1–2 hop traversal. Do not treat `graph.html` as retrieval. Do not merge into `financial_graph.sqlite`. Details: `docs/GRAPHIFY.md`.