Identify Vault Protocol
This skill analyzes market data to pinpoint instances of Vault Protocol activity, aiding in identifying potential trading opportunities and risks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add identify-vault-protocol npx -- -y @trustedskills/identify-vault-protocol
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"identify-vault-protocol": {
"command": "npx",
"args": [
"-y",
"@trustedskills/identify-vault-protocol"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The identify-vault-protocol skill enables AI agents to detect and classify the underlying smart contract protocols associated with decentralized finance (DeFi) vaults on Ethereum. It analyzes vault addresses to determine their specific governance or lending mechanisms, providing clarity on how assets are managed within these pools.
When to use it
- Determining the risk profile of a yield farming opportunity by identifying its core protocol logic.
- Auditing smart contract interactions to ensure an AI agent is interacting with expected vault architectures.
- Categorizing DeFi assets for portfolio management or automated reporting based on their protocol origin.
- Verifying the legitimacy of a vault before executing deposit or withdrawal transactions.
Key capabilities
- Detects and names the specific vault protocol governing a given smart contract address.
- Operates within the Ethereum ecosystem to parse DeFi infrastructure data.
- Provides structured identification results suitable for downstream decision-making logic.
Example prompts
- "Identify the vault protocol for this Ethereum address: 0x..."
- "What protocol does this specific yield vault utilize?"
- "Analyze this contract and tell me which vault system it belongs to."
Tips & gotchas
This skill is specialized for Ethereum-based DeFi environments; it may not recognize vaults on other blockchains. Ensure the input address is valid and up-to-date, as protocol mappings can change with smart contract upgrades or forks.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.