@goplausible/openclaw-algorand-plugin 1.9.2 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-algorand-plugin",
3
3
  "name": "Algorand Integration",
4
4
  "description": "Algorand blockchain integration with MCP and skills — by GoPlausible",
5
- "version": "1.9.2",
5
+ "version": "1.9.3",
6
6
  "skills": [
7
7
  "skills/algorand-development",
8
8
  "skills/algorand-typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goplausible/openclaw-algorand-plugin",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -211,7 +211,19 @@ All prices and quantities use **microunits** (1,000,000 = $1.00 or 1 share). Ord
211
211
 
212
212
  ## QR Code Display (ARC-26 URI)
213
213
 
214
- When generating QR codes with `generate_algorand_qrcode`, the tool returns:
214
+ `generate_algorand_qrcode` generates an Algorand payment URI and QR code per ARC-26 specification via QRClaw service.
215
+
216
+ **Parameters:**
217
+ | Parameter | Required | Description |
218
+ |-----------|----------|-------------|
219
+ | `address` | Yes | Receiver Algorand address |
220
+ | `label` | No | Payment label |
221
+ | `amount` | No | Amount in microunits (e.g. 1000000 = 1 ALGO or 1 USDC) |
222
+ | `asset` | No | ASA ID for asset transfers; omit or 0 for ALGO |
223
+ | `note` | No | Payment note |
224
+ | `xnote` | No | Exclusive immutable note |
225
+
226
+ **Returns:**
215
227
  - `qr` — UTF-8 text QR code (terminal-friendly)
216
228
  - `uri` — the `algorand://` URI string
217
229
  - `link` — shareable hosted QR URL (via QRClaw service)