← 返回 Skills 市场
catplus-eric

Nova Perspective Router

作者 CatPluZ · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install perspective-router
功能描述
Nova 视角调度引擎 — 根据任务描述自动匹配最合适的专家视角能力。 当 Nova 收到复杂、多领域、需要专业深度分析的任务时,自动调用此路由。 工作原理: 1. 分析任务文本中的关键词和语义 2. 在视角库(12位专家心智模型)中打分排序 3. 返回最匹配的 1-3 个视角,附调用建议 4. Nova 读取对...
安全使用建议
This router itself is simple and coherent, but it works by reading and recommending other skills' SKILL.md and (per its instructions) having Nova 'act as' those experts. Before installing or enabling it: 1) review each referenced perspective SKILL.md and any code for network calls, external endpoints, or credential use (these downstream skills, not the router, could perform I/O). 2) Ensure installed perspective skill names are simple (no ../ path tricks) and come from trusted sources — the router constructs file paths from the skill id in its PERSPECTIVES dict. 3) If you want stricter containment, modify router.py to only reference an allowlist of skill IDs you trust, or remove the automatic file-read instructions so Nova prompts you before reading/invoking other skills. 4) Note small code-quality issues (duplicate 'jobs'/'steve_jobs' entries) — harmless but indicates limited review. If you audit or whitelist the perspective skills it will call, this router is safe to use.
功能分析
Type: OpenClaw Skill Name: perspective-router Version: 1.0.0 The perspective-router skill is a keyword-based utility designed to help an AI agent select appropriate expert personas (e.g., Naval Ravikant, Elon Musk) for complex tasks. The bundle consists of a Python scoring script (router.py), a shell wrapper (run.sh), and instructions (SKILL.md) that are entirely consistent with the stated purpose of persona routing. The logic is local, transparent, and lacks any indicators of data exfiltration, unauthorized execution, or malicious intent.
能力标签
crypto
能力评估
Purpose & Capability
Name/description match the implementation: router.py contains a local, keyword-scoring PERSPECTIVES dictionary and returns top-N matches and paths to corresponding SKILL.md files. No unrelated env vars, binaries, or installs are requested.
Instruction Scope
SKILL.md and router.py explicitly instruct Nova to read other skills' SKILL.md files (e.g. /workspace/skills/naval-perspective/SKILL.md) and to use those perspectives when analysing tasks. This is consistent with the router's purpose, but it means the router delegates work to other skill files; if those downstream SKILL.md or their implementations perform network calls or access secrets, that activity will occur when Nova invokes them. Also the SKILL.md shows examples that directly open file paths, which is expected for this use-case.
Install Mechanism
No install spec and no external downloads — router is instruction+local Python script. Low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The router only reads local SKILL.md paths in /workspace/skills, which is proportionate to its stated function.
Persistence & Privilege
always:false and no code modifies agent-wide configs or other skills. The router does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install perspective-router
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /perspective-router 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0: 初始版本,内置12位专家视角路由,零LLM成本
元数据
Slug perspective-router
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nova Perspective Router 是什么?

Nova 视角调度引擎 — 根据任务描述自动匹配最合适的专家视角能力。 当 Nova 收到复杂、多领域、需要专业深度分析的任务时,自动调用此路由。 工作原理: 1. 分析任务文本中的关键词和语义 2. 在视角库(12位专家心智模型)中打分排序 3. 返回最匹配的 1-3 个视角,附调用建议 4. Nova 读取对... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 Nova Perspective Router?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install perspective-router」即可一键安装,无需额外配置。

Nova Perspective Router 是免费的吗?

是的,Nova Perspective Router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nova Perspective Router 支持哪些平台?

Nova Perspective Router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nova Perspective Router?

由 CatPluZ(@catplus-eric)开发并维护,当前版本 v1.0.0。

💬 留言讨论