[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Whatsonyourmind-oraclaw-graph-zh-CN":3,"guides-for-Whatsonyourmind-oraclaw-graph":428,"similar-k178mh7vmtmtb4gqwx82f04svn86mpqz-zh-CN":429},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":238,"parentExtension":248,"providers":249,"relations":255,"repo":258,"tags":424,"workflow":425},1778699143948.7937,"k178mh7vmtmtb4gqwx82f04svn86mpqz",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"AI 智能体所需的网络智能。为任何已连接事物的图提供 PageRank、社区检测（Louvain）、关键路径和瓶颈分析。",{"claudeCode":12},"Whatsonyourmind/oraclaw","oraclaw-graph","https://github.com/Whatsonyourmind/oraclaw",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":241},1778699143948.794,"kn748jp131zvf8bqqb72et4wph86nger","zh-CN",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"tier":218,"useCases":219},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,181,184,187,190],{"category":22,"check":23,"severity":24,"summary":25},"实用性","问题相关性","pass","描述清楚地说明了网络智能的需求，并提供了 PageRank 和社区检测等具体示例。",{"category":22,"check":27,"severity":24,"summary":28},"独特卖点","该扩展提供确定性的优化和分析（PageRank、Louvain 等），超越了标准 LLM 的能力，直接解决了复杂的网络分析任务。",{"category":22,"check":30,"severity":24,"summary":31},"生产就绪度","该技能提供了一个功能齐全的图分析工具，具有清晰的输入、输出和定价，适用于实际工作流程。",{"category":33,"check":34,"severity":24,"summary":35},"范围","单一职责原则","该扩展专门专注于网络智能和图分析，使用单一工具（`analyze_decision_graph`）处理此领域。",{"category":33,"check":37,"severity":24,"summary":38},"描述质量","显示的描述准确而简洁地反映了 SKILL.md 和 README 中描述的功能。",{"category":40,"check":41,"severity":24,"summary":42},"调用","作用域工具","该扩展公开了一个单一的、范围明确的工具（`analyze_decision_graph`）用于图分析。",{"category":44,"check":45,"severity":46,"summary":47},"文档","配置和参数参考","warning","SKILL.md 列出了 `ORACLAW_API_KEY` 作为必需的环境变量，但没有说明如何获取它或其必需的范围，也没有详细说明其他配置参数。",{"category":33,"check":49,"severity":24,"summary":50},"工具命名","单一工具 `analyze_decision_graph` 具有描述性，并与技能领域相关。",{"category":33,"check":52,"severity":24,"summary":53},"最小 I/O 表面","工具的输入参数（节点、边、可选的 sourceGoal、targetGoal）定义明确且有文档记录，输出提供了特定的分析分数和分配。",{"category":55,"check":56,"severity":24,"summary":57},"许可证","许可证可用性","该扩展包含 LICENSE 文件并声明了 MIT 许可证，这是一个宽松的开源许可证。",{"category":59,"check":60,"severity":24,"summary":61},"维护","提交时效性","最后一次提交是在 2026 年 5 月 2 日，在过去 90 天内。",{"category":59,"check":63,"severity":24,"summary":64},"依赖管理","存在锁文件（`package-lock.json` 或 `yarn.lock`，由 `npm install` 和 `npm` 徽章暗示）表明已处理依赖管理。",{"category":66,"check":67,"severity":46,"summary":68},"安全","秘密管理","SKILL.md 指定 `ORACLAW_API_KEY` 是必需的环境变量，但 README 和 SKILL.md 没有详细说明如何获取此密钥或其范围，增加了错误配置或处理不当的风险。",{"category":66,"check":70,"severity":24,"summary":71},"注入","该扩展似乎在结构化数据（节点、边）上运行，并且没有指示任何加载或执行不受信任的第三方代码或数据的机制。",{"category":66,"check":73,"severity":24,"summary":74},"传递供应链手榴弹","该扩展似乎不会在运行时获取外部内容；所有逻辑和数据似乎都已捆绑或在内部处理。",{"category":66,"check":76,"severity":24,"summary":77},"沙箱隔离","该扩展在图数据和分析上运行；没有文件系统修改或超出其预期范围的操作的迹象。",{"category":66,"check":79,"severity":24,"summary":80},"沙箱逃逸原语","在提供的技能描述和元数据中没有出现分离的进程或拒绝重试循环。",{"category":66,"check":82,"severity":24,"summary":83},"数据渗漏","该扩展分析图数据，似乎不会渗漏任何机密信息。出站调用仅限于 API 端点。",{"category":66,"check":85,"severity":24,"summary":86},"隐藏文本技巧","捆绑的内容似乎没有隐藏的操纵技巧，具有干净的 ASCII 和预期的 Unicode 字符。",{"category":88,"check":89,"severity":24,"summary":90},"钩子","不透明代码执行","技能描述和元数据没有暗示任何混淆的代码执行或运行时脚本获取。",{"category":92,"check":93,"severity":24,"summary":94},"可移植性","结构假设","该技能在提供的图数据上运行，并且不对用户项目结构做出假设。",{"category":96,"check":97,"severity":24,"summary":98},"信任","问题关注度","在过去 90 天内有 0 个打开的问题和 44 个已关闭的问题，表明维护和响应活跃。",{"category":100,"check":101,"severity":24,"summary":102},"版本控制","发布管理","SKILL.md 前置词声明版本为 1.0.0，并且有一个 CHANGELOG.md，表明版本控制清晰。",{"category":104,"check":105,"severity":24,"summary":106},"代码执行","验证","该工具的输入模式（节点、边、类型）暗示了结构化验证，并且输出被描述为结构化 JSON。",{"category":66,"check":108,"severity":24,"summary":109},"无保护的破坏性操作","该扩展执行分析，而不是破坏性操作，因此此检查不适用。",{"category":104,"check":111,"severity":24,"summary":112},"错误处理","该工具被描述为返回结构化 JSON，这暗示了智能体可以处理的可操作的错误报告。",{"category":104,"check":114,"severity":115,"summary":116},"日志记录","not_applicable","这是一个分析性技能，不执行破坏性操作或需要本地审计日志记录的出站调用。",{"category":118,"check":119,"severity":24,"summary":120},"合规性","GDPR","该扩展分析网络图，似乎不处理个人数据。",{"category":118,"check":122,"severity":24,"summary":123},"目标市场","未检测到区域或管辖权逻辑；该扩展在全球范围内适用。",{"category":92,"check":125,"severity":24,"summary":126},"运行时稳定性","该技能依赖于标准的图分析算法，不与特定的操作系统或 shell 环境绑定。",{"category":44,"check":128,"severity":24,"summary":129},"README","README 文件存在，并清楚地说明了扩展的目的和功能。",{"category":33,"check":131,"severity":115,"summary":132},"工具表面大小","该扩展公开了一个单一的工具（`analyze_decision_graph`），因此工具表面大小不适用。",{"category":40,"check":134,"severity":115,"summary":135},"重叠的近义词工具","该扩展只公开了一个工具，因此没有重叠的近义词工具。",{"category":44,"check":137,"severity":24,"summary":138},"幻影功能","所有宣传的功能，如 PageRank 和社区检测，都反映在工具描述和元数据中。",{"category":140,"check":141,"severity":46,"summary":142},"安装","安装说明","虽然提供了 MCP 服务器和 REST API 的安装说明，但提到了需要 `ORACLAW_API_KEY`，但没有提供如何获取该密钥或其必要范围的清晰步骤。",{"category":144,"check":145,"severity":24,"summary":146},"错误","可操作的错误消息","该工具被描述为返回结构化 JSON，这暗示了智能体可操作的错误报告。",{"category":148,"check":149,"severity":24,"summary":150},"执行","固定依赖项","存在 `npm install` 和 npm SDK 的提及，表明很可能通过锁文件进行了依赖项固定。",{"category":33,"check":152,"severity":115,"summary":153},"无风险预览","该扩展执行分析，不具有改变状态的操作，因此无风险预览功能不适用。",{"category":155,"check":156,"severity":24,"summary":157},"协议","幂等重试和超时","该扩展是分析性的，不涉及远程修改操作，因此超时和幂等性不适用。",{"category":118,"check":159,"severity":24,"summary":160},"遥测选择加入","未提及遥测收集，因此此检查不适用。",{"category":40,"check":162,"severity":24,"summary":163},"精确目的","该目的清楚地说明了工件（已连接事物的图）和用户意图（网络智能、影响、集群、路径、瓶颈分析）。",{"category":40,"check":165,"severity":24,"summary":166},"简洁的前置词","前置词简洁，提供了核心功能清晰的摘要，并包含相关标签。",{"category":44,"check":168,"severity":24,"summary":169},"简洁正文","SKILL.md 正文简洁，直接描述了工具及其用法，避免了过多的前言。",{"category":171,"check":172,"severity":115,"summary":173},"上下文","渐进式披露","该技能很简单，只有一个工具，不需要复杂的过程，因此不需要渐进式披露。",{"category":171,"check":175,"severity":115,"summary":176},"分支探索","该技能执行直接分析，不涉及需要分支上下文的深入探索。",{"category":22,"check":178,"severity":179,"summary":180},"使用示例","info","尽管 README 提供了 REST API 和 SDK 的示例，并且 SKILL.md 列出了节点/边类型，但在技能上下文中没有 `analyze_decision_graph` 工具的端到端、可直接复制粘贴的示例。",{"category":22,"check":182,"severity":179,"summary":183},"边缘情况","SKILL.md 提到了节点和边类型以及基本要求，但没有明确记录格式错误的输入或未满足的依赖项的失败模式或恢复步骤。",{"category":104,"check":185,"severity":115,"summary":186},"工具回退","该技能使用自己的内部工具，不依赖于具有回退路径的外部 MCP 服务器。",{"category":66,"check":188,"severity":24,"summary":189},"意外状态时停止","该技能在提供的数据上运行，不执行需要检查工作树中意外预状态的操作。",{"category":92,"check":191,"severity":24,"summary":192},"跨技能耦合","该技能是自包含的，专注于图分析，没有对其他技能的隐式依赖。",1778698992500,"该技能为 AI 智能体提供网络智能，执行 PageRank、Louvain 社区检测、关键路径和瓶颈分析等分析，处理图数据。其全部功能需要 API 密钥。",[196,197,198,199,200],"PageRank 分数计算","Louvain 社区检测","关键路径分析","瓶颈节点识别","决策图分析",[202,203,204],"通用数据可视化","实时网络监控","图操作（添加/删除节点/边）","3.0.0","4.4.0","为 AI 智能体提供高级网络分析能力，使他们能够理解连接数据的结构、影响和关键组成部分。","配置和参数参考查找的严重性为警告，秘密管理也为警告。安装说明也是警告。",75,"一个强大的网络分析技能，文档清晰，工具单一且范围明确。",[212,213,214,215,216,217],"graph-analytics","network-analysis","pagerank","community-detection","critical-path","bottleneck-analysis","community",[220,221,222,223],"查找网络中最具影响力的节点","将相关项目聚类分组","确定点之间的关键路径","识别工作流中的瓶颈节点",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":237,"testCoverage":240},{"hasLockfile":226},true,1778698975622,{"descriptionLength":229,"readmeSize":230},150,9472,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"manifestVersion":234,"openIssues90d":8,"pushedAt":235,"stars":236},44,2,"1.0.0",1777714123000,8,{"hasNpmPackage":238,"license":239,"smitheryVerified":238},false,"MIT",{"hasCi":226,"hasTests":226},{"updatedAt":242},1778699143948,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"mission-control/packages/clawhub-skills/oraclaw-graph","Whatsonyourmind","oraclaw","skill",null,{"evaluate":250,"extract":253},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":251,"targetMarket":252,"tier":218},[212,213,214,215,216,217],"global",{"commitSha":254},"HEAD",{"repoId":256,"translatedFrom":257},"kd76fmxm1ng903s4fmj0p7hxxs86ndkg","k174fcjz3srj8dbkh0972g1stn86nb3t",{"_creationTime":259,"_id":256,"identity":260,"providers":261,"workflow":420},1778698831609.0093,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":262,"discover":395,"github":398},{"commitSha":254,"extensions":263},[264,276,284,292,300,308,316,324,332,340,346,354,362,370,378],{"basePath":265,"description":266,"displayName":267,"installMethods":268,"rationale":269,"selectedPaths":270,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-anomaly","Anomaly detection for AI agents. Z-score, IQR, and streaming detection. Find outliers in data instantly. Sub-millisecond response. Works on single values or full datasets.","oraclaw-anomaly",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-anomaly/SKILL.md",[271],{"path":272,"priority":273},"SKILL.md","mandatory","rule","en",{"basePath":277,"description":278,"displayName":279,"installMethods":280,"rationale":281,"selectedPaths":282,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-bandit","A/B testing and feature optimization for AI agents. Pick the best option automatically using Multi-Armed Bandits and Contextual Bandits (LinUCB). No data warehouse needed — works from request","oraclaw-bandit",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-bandit/SKILL.md",[283],{"path":272,"priority":273},{"basePath":285,"description":286,"displayName":287,"installMethods":288,"rationale":289,"selectedPaths":290,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-bayesian","Bayesian inference engine for AI agents. Update beliefs with new evidence. Prior + evidence = posterior. Multi-factor prediction with calibration tracking.","oraclaw-bayesian",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-bayesian/SKILL.md",[291],{"path":272,"priority":273},{"basePath":293,"description":294,"displayName":295,"installMethods":296,"rationale":297,"selectedPaths":298,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-calibrate","Prediction quality scoring for AI agents. Brier score, log score, and multi-source convergence analysis. Know if your forecasts are accurate and if your data sources agree.","oraclaw-calibrate",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-calibrate/SKILL.md",[299],{"path":272,"priority":273},{"basePath":301,"description":302,"displayName":303,"installMethods":304,"rationale":305,"selectedPaths":306,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-cmaes","CMA-ES continuous optimization for AI agents. State-of-the-art derivative-free optimizer. 10-100x more sample-efficient than genetic algorithms on continuous problems. Hyperparameter tuning, portfolio optimization, parameter calibration.","oraclaw-cmaes",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-cmaes/SKILL.md",[307],{"path":272,"priority":273},{"basePath":309,"description":310,"displayName":311,"installMethods":312,"rationale":313,"selectedPaths":314,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-decide","Decision intelligence for AI agents. Analyze options, map decision dependencies with PageRank, detect when information sources conflict, and find the choices that matter most.","oraclaw-decide",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-decide/SKILL.md",[315],{"path":272,"priority":273},{"basePath":317,"description":318,"displayName":319,"installMethods":320,"rationale":321,"selectedPaths":322,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-ensemble","Multi-model consensus for AI agents. Combine predictions from multiple LLMs, models, or sources into a mathematically optimal consensus. Auto-weights by historical accuracy.","oraclaw-ensemble",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-ensemble/SKILL.md",[323],{"path":272,"priority":273},{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-evolve","Genetic Algorithm optimizer for AI agents. Multi-objective Pareto optimization for portfolio weights, pricing, hyperparameters, marketing mix — any problem with multiple competing goals. Handles nonlinear search spaces that LP solvers cannot.","oraclaw-evolve",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-evolve/SKILL.md",[331],{"path":272,"priority":273},{"basePath":333,"description":334,"displayName":335,"installMethods":336,"rationale":337,"selectedPaths":338,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-forecast","Time series forecasting for AI agents. ARIMA and Holt-Winters predictions with confidence intervals. Predict revenue, traffic, prices, or any sequential data. Sub-5ms inference.","oraclaw-forecast",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-forecast/SKILL.md",[339],{"path":272,"priority":273},{"basePath":244,"description":341,"displayName":13,"installMethods":342,"rationale":343,"selectedPaths":344,"source":274,"sourceLanguage":275,"type":247},"Network intelligence for AI agents. PageRank, community detection (Louvain), critical path, and bottleneck analysis for any graph of connected things.",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-graph/SKILL.md",[345],{"path":272,"priority":273},{"basePath":347,"description":348,"displayName":349,"installMethods":350,"rationale":351,"selectedPaths":352,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-pathfind","A* pathfinding and task sequencing for AI agents. Find the optimal path through workflows, dependencies, and decision trees. K-shortest paths via Yen's algorithm. Cost/time/risk breakdown.","oraclaw-pathfind",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-pathfind/SKILL.md",[353],{"path":272,"priority":273},{"basePath":355,"description":356,"displayName":357,"installMethods":358,"rationale":359,"selectedPaths":360,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-risk","Risk assessment engine for AI agents. Value at Risk (VaR), CVaR, stress testing, and multi-factor risk scoring. Monte Carlo powered. Built for trading agents, lending agents, and portfolio managers.","oraclaw-risk",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-risk/SKILL.md",[361],{"path":272,"priority":273},{"basePath":363,"description":364,"displayName":365,"installMethods":366,"rationale":367,"selectedPaths":368,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-simulate","Monte Carlo simulation for AI agents. Run thousands of probabilistic scenarios to model risk, forecast revenue, estimate project timelines, and quantify uncertainty. Supports 6 distribution types.","oraclaw-simulate",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-simulate/SKILL.md",[369],{"path":272,"priority":273},{"basePath":371,"description":372,"displayName":373,"installMethods":374,"rationale":375,"selectedPaths":376,"source":274,"sourceLanguage":275,"type":247},"mission-control/packages/clawhub-skills/oraclaw-solver","Industrial-grade scheduling and resource optimization for AI agents. Solve task scheduling with energy matching, budget allocation, and any LP/MIP constraint problem in milliseconds.","oraclaw-solver",{"claudeCode":12},"SKILL.md frontmatter at mission-control/packages/clawhub-skills/oraclaw-solver/SKILL.md",[377],{"path":272,"priority":273},{"basePath":379,"description":380,"displayName":381,"installMethods":382,"license":239,"rationale":383,"selectedPaths":384,"source":274,"sourceLanguage":275,"type":394},"mission-control/packages/mcp-server","OraClaw Decision Intelligence — 17 MCP tools for AI agents (6 premium API-key tools + 11 free). Full input/output schemas + MCP behavior annotations on every tool. Optimization (bandit/CMA-ES/genetic/LP-MIP), simulation (Monte Carlo/scenarios), prediction (ARIMA/Holt-Winters/Bayesian/ensemble), scoring (convergence/calibration), graph analytics, anomaly detection, pathfinding, scheduling.","@oraclaw/mcp-server",{"npm":381},"server.json with namespace/server name at mission-control/packages/mcp-server/server.json",[385,387,389,391],{"path":386,"priority":273},"server.json",{"path":388,"priority":273},"package.json",{"path":390,"priority":273},"README.md",{"path":392,"priority":393},"src/index.ts","low","mcp",{"sources":396},[397],"manual",{"closedIssues90d":232,"description":399,"forks":233,"homepage":400,"license":239,"openIssues90d":8,"pushedAt":235,"readmeSize":230,"stars":236,"topics":401},"Deterministic decision-intelligence MCP server for AI agents — 17 tools, 21 algorithms (LinUCB, HiGHS LP/MIP, PageRank, Monte Carlo, CMA-ES, conformal). Sub-25ms. Zero LLM cost. AAA on Glama. Field-validated in 12+ OSS projects.","https://web-olive-one-89.vercel.app",[402,403,404,405,406,407,408,394,409,410,411,412,413,414,415,416,417,418,419,214],"ai-agents","algorithms","api","bandits","decision-intelligence","fastify","machine-learning","optimization","typescript","agent-tools","anthropic","claude-mcp","contextual-bandit","deterministic-tools","linear-programming","llm-tools","model-context-protocol","monte-carlo",{"classifiedAt":421,"discoverAt":422,"extractAt":423,"githubAt":423,"updatedAt":421},1778698837409,1778698831609,1778698835357,[217,215,216,212,213,214],{"evaluatedAt":426,"extractAt":427,"updatedAt":242},1778698992613,1778698837670,[],[430,458,484,515,537,566],{"_creationTime":431,"_id":432,"community":433,"display":434,"identity":440,"providers":445,"relations":452,"tags":454,"workflow":455},1778696691708.2861,"k17czyc60rqjzms9hs9wkkkvf986ney4",{"reviewCount":8},{"description":435,"installMethods":436,"name":438,"sourceUrl":439},"Agent skill for pagerank-analyzer - invoke with $agent-pagerank-analyzer",{"claudeCode":437},"ruvnet/ruflo","PageRank Analyzer Agent","https://github.com/ruvnet/ruflo",{"basePath":441,"githubOwner":442,"githubRepo":443,"locale":275,"slug":444,"type":247},".agents/skills/agent-pagerank-analyzer","ruvnet","ruflo","agent-pagerank-analyzer",{"evaluate":446,"extract":451},{"promptVersionExtension":205,"promptVersionScoring":206,"score":447,"tags":448,"targetMarket":252,"tier":450},98,[449,214,408,409,213],"graph-analysis","verified",{"commitSha":254,"license":239},{"repoId":453},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[449,408,213,409,214],{"evaluatedAt":456,"extractAt":457,"updatedAt":456},1778697927754,1778696691708,{"_creationTime":459,"_id":460,"community":461,"display":462,"identity":466,"providers":467,"relations":478,"tags":480,"workflow":481},1778699157729.1929,"k17chrkg6h2andff94gdfr8sqn86mxwk",{"reviewCount":8},{"description":463,"installMethods":464,"name":465,"sourceUrl":14},"A* 路径查找和任务排序，用于 AI 代理。在工作流、依赖项和决策树中找到最佳路径。通过 Yen 算法实现 K-shortest paths。成本/时间/风险明细。",{"claudeCode":12},"OraClaw Pathfind",{"basePath":347,"githubOwner":245,"githubRepo":246,"locale":18,"slug":349,"type":247},{"evaluate":468,"extract":477},{"promptVersionExtension":205,"promptVersionScoring":206,"score":469,"tags":470,"targetMarket":252,"tier":450},99,[471,472,473,474,216,475,476],"pathfinding","routing","workflow","dependencies","task-sequencing","astar",{"commitSha":254,"license":239},{"repoId":256,"translatedFrom":479},"k173hqx1847hrmdc2dhpm1f6n586md97",[476,216,474,471,472,475,473],{"evaluatedAt":482,"extractAt":427,"updatedAt":483},1778699008623,1778699157729,{"_creationTime":485,"_id":486,"community":487,"display":488,"identity":494,"providers":499,"relations":508,"tags":511,"workflow":512},1778683460321.3816,"k17fd1dhmc76frn5d1xjjc23bx86mjba",{"reviewCount":8},{"description":489,"installMethods":490,"name":492,"sourceUrl":493},"Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page summaries back into an agent loop so its next iteration learns from the last one.",{"claudeCode":491},"browserbase/skills","Browser Trace","https://github.com/browserbase/skills",{"basePath":495,"githubOwner":496,"githubRepo":497,"locale":275,"slug":498,"type":247},"skills/browser-trace","browserbase","skills","browser-trace",{"evaluate":500,"extract":507},{"promptVersionExtension":205,"promptVersionScoring":206,"score":469,"tags":501,"targetMarket":252,"tier":450},[502,503,504,505,506,213],"browser-automation","debugging","tracing","cdp","developer-tools",{"commitSha":254,"license":239},{"parentExtensionId":509,"repoId":510},"k17bx77jb71yrwatep2nb43r0d86m6cb","kd77wvcdm5fq9xp8hk6ppm832s86myxr",[502,505,503,506,213,504],{"evaluatedAt":513,"extractAt":514,"updatedAt":513},1778683657573,1778683460321,{"_creationTime":516,"_id":517,"community":518,"display":519,"identity":523,"providers":525,"relations":533,"tags":534,"workflow":535},1778696691708.289,"k17874p2rhttzpn70wfmyx25ms86nd6f",{"reviewCount":8},{"description":520,"installMethods":521,"name":522,"sourceUrl":439},"Agent skill for quorum-manager - invoke with $agent-quorum-manager",{"claudeCode":437},"agent-quorum-manager",{"basePath":524,"githubOwner":442,"githubRepo":443,"locale":275,"slug":522,"type":247},".agents/skills/agent-quorum-manager",{"evaluate":526,"extract":532},{"promptVersionExtension":205,"promptVersionScoring":206,"score":447,"tags":527,"targetMarket":252,"tier":450},[528,529,530,531,213],"distributed-systems","consensus-protocols","quorum-management","fault-tolerance",{"commitSha":254,"license":239},{"repoId":453},[529,528,531,213,530],{"evaluatedAt":536,"extractAt":457,"updatedAt":536},1778698105521,{"_creationTime":538,"_id":539,"community":540,"display":541,"identity":547,"providers":552,"relations":560,"tags":562,"workflow":563},1778691799740.4827,"k17d4qep6a8727yy5y2bjeptcs86nevy",{"reviewCount":8},{"description":542,"installMethods":543,"name":545,"sourceUrl":546},"Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.",{"claudeCode":544},"K-Dense-AI/claude-scientific-skills","NetworkX","https://github.com/K-Dense-AI/claude-scientific-skills",{"basePath":548,"githubOwner":549,"githubRepo":550,"locale":275,"slug":551,"type":247},"scientific-skills/networkx","K-Dense-AI","claude-scientific-skills","networkx",{"evaluate":553,"extract":558},{"promptVersionExtension":205,"promptVersionScoring":206,"score":447,"tags":554,"targetMarket":252,"tier":450},[555,213,556,557,403,551],"graph","python","data-visualization",{"commitSha":254,"license":559},"3-clause BSD license",{"repoId":561},"kd79rphh5gexy91xmpxc05h5mh86mm9r",[403,557,555,213,551,556],{"evaluatedAt":564,"extractAt":565,"updatedAt":564},1778693300092,1778691799740,{"_creationTime":567,"_id":568,"community":569,"display":570,"identity":576,"providers":581,"relations":587,"tags":589,"workflow":590},1778675145461.8555,"k17ehat5w2q8gxn0sm6heea5ah86mst9",{"reviewCount":8},{"description":571,"installMethods":572,"name":574,"sourceUrl":575},"Part of the AlterLab Academic Skills suite. Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.",{"claudeCode":573},"AlterLab-IEU/AlterLab-Academic-Skills","AlterLab NetworkX","https://github.com/AlterLab-IEU/AlterLab-Academic-Skills",{"basePath":577,"githubOwner":578,"githubRepo":579,"locale":275,"slug":580,"type":247},"skills/data-science/alterlab-networkx","AlterLab-IEU","AlterLab-Academic-Skills","alterlab-networkx",{"evaluate":582,"extract":586},{"promptVersionExtension":205,"promptVersionScoring":206,"score":447,"tags":583,"targetMarket":252,"tier":450},[584,449,213,556,585,403],"data-science","visualization",{"commitSha":254,"license":239},{"repoId":588},"kd7fqvj70pvyn4r3q9kctpnd7d86mfqd",[403,584,449,213,556,585],{"evaluatedAt":591,"extractAt":592,"updatedAt":591},1778676461652,1778675145461]