From 74d660c6865e8c2c49dc76bb35e5d6d0de5bb024 Mon Sep 17 00:00:00 2001 From: Aleks_ Date: Sat, 14 Mar 2026 01:25:26 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20add=20VaultAgent=20skill=20=E2=80=94=20?= =?UTF-8?q?NFT=20vault=20liquidity=20on=20NFTX=20V3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vault-agent/SKILL.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 vault-agent/SKILL.md diff --git a/vault-agent/SKILL.md b/vault-agent/SKILL.md new file mode 100644 index 00000000..491ad1ef --- /dev/null +++ b/vault-agent/SKILL.md @@ -0,0 +1,44 @@ +--- +name: vault-agent +description: Execute NFT vault liquidity on NFTX V3. Browse vaults, simulate and execute mint/redeem/swap on-chain. Simulate to confirm to execute safety pattern. +version: 1.0.0 +metadata: + openclaw: + emoji: "🏦" + homepage: https://github.com/Aleks-NFT/VaultAgent + requires: + env: + - ETH_RPC_URL + primaryEnv: ETH_RPC_URL +--- + +# VaultAgent — NFT Vault Liquidity on NFTX V3 + +MCP server for NFT vault operations on NFTX V3 Ethereum Mainnet. +All write ops enforce simulate → confirm → execute. No tx without user approval. + +## Use when + +- User asks about NFTX vault liquidity, TVL, floor prices +- User wants to simulate or execute mint, redeem, or swap on NFTX +- User says get my Milady back from NFTX or deposit Azuki into NFTX +- User asks about Dutch auction premiums for targeted redeems +- Any query about NFTX vaults: MILADY, PUNK, BAYC, AZUKI + +## Tools + +Read: list_vaults, get_vault_info, get_premium_window, simulate_mint +Write: execute_mint, execute_redeem, execute_swap + +## Safety rule + +Always: 1) simulate 2) show cost to user 3) ask confirm 4) execute only after yes. + +## Install + +npx skillsadd Aleks-NFT/VaultAgent + +## Contract + +FeeWrapper: 0xd9f3eddf463a06b89f022e2596f66fc495119f58 (Mainnet, verified) +GitHub: github.com/Aleks-NFT/VaultAgent