Install
Run the installer on your OpenClaw VM
SSH into your OpenClaw VM and run:This installs
glosso-wallet, glosso-pyth, and glosso-jupiter into ~/.openclaw/skills/ and restarts the OpenClaw gateway.What install.sh Does
Skills After Install
| Skill | Path | What the agent can do |
|---|---|---|
glosso-wallet | ~/.openclaw/skills/glosso-wallet/ | Check balance, send SOL, view history |
glosso-pyth | ~/.openclaw/skills/glosso-pyth/ | Get real-time prices |
glosso-jupiter | ~/.openclaw/skills/glosso-jupiter/ | Quote and execute token swaps |
Agent Prompting
After provisioning, the agent has aGLOSSO.md in its working directory. OpenClaw automatically injects it as context. You can then ask the agent things like:
- “Check my SOL balance”
- “Send 0.1 SOL to [address]”
- “What’s the current price of SOL?”
- “Swap 0.5 SOL for USDC”
If the agent responds that it doesn’t know how to check balances or send SOL, check that
GLOSSO.md exists in the working directory and that the skill scripts are in ~/.openclaw/skills/.