·add-vault-protocol
!

add-vault-protocol

tradingstrategy-ai/web3-ethereum-defi

Add support for a new ERC-4626 vault protocol. Use when the user wants to integrate a new vault protocol like IPOR, Plutus, Morpho, etc. Requires vault smart contract address, protocol name, and protocol slug as inputs.

10Installs·2Trend·@tradingstrategy-ai

Installation

$npx skills add https://github.com/tradingstrategy-ai/web3-ethereum-defi --skill add-vault-protocol

SKILL.md

This skill guides you through adding support for a new ERC-4626 vault protocol to the ethdefi library.

Create ethdefi/erc4626/vaultprotocol/{protocolslug}/vault.py following the patterns in:

For getlink() check the protocol website to find a direct link URL pattern to its vault. Usual formats:

Add support for a new ERC-4626 vault protocol. Use when the user wants to integrate a new vault protocol like IPOR, Plutus, Morpho, etc. Requires vault smart contract address, protocol name, and protocol slug as inputs. Source: tradingstrategy-ai/web3-ethereum-defi.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tradingstrategy-ai/web3-ethereum-defi --skill add-vault-protocol
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is add-vault-protocol?

Add support for a new ERC-4626 vault protocol. Use when the user wants to integrate a new vault protocol like IPOR, Plutus, Morpho, etc. Requires vault smart contract address, protocol name, and protocol slug as inputs. Source: tradingstrategy-ai/web3-ethereum-defi.

How do I install add-vault-protocol?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tradingstrategy-ai/web3-ethereum-defi --skill add-vault-protocol Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/tradingstrategy-ai/web3-ethereum-defi