This is the Giano extension for OpenClaw.
You can install this extension automatically using a single command.
Run the following command in your terminal:
curl -fsSL https://gpt.io.vn/install.sh | bashRun the following command in PowerShell:
irm https://gpt.io.vn/install.ps1 | iexNote: Replace
gpt.io.vnwith the actual URL where you are hosting theinstall.shandinstall.ps1scripts (e.g., GitHub Raw URL).
- Clone this repository into your OpenClaw extensions directory:
- Linux/macOS:
~/.openclaw/extensions/giano - Windows:
$env:USERPROFILE\.openclaw\extensions\giano
- Linux/macOS:
- Navigate to the directory:
cd ~/.openclaw/extensions/giano - Install dependencies:
npm install - Restart OpenClaw.
To use this extension, you need to update your OpenClaw config.json file.
-
Enable the plugin:
Add
"giano": { "enabled": true }to theplugins.entriessection."plugins": { "entries": { "giano": { "enabled": true } } }
-
Configure the channel:
Add the following configuration to the
channelssection:"channels": { "giano": { "token": "__OPENCLAW_REDACTED__", "apiBaseUrl": "https://messages-api.bug.edu.vn", "wsUrl": "wss://messages-api.bug.edu.vn/bot/ws", "dm": { "policy": "open" }, "groupPolicy": "open" } },