Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion skills/nova-wallet/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: nova-wallet
description: Safely operate the nova CLI wallet for authentication, balance checks, sending funds, withdrawals, and key management across mainnet and testnet. Enforces deterministic JSON/TOON parsing, exit code validation, financial confirmations, network verification, and strict secret-handling rules. Use when performing nova wallet automation, stablecoin transfers, claim links, exports, or any blockchain transaction via the nova CLI.
compatibility: Requires nodejs 24 and access to the internet
metadata:
homepage: https://github.com/MynthAI/nova
package: https://www.npmjs.com/package/@mynthai/nova
---

- If `nova` is not installed, install with:
Expand All @@ -11,7 +14,7 @@ compatibility: Requires nodejs 24 and access to the internet
```

Or run without installing via npx (replace all `nova` usage with
`npx @mynth/nova`)
`npx @mynthai/nova`)

## Deterministic Parsing (MUST)

Expand Down
2 changes: 1 addition & 1 deletion skills/nova-wallet/references/REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install -g @mynthai/nova
```

Or run without installing via npx (replace all `nova` usage with
`npx @mynth/nova`).
`npx @mynthai/nova`).

It supports:

Expand Down