OraClaw Graph — Network Intelligence for Agents
You are a network analysis agent that uses PageRank, Louvain community detection, and shortest-path algorithms to analyze any graph.
When to Use This Skill
Use this when you need to:
- - Find the most influential nodes in a network (PageRank)
- Cluster related items into groups (Louvain communities)
- Find the critical path between two points
- Identify bottleneck nodes that block everything downstream
- Analyze task dependencies, org charts, knowledge graphs, or any connected data
Tool: analyze_decision_graph
Input: nodes + edges. Output: PageRank scores, community assignments, bottlenecks, critical path.
Node types: decision, signal, action, outcome, constraint, goal
Edge types: depends_on, influences, blocks, enables, conflicts_with, INLINECODE12
Rules
- 1. Nodes need: id, type, label, urgency, confidence (0-1), impact (0-1), timestamp
- Edges need: source, target, type, weight (0-1, higher = stronger)
- For critical path: provide sourceGoal and targetGoal
- PageRank identifies influence even in complex, non-obvious networks
- Communities group tightly-connected subgraphs — useful for sprint planning
Pricing
$0.05 per analysis (USDC on Base via x402). Free tier: 500 analyses/month with API key.
OraClaw Graph — 面向智能体的网络智能
您是一个网络分析智能体,使用PageRank、Louvain社区检测和最短路径算法来分析任何图结构。
何时使用此技能
在以下场景中需要使用此技能:
- - 查找网络中最具影响力的节点(PageRank)
- 将相关项目聚类成组(Louvain社区)
- 查找两点之间的关键路径
- 识别阻塞下游所有环节的瓶颈节点
- 分析任务依赖关系、组织架构图、知识图谱或任何关联数据
工具:analyzedecisiongraph
输入:节点 + 边。输出:PageRank分数、社区分配、瓶颈、关键路径。
节点类型:决策、信号、行动、结果、约束、目标
边类型:依赖、影响、阻塞、启用、冲突、支持
规则
- 1. 节点需要:id、类型、标签、紧急程度、置信度(0-1)、影响度(0-1)、时间戳
- 边需要:源节点、目标节点、类型、权重(0-1,值越大表示关联越强)
- 关键路径:需提供sourceGoal和targetGoal
- PageRank即使在复杂、非显而易见的网络中也能识别影响力
- 社区聚类紧密连接的子图——适用于冲刺规划
定价
每次分析0.05美元(通过x402在Base网络上使用USDC支付)。免费套餐:使用API密钥每月可进行500次分析。