Add Vault Note
Adds a new note to your Vault account for tracking trades and strategies – crucial for organized record-keeping.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add add-vault-note npx -- -y @trustedskills/add-vault-note
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"add-vault-note": {
"command": "npx",
"args": [
"-y",
"@trustedskills/add-vault-note"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The add-vault-note skill allows AI agents to record specific observations, strategies, or performance metrics directly into a DeFi vault's associated note field. This capability enables persistent logging of trade rationale or market conditions without altering the vault's core state or balance.
When to use it
- Documenting the reasoning behind a specific yield farming decision for future audit trails.
- Recording current gas price thresholds that trigger automated vault interactions.
- Logging unexpected protocol behavior or oracle discrepancies during active trading cycles.
- Storing temporary analysis results related to asset volatility within a specific vault context.
Key capabilities
- Appends text notes directly to a designated DeFi vault entity.
- Maintains the integrity of vault assets while adding metadata.
- Supports structured logging for complex DeFi strategies.
- Integrates seamlessly with Ethereum-based trading workflows.
Example prompts
- "Add a note to Vault 0x123 explaining that we paused deposits due to high slippage on USDC."
- "Record in the vault's notes that the current APY target is 15% based on recent market data."
- "Log an observation about increased volatility in the underlying asset within the vault description."
Tips & gotchas
Ensure the AI agent has explicit permission to modify the vault's metadata fields, as some protocols restrict note updates. Verify that the note content adheres to character limits imposed by the specific smart contract implementation before execution.
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.