@xelvyn/cli
v0.2.0
Published
XELVYN CLI - Deploy and manage autonomous Web4 agents from your terminal
Downloads
285
Maintainers
Readme
@xelvyn/cli
XELVYN CLI - Deploy and manage autonomous Web4 agents from your terminal.
Install
npm install -g @xelvyn/cliQuick Start
xelvyn login
xelvyn init my-agent --template yield --network base
xelvyn deploy --x402 --xmtp
xelvyn status my-agent --liveCommands
| Command | Description |
|---------|-------------|
| xelvyn init <name> | Initialize a new agent project |
| xelvyn deploy | Deploy agent to VPS instance |
| xelvyn status <name> | Check agent status |
| xelvyn logs <name> | Stream agent logs |
| xelvyn stop <name> | Stop a running agent |
| xelvyn config | View or modify configuration |
| xelvyn skill install <name> | Install a skill on your agent |
| xelvyn x402 balance | Check x402 USDC balance |
| xelvyn vps list | List VPS instances |
Documentation
Full documentation at xelvyn.xyz/docs
License
MIT
