@goplausible/openclaw-algorand-plugin 1.9.0 → 1.9.1

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.
package/memory/MEMORY.md CHANGED
@@ -23,7 +23,7 @@
23
23
  * `alpha-arcade-interaction` — Load for prediction market trading via MCP tools (browse markets, place orders, manage positions).
24
24
 
25
25
  ### QR Codes
26
- * When calling `generate_algorand_qrcode`, **USE THE --RAW FLAG** with mcporter to get full output including base64 PNG. Always include UTF-8 QR block, PNG image, and URI string in your response. Copy the ENTIRE base64 string exactly — do not reformat or edit.
26
+ * `generate_algorand_qrcode` returns `qr` (UTF-8 text QR), `uri` (algorand:// URI), `link` (shareable hosted QR URL via QRClaw), and `expires_in` (link validity). Always include the UTF-8 QR block, URI string, and shareable link in your response.
27
27
 
28
28
  ### Documentation
29
29
  * Use `get_knowledge_doc` MCP tool for Algorand developer documentation (categories: arcs, sdks, algokit, algokit-utils, tealscript, puya, liquid-auth, python, developers, clis, nodes, details).
@@ -33,7 +33,7 @@ mcporter list algorand-mcp
33
33
 
34
34
  # Call a tool
35
35
  mcporter call algorand-mcp.wallet_get_info
36
- mcporter call algorand-mcp.generate_algorand_qrcode --raw address=XXXXX network=testnet asset=0 amount=1000000
36
+ mcporter call algorand-mcp.generate_algorand_qrcode address=XXXXX network=testnet asset=0 amount=1000000
37
37
  mcporter call algorand-mcp.search_assets name=USDC network=mainnet
38
38
  ```
39
39
 
@@ -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.0",
5
+ "version": "1.9.1",
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.0",
3
+ "version": "1.9.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },