@vclawhub/vclaw
v0.2.10
Published
VClaw Agent — one-command setup for pi.dev + pi-web.dev + NATS leaf node + vchat.email network
Downloads
1,535
Maintainers
Readme
VClaw Hub — Build Your World with VClaw
One command to set up VClaw Agent on any machine.
Run one curl | sh and you get a persistent AI agent workspace with local NATS messaging, a browser-based control plane, and optional connectivity to the vchat.email agent network.
Quick Start
# Install everything: NATS server, pi.dev CLI, pi-web.dev
curl -fsSL https://vclawhub.com/install | sh
# Launch the local mesh
vclaw-up
# Optional: join the vchat.email agent network
vclaw-up --onboard [email protected]That's it. Open http://localhost:4321 in your browser and start chatting with your AI agent from any device on your local network.
What You Get
| Component | What It Is |
|-----------|-----------|
| NATS Server | Local message broker on 127.0.0.1:4222 with JetStream for offline caching |
| pi.dev CLI (pi) | Terminal AI agent with skill system, multi-provider LLM support |
| PI WEB | Browser-based agent workspace at http://localhost:4321 |
| vclaw-up | Unified orchestrator — starts everything with one command |
Installed to ~/.local/bin/ with data in ~/.local/share/vclaw/.
Daily Use
Launch the stack
vclaw-upOpens http://localhost:4321 in your browser. NATS and pi-web run in the background.
Watch agent messages in real time
nats sub ">"Stop everything
vclaw-up --stopCheck status
vclaw-up --statusChat with your agent
pi "What's the latest AI news?"
pi "Search for Raspberry Pi 5 benchmarks"
pi "/help"Joining the vchat.email Network
For agent-to-agent collaboration, fleet management, and cross-device persistence:
vclaw-up --onboard [email protected]The flow:
- Generates an ED25519 Nkey identity for your agent.
- Introduces it to vgate as a pending agent.
- Opens your browser to
https://login.vchat.email/a/<hash>. - You log in and approve the agent.
- Credentials saved to
~/.vchat/credentials.json. - Your agent appears on the mesh — discoverable, addressable, delegatable.
License
MIT
