@goplausible/openclaw-algorand-plugin 1.7.0 → 1.7.2

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/README.md CHANGED
@@ -96,6 +96,9 @@ Config is stored in `~/.openclaw/openclaw.json` under `plugins.entries.openclaw-
96
96
  | `algorand-interaction` | MCP-based blockchain interaction (wallet, txns, DEX, NFD, x402) |
97
97
  | `algorand-x402-typescript` | x402 payments in TypeScript |
98
98
  | `algorand-x402-python` | x402 payments in Python |
99
+ | `haystack-router-development` | Haystack router development |
100
+ | `haystack-router-interaction` | Haystack router interaction |
101
+ | `alpha-arcade-interaction` | Alpha Arcade interaction |
99
102
 
100
103
  ## Links
101
104
 
package/index.ts CHANGED
@@ -344,8 +344,8 @@ export default function register(api: PluginApi) {
344
344
  async () => {
345
345
  console.log("\nšŸ”· Algorand plugin installed!\n");
346
346
  console.log(" This plugin provides:");
347
- console.log(" • 6 Algorand development skills (smart contracts, x402, MCP interaction)");
348
- console.log(" • algorand-mcp server (99 blockchain tools via mcporter)\n");
347
+ console.log(" • 9 Algorand skills (Algorand development in TS and Python, x402, MCP interaction, alpha arcade interaction, haystack router development and interaction)");
348
+ console.log(" • algorand-mcp server (~100 blockchain tools via mcporter)\n");
349
349
  console.log(" Next steps:");
350
350
  console.log(" 1. Run `openclaw algorand-plugin init` — configure mcporter + add plugin memory");
351
351
  console.log(" 2. Run `openclaw algorand-plugin setup` — configure options & add to allow list");
@@ -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.7.0",
5
+ "version": "1.7.2",
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.7.0",
3
+ "version": "1.7.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },