← Back to Skills Marketplace
Nova Orbit
by
Jokerli530
· GitHub ↗
· v1.0.0
· MIT-0
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nova-orbit
Description
Nova 自驱动轨道 — GitHub调研 + 自进化记忆 + 模式复用 + 人机协作。Nova 的核心智能引擎。
Usage Guidance
What to check before installing:
- The SKILL.md expects several local tools/services (ByteRover 'brv' CLI, a local HTTP proxy at 127.0.0.1:7897, and a Star Office service at 127.0.0.1:19000) but the skill metadata does not declare these requirements — confirm you have those components and trust their origins.
- Inspect ~/.openclaw/workspace/nova-mind/scripts/self-assessment.sh and any other scripts the skill will run. Ensure they don't execute untrusted commands or transmit sensitive files.
- Determine what 'brv curate' and 'brv query' do and where they send data. If brv forwards content to a remote service, curated repository README or logs could be uploaded; decide whether that's acceptable.
- The skill will read and append files in your home directory (memory, patterns, token-log). Back up anything important and consider running the skill in a sandboxed account or container if you are unsure.
- If you don't want autonomous persistence, restrict the skill's invocation or disable automatic runs until you can audit the toolchain.
Additional information that would raise confidence: the concrete implementation/details of 'brv' (local CLI vs remote service), contents of the self-assessment script, and whether the local proxy and Star Office endpoints are controlled by you or by an external/unknown component.
Capability Assessment
Purpose & Capability
The skill claims to be a self-evolving research engine and the runtime instructions align with that purpose (GitHub research, pattern extraction, local memory). However, the SKILL.md expects external/local tools and services (ByteRover CLI 'brv', ARIS endpoints, a local proxy at 127.0.0.1:7897, Star Office at 127.0.0.1:19000, various shell utilities) while the skill metadata declares no required binaries, env vars, or credentials. That mismatch (required runtime components not declared) is an incoherence.
Instruction Scope
Instructions instruct the agent to read and write files under ~/.openclaw/workspace/nova-mind, invoke shell commands (curl, jq, base64, bash), call local HTTP endpoints, run 'brv curate' which may transmit curated content, and execute a user script (~/.openclaw/.../self-assessment.sh). These actions go beyond mere API lookups and grant the skill broad discretion over local data and commands. The SKILL.md also mandates routing GitHub calls through a local proxy (127.0.0.1:7897), which could be benign but could also enable routing through an unexpected tunnel; the instructions do not explain where curated data is sent or whether 'brv' is local-only.
Install Mechanism
This is an instruction-only skill with no install spec, so nothing will be written by an installer. That's lower technical risk. However, the runtime presumes the presence of third-party CLIs and services (brv, Star Office, proxy) that are not installed or validated by the skill — the missing installation/requirement declarations are an operational/integrity gap rather than an installer risk.
Credentials
No environment variables or credentials are declared, yet the instructions expect access to a workspace in the user's home, to local services and to external APIs (GitHub). The skill will read and append to files in ~/.openclaw/workspace/nova-mind and run scripts from there. Because 'brv curate' and other commands may transmit content outside the host, the absence of declared endpoints/credentials makes it unclear whether sensitive content could be forwarded. The requested filesystem and local-service access is moderately privileged relative to the declared metadata.
Persistence & Privilege
The skill does not set always:true and does not declare system-wide configuration changes, but it writes persistent artifacts (daily memory files, pattern files, token logs) under ~/.openclaw/workspace/nova-mind and expects to run recurring self-assessment scripts. Persistent local state plus autonomous invocation (the platform default) means the skill can evolve and retain behaviors across sessions; this is expected for a 'self-evolving' engine but raises the usual caution about persistent, writable state.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nova-orbit - After installation, invoke the skill by name or use
/nova-orbit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - autonomous AI engine
Metadata
Frequently Asked Questions
What is Nova Orbit?
Nova 自驱动轨道 — GitHub调研 + 自进化记忆 + 模式复用 + 人机协作。Nova 的核心智能引擎。 It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.
How do I install Nova Orbit?
Run "/install nova-orbit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nova Orbit free?
Yes, Nova Orbit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nova Orbit support?
Nova Orbit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nova Orbit?
It is built and maintained by Jokerli530 (@jokerli530); the current version is v1.0.0.
More Skills