This is a graph analysis agent that wraps the sublinear-time-solver MCP server to run PageRank calculations and network optimization. You'd use it for finding influential nodes in social networks, optimizing agent swarm topologies, or analyzing web graphs at scale. It comes with detailed examples for personalized PageRank in recommendation systems and distributed processing patterns via Flow Nexus sandboxes. The prompting includes a full class example for swarm topology optimization, which is a nice touch if you're building multi-agent systems that need efficient communication patterns. It's specialized enough that you'll know immediately if you need it.
npx skills add https://github.com/ruvnet/ruflo --skill agent-pagerank-analyzer