@tradingstrategy-ai/build-vault-universe
BUpdate a notebook's cross-chain vault universe to the top 10 vaults by one-year return using the helper script output.
Install
agr install @tradingstrategy-ai/build-vault-universe --target claudeWrites 1 file into .claude/skills/, pinned to git-8e95a718.
- .claude/skills/build-vault-universe/SKILL.md
Document
name: build-vault-universe description: Update a notebook's cross-chain vault universe to the top 10 vaults by one-year return using the helper script output.
Update the target notebook so its vault configuration contains the top 10 vaults by one-year return.
Run the helper script to get the filtered vault list:
# Create a copy of this file if you need to change the default parameters
poetry run python scripts/larger-filter-top-vaults.py
The script output will be long, so use files to move the data around.
Replace the VAULTS = [...] entries in the cross-chain configuration section of the notebook with the script output.
Update the comment header above VAULTS with today's date.
Include "deposit closed" vaults, but add a separate comment line above each one explaining why deposits are closed. Exclude Hypercore vaults because we cannot allocate to them.
Don't run the notebook at the end of the update.
Default configured chains
See the script file for the default chain set. Typical chains are:
- Arbitrum
- Base
- Ethereum
- Avalanche
- Hypercore (Hyperliquid native) - use chain id 9999
- HyperEVM - use chain id 999
- Monad
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-8e95a7180c902026-07-31