← Back to Skills Marketplace
524
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install nova
Description
Safely operate the nova CLI wallet for authentication, balance checks, sending funds, withdrawals, and key management across mainnet and testnet. Enforces de...
Usage Guidance
This skill appears to be what it claims: a set of safe, deterministic instructions for operating the nova CLI. Before installing or running it, verify the npm package and GitHub repository (author, recent releases, and trustworthiness). Prefer 'npx @mynthai/nova' to avoid a global install if you don't trust the package, and always use '--dry-run' and explicit user confirmation for any 'send' or 'withdraw' actions. Do not paste claim URLs, exported keys, or mnemonic phrases into shared chats or logs. If you need higher assurance, inspect the @mynthai/nova package source on GitHub/npm before allowing the agent to install or execute it.
Capability Analysis
Type: OpenClaw Skill
Name: nova
Version: 1.0.2
The OpenClaw AgentSkills skill bundle for 'nova-wallet' is classified as benign. While the underlying `nova` CLI performs inherently high-risk operations like sending funds and managing cryptographic keys, the skill's documentation (SKILL.md and references/REFERENCE.md) provides extensive and explicit instructions for the AI agent to operate safely. These instructions emphasize user confirmation for financial transactions, strict handling of secrets (keys, phrases, claim URLs), validation of outputs, and warnings against common pitfalls like blind retries or logging sensitive data. There is no evidence of malicious intent, data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection designed to bypass security or harm the user; instead, the instructions actively promote secure and responsible agent behavior.
Capability Assessment
Purpose & Capability
The name/description (operate the nova CLI wallet) match the SKILL.md guidance. Required runtime (Node.js 24 and the @mynthai/nova npm package or npx) is coherent for a Node-based CLI wrapper. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md is narrowly scoped to deterministic parsing, network checks, balance checks, send/withdraw flows, and secret-handling guidance. It does not instruct the agent to read unrelated files, harvest environment variables, or transmit data to unexpected endpoints. It explicitly warns to treat claim links and keys as secrets.
Install Mechanism
There is no registry install spec, but the runtime instructions tell the agent to run 'npm install @mynthai/nova' or use 'npx'. Installing/executing a third-party npm package is a normal way to get a CLI, but it does write and execute code from the public npm registry — verify the package and maintainer before allowing installation. Minor inconsistency: registry metadata lists no homepage/source while SKILL.md includes GitHub and npm URLs.
Credentials
The skill requests no environment variables or credentials. Instructions reference only nova's own config (e.g., 'nova config get network'), which is proportional to the wallet management purpose. Secret-handling rules are sensible and do not request unrelated secrets.
Persistence & Privilege
always is false and the skill is instruction-only, so it does not request permanent automatic inclusion or elevated platform privileges. The guidance to use npm/npx does not itself alter platform configuration (other than potential local/global package installation if the user chooses '-g').
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nova - After installation, invoke the skill by name or use
/nova - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added `--dry-run` (`-d`) option to both `nova send` and `nova withdraw` commands for validating and previewing transactions without submitting.
- Updated command documentation to reflect new `--dry-run` usage and behavior.
- Clarified that `send` is still non-idempotent, but now supports safe pre-checks with `--dry-run`.
- No changes to code files; documentation only update.
v1.0.1
- Fixed references to @mynthai/nova package
- Now includes metadata links for project homepage and npm package
v1.0.0
Initial release of nova-wallet skill for safe and automated CLI wallet operations.
- Enables authentication, balance checks, fund transfers, withdrawals, and key management via the nova CLI.
- Enforces deterministic structured output parsing, exit code checks, and robust error handling.
- Implements strict verification for network/amount/destination before any financial action.
- Includes clear safety rules for secret handling, non-idempotent send operations, and claim links.
- Documents supported networks, stablecoins, output formats, fees, rate limits, and all command usages.
Metadata
Frequently Asked Questions
What is Nova?
Safely operate the nova CLI wallet for authentication, balance checks, sending funds, withdrawals, and key management across mainnet and testnet. Enforces de... It is an AI Agent Skill for Claude Code / OpenClaw, with 524 downloads so far.
How do I install Nova?
Run "/install nova" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nova free?
Yes, Nova is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Nova support?
Nova is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nova?
It is built and maintained by SynthLuvr (@synthluvr); the current version is v1.0.2.
More Skills