@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 +1 -1
- package/memory/algorand-plugin.md +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
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
|
-
*
|
|
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
|
|
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
|
|
package/openclaw.plugin.json
CHANGED
|
@@ -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.
|
|
5
|
+
"version": "1.9.1",
|
|
6
6
|
"skills": [
|
|
7
7
|
"skills/algorand-development",
|
|
8
8
|
"skills/algorand-typescript",
|