← Back to Skills Marketplace
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install perspective-router
Description
Nova 视角调度引擎 — 根据任务描述自动匹配最合适的专家视角能力。 当 Nova 收到复杂、多领域、需要专业深度分析的任务时,自动调用此路由。 工作原理: 1. 分析任务文本中的关键词和语义 2. 在视角库(12位专家心智模型)中打分排序 3. 返回最匹配的 1-3 个视角,附调用建议 4. Nova 读取对...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install perspective-router - After installation, invoke the skill by name or use
/perspective-router - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0: 初始版本,内置12位专家视角路由,零LLM成本
Metadata
Frequently Asked Questions
What is Nova Perspective Router?
Nova 视角调度引擎 — 根据任务描述自动匹配最合适的专家视角能力。 当 Nova 收到复杂、多领域、需要专业深度分析的任务时,自动调用此路由。 工作原理: 1. 分析任务文本中的关键词和语义 2. 在视角库(12位专家心智模型)中打分排序 3. 返回最匹配的 1-3 个视角,附调用建议 4. Nova 读取对... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install Nova Perspective Router?
Run "/install perspective-router" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nova Perspective Router free?
Yes, Nova Perspective Router is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nova Perspective Router support?
Nova Perspective Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nova Perspective Router?
It is built and maintained by CatPluZ (@catplus-eric); the current version is v1.0.0.
More Skills