clawdos-cli
v0.9.0
Published
ClawdOS — launch a native B20 through RWAGMI right from your terminal (clawd launch), plus Wall Street on Base, ClawGuard, live radar, rug scores, prices.
Maintainers
Readme
clawdos-cli
ClawdOS — the agent-native operating layer for B20, from your terminal.
██████╗ ██╗ █████╗ ██╗ ██╗██████╗ ██████╗ ███████╗
██╔════╝ ██║ ██╔══██╗██║ ██║██╔══██╗██╔═══██╗██╔════╝
██║ ██║ ███████║██║ █╗ ██║██║ ██║██║ ██║███████╗
██║ ██║ ██╔══██║██║███╗██║██║ ██║██║ ██║╚════██║
╚██████╗ ███████╗██║ ██║╚███╔███╔╝██████╔╝╚██████╔╝███████║
╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═════╝ ╚═════╝ ╚══════╝
2.0 ██████╗ ██████╗ ██████╗
██╔══██╗╚════██╗██╔═████╗
██████╔╝ █████╔╝██║██╔██║
██╔══██╗██╔═══╝ ████╔╝██║
██████╔╝███████╗╚██████╔╝
╚═════╝ ╚══════╝ ╚═════╝ native token standard · on BaseLaunch native B20 tokens through RWAGMI — no wallet, no gas, no private key —
plus token prices, wallet stats, trending, gas, TVL. Just type launch, answer
a couple of prompts, and your token ships. Natural language or slash commands.
launch — a ClawdOS × RWAGMI launch
Type launch (no args) for the guided flow: it asks for the token name, symbol,
an optional image, and a fee-receiver address (or makes you a wallet). Then
ClawdOS signs and pays the gas and launches a native B20 through RWAGMI —
you sign nothing and hold no key. The reward split on LP fees:
90% you · 5% RWAGMI · 5% ClawdOS
Every launch is an immutable, rug-proof native B20 with a Uniswap v4 pool. Your 90% of fees accrues to the address you gave, claimable from the RWAGMI locker.
Install
npm install -g clawdos-cliThen:
clawdCommands
| Command | What it does |
| ----------------- | ------------------------------------------------- |
| /b20 | B20 status + native launch radar — activation countdown + every native B20 as it lands |
| launch | Guided ClawdOS × RWAGMI launch — name, symbol, image, your fee address; we pay the gas, you keep 90% |
| launch <name> <SYM> | One-shot launch to your saved fee address (via ClawdOS × RWAGMI) |
| /wallet | Your wallet — address, key (if we made it), balance, your launches |
| /watch | Live Base radar — streaming launches + trending + gas, refreshing in place (press q to exit) |
| /price <token> | Token price + 24h change + mcap + liquidity (Dexscreener) |
| /chart <token> | ASCII price chart (last ~72h, hourly) |
| /rug <token> | Safety scan + risk score — honeypot, buy/sell tax, liquidity, holders, age (honeypot.is) |
| /wallet <addr> | ETH balance + EOA/contract status on Base |
| /flex <addr> | Shareable degen card — ETH value, tx count, tier + score |
| /gas | Base gas price + cost estimates in USD |
| /trending | Boosted / trending Base tokens |
| /new | Newest Base token launches (last 24h) |
| /tvl | Base chain TVL + top protocols (DefiLlama) |
| /scan <addr> | Quick on-chain summary (wallet or token) |
| /login <fal-key>| Set fal.ai key to enable natural-language mode |
| /whoami | Show your session config |
| /clear | Clear terminal |
| /help | All commands |
| /exit | Quit (or Ctrl+D) |
New in 0.8 — ClawdOS × RWAGMI relay launch
launch— a guided, keyless launch through RWAGMI. You give a name, symbol, optional image, and a fee-receiver address; ClawdOS's server signs and pays the gas and ships a native B20. 90% you / 5% RWAGMI / 5% ClawdOS.- No private key, no wallet funding, no signing — the address you give just receives your 90% of LP fees (claimable from the RWAGMI locker).
/wallet— your fee wallet at a glance: address, private key (only if the CLI generated it), ETH balance, and every token you've launched./b20— B20 control panel: activation status + a live radar of every native B20 launch (straight from the factory's on-chain events).
New in 0.2
/watch— a live, self-refreshing radar of the Base ecosystem right in your terminal. New tokens since you opened it flash a●marker./rug <token>— one command to gut-check a token: honeypot simulation, buy/sell tax, liquidity depth, holder count and age → a 0–100 risk score./chart <token>— clean ASCII price chart (GeckoTerminal OHLCV)./flex <addr>— a screenshot-ready "degen card" for any Base wallet.
Natural language (optional)
Set a fal.ai API key to ask questions in plain English:
/login <your-fal-key>Then:
▸ what is the price of degen on base
▸ show me wallet 0xabc...
▸ is gas expensive right now
▸ what just launched on base in the last day
▸ tvlRoutes through claude-sonnet-4.5 to classify intent and dispatch to the right slash command.
Privacy + cost
- All data fetched from public APIs (Dexscreener, DeFi Llama, Base RPC, CoinGecko). No auth or sign-in for the core commands.
- The optional natural-language mode calls fal.ai with your own key —
ClawdOS doesn't see or store your key anywhere besides
~/.config/clawdos/config.jsonon your machine. - Free except for fal.ai's own per-token billing if you enable NL mode.
License
MIT
