@waiaas/skills 2.11.0-rc.21 → 2.11.0-rc.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waiaas/skills",
3
- "version": "2.11.0-rc.21",
3
+ "version": "2.11.0-rc.22",
4
4
  "description": "WAIaaS skill files for AI agents - install via npx @waiaas/skills add <name>",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -3,7 +3,7 @@ name: "WAIaaS Actions"
3
3
  description: "Action Provider framework: list providers, execute DeFi actions through the 6-stage transaction pipeline"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, defi, actions, waiass, jupiter, 0x, swap, lifi, bridge, cross-chain, lido, jito, staking, liquid-staking, pendle, yield, pt, yt, drift, perp, perpetual, leverage, futures, dcent-swap, dcent, aggregator, across, across-bridge, polymarket, prediction-market, clob, ctf]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS Admin"
3
3
  description: "Admin API: daemon status, kill switch, notifications, settings management, JWT rotation, shutdown, oracle status, API key management, audit logs, backup, webhooks, stats, autostop"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, admin, security, oracle, defi, waiass, audit, backup, webhook, stats, autostop]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS ERC-8004"
3
3
  description: "ERC-8004 Trustless Agents: identity registration, reputation management, on-chain validation"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, erc-8004, identity, reputation, validation, trust, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS ERC-8128"
3
3
  description: "ERC-8128 Signed HTTP Requests: RFC 9421 + EIP-191 signature for API authentication"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, erc-8128, signing, rfc9421, http, authentication, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS External Actions"
3
3
  description: "Off-chain action framework: signedData/signedHttp pipeline, credential vault, venue/category policies"
4
4
  category: "api"
5
5
  tags: [wallet, external-actions, off-chain, signing, credentials, venue, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS NFT Operations"
3
3
  description: "NFT query, transfer, and approval operations for ERC-721, ERC-1155, and Metaplex standards"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, nft, erc721, erc1155, metaplex, solana, ethereum, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS Policies"
3
3
  description: "Policy engine CRUD: 16 policy types for spending limits, whitelists, time restrictions, rate limits, token/contract/approve controls, network restrictions, x402 domain controls, ERC-8128 domain controls, reputation threshold, venue whitelist, action category limits"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, policies, security, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS Polymarket"
3
3
  description: "Polymarket prediction market trading: CLOB off-chain orders, CTF on-chain settlement, market data, position tracking"
4
4
  category: "api"
5
5
  tags: [polymarket, prediction-market, clob, ctf, defi, polygon, usdc]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS Quickset"
3
3
  description: "End-to-end quickset: create wallet, session, check balance, send first transfer"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, solana, ethereum, quickset, quickstart, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS RPC Proxy"
3
3
  description: "EVM JSON-RPC proxy mode: use Forge/Hardhat/ethers.js/viem with WAIaaS policy engine via --rpc-url"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, ethereum, evm, rpc, forge, hardhat, viem, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS Session Recovery"
3
3
  description: "Recover from expired or permanently expired session tokens"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, session, recovery, token, expired, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS Setup"
3
3
  description: "Zero-state daemon setup: install CLI, initialize, start daemon, create wallet, configure session"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, solana, ethereum, setup, install, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl", "npm", "npx", "waiaas", "which"]
@@ -3,7 +3,7 @@ name: "WAIaaS Transactions"
3
3
  description: "All 6 transaction types (TRANSFER, TOKEN_TRANSFER, CONTRACT_CALL, APPROVE, BATCH, NFT_TRANSFER) with lifecycle management"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, solana, ethereum, transactions, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS Wallet Management"
3
3
  description: "Wallet CRUD, asset queries, session management, token registry, MCP provisioning, owner management"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, solana, ethereum, sessions, tokens, mcp, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]
@@ -3,7 +3,7 @@ name: "WAIaaS x402"
3
3
  description: "x402 auto-payment protocol: fetch URLs with automatic cryptocurrency payments"
4
4
  category: "api"
5
5
  tags: [wallet, blockchain, x402, payments, waiass]
6
- version: "2.11.0-rc.21"
6
+ version: "2.11.0-rc.22"
7
7
  dispatch:
8
8
  kind: "tool"
9
9
  allowedCommands: ["curl"]