find-new-curators
Find new curators
Use this skill when asked to discover new vault curators, improve curator coverage, or audit whether vaults in generic protocols are missing curator metadata.
The goal is to produce a reviewed shortlist of curator candidates, not to blindly add every unknown string found in vault names.
Required inputs
Before starting, clarify the scope if the user did not provide it:
- Protocols: Which vault protocols to inspect, e.g. Morpho, Euler, IPOR Fusion, Lagoon Finance, Hyperliquid, GRVT, Lighter, Hibachi, or all.
- Data source: Local pipeline data in
~/.tradingstrategy/vaults, production R2 metadata, or a specific DuckDB/parquet file. - Output: Candidate report only, or also create new
eth_defi/data/feeds/curators/*.yamlfiles.
If the user asks for "all", inspect the local data sources that are present and report any missing databases instead of failing the whole task.
1. Print existing curators
Start by printing the existing machine-readable curator list:
More from tradingstrategy-ai/web3-ethereum-defi
get-block-number
Get the latest block number for a blockchain using Web3.py and JSON-RPC environment variables
71extract-project-logo
Extract a project's logo from its website, brand kit, or other sources
67check-vault-onchain
Check our feature flagging against an onchain vault
66more-vaults
Add more vault smart contract types to an existing protocol
64add-vault-note
Add a note to specific vault
62fix-sphix-docs
Fix errors and warnings in Sphinx docs build
61