{"_id":"@mawdbotsonsolana/cli","_rev":"3-43e1cc004e6f91ffe9f960840f5a6fb8","name":"@mawdbotsonsolana/cli","dist-tags":{"latest":"3.0.0"},"versions":{"3.0.0":{"name":"@mawdbotsonsolana/cli","version":"3.0.0","keywords":["solana","clawd","solana-clawd","trading","agent","mawdbot","ooda","privy","jupiter","helius"],"license":"MIT","_id":"@mawdbotsonsolana/cli@3.0.0","maintainers":[{"name":"mawdbotsonsolana","email":"mawdbot@gmail.com"}],"homepage":"https://solanaclawd.com","bugs":{"url":"https://github.com/x402agent/Solana-Os-Go/issues"},"bin":{"clawd":"bin/nanosolana.mjs","solanaos":"bin/nanosolana.mjs","nanosolana":"bin/nanosolana.mjs"},"dist":{"shasum":"2af335a852ff55f2667e151e143028c1ba9c1ffa","tarball":"https://registry.npmjs.org/@mawdbotsonsolana/cli/-/cli-3.0.0.tgz","fileCount":4,"integrity":"sha512-jUMiZCOi/8OON6zfWWWwp0/W73hPG4OjlmwdCCZn6ekhIBc+JOP490bkBsBn/c17piPpjQruKwogV3mJmNUXbg==","signatures":[{"sig":"MEQCICwliUhbp2gn4wsWz09LEVtTvQWMKIMlv5viS4tKXGOZAiAvi7jSw7QPVPJRCgg580/qWf/LpWBOdul066z3DBIeKA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8461},"type":"module","engines":{"node":">=18"},"gitHead":"e73d88c1ffbf90bc1822a2c57b92f0801cb7828d","scripts":{"pack:dry":"npm pack --dry-run","publish:public":"npm publish --access public"},"_npmUser":{"name":"mawdbotsonsolana","email":"mawdbot@gmail.com"},"repository":{"url":"git+https://github.com/x402agent/Solana-Os-Go.git","type":"git","directory":"npm/clawdbot-installer"},"_npmVersion":"11.12.1","description":"solana-clawd CLI bootstrapper - The Solana AI Agent Runtime with ClawdRouter API support","directories":{},"_nodeVersion":"25.6.1","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cli_3.0.0_1776811665967_0.4027768438536101","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2026-04-21T22:47:45.895Z","modified":"2026-06-14T03:48:03.932Z","3.0.0":"2026-04-21T22:47:46.089Z"},"bugs":{"url":"https://github.com/x402agent/Solana-Os-Go/issues"},"license":"MIT","homepage":"https://solanaclawd.com","keywords":["solana","clawd","solana-clawd","trading","agent","mawdbot","ooda","privy","jupiter","helius"],"repository":{"url":"git+https://github.com/x402agent/Solana-Os-Go.git","type":"git","directory":"npm/clawdbot-installer"},"description":"solana-clawd CLI bootstrapper - The Solana AI Agent Runtime with ClawdRouter API support","maintainers":[{"email":"mawdbot@gmail.com","name":"openclawdsol"}],"readme":"# nanosolana-cli\n\nLegacy compatibility package for installing and running SolanaOS from npm.\n\nPrefer the new package:\n\n```bash\nnpx solanaos-cli version\nnpm install -g solanaos-cli\n```\n\n## Install\n\n```bash\n# Run directly with npx\nnpx nanosolana-cli version\n\n# Explicit first-time install or update\nnpx nanosolana-cli install\nnpx nanosolana-cli install --with-web\n\n# Global install\nnpm install -g nanosolana-cli\nnanosolana version\n```\n\n## What it does\n\n1. ✅ Clones the SolanaOS repo\n2. ✅ Builds the `nanosolana` 10MB binary (Go)\n3. ✅ Creates `~/.nanosolana/` workspace + wallet\n4. ✅ Installs a stable CLI at `~/.nanosolana/bin/nanosolana`\n5. ✅ Optionally builds the web console and installs `~/.nanosolana/bin/nanosolana-web`\n\nAfter the first bootstrap, `nanosolana ...` proxies straight to the Go binary from any working directory.\nIf you use `--with-web`, `nanosolana-web ...` does the same for the web console backend.\n\n## After install\n\n```bash\n# Check mainnet health\nnanosolana solana health\n\n# Register agent on-chain (devnet NFT)\nnanosolana solana register\n\n# Start paper trading\nnanosolana ooda --sim\n\n# Full autonomous daemon\nnanosolana daemon\n\n# Local web console\nnanosolana-web --no-browser\n```\n\n## Links\n\n- **Docs**: [go.solanaos.net](https://go.solanaos.net)\n- **GitHub**: [x402agent/SolanaOS](https://github.com/x402agent/SolanaOS)\n- **Helius**: [helius.dev](https://helius.dev)\n\n## Publish your own skill to SolanaOS Hub (npm)\n\nSolanaOS Hub supports publishing user-created skills via npm CLI.\n\n```bash\n# Login to SolanaOS Hub\nnpx @nanosolana/nanohub login\n\n# Publish a local skill folder (must contain SKILL.md)\nnpx @nanosolana/nanohub publish ./my-skill \\\n  --slug my-skill \\\n  --name \"My Skill\" \\\n  --version 1.0.0 \\\n  --tags latest,solana\n```\n\nOpen your published skills at **https://seeker.solanaos.net**.\n","readmeFilename":"README.md"}