check-stablecoins
Check stablecoins
This skill audits all stablecoin YAML files in eth_defi/data/stablecoins/ for liveness — checking whether their Twitter/X accounts are active and homepage domains are reachable. It adds a checks section to each file and attempts to fill in missing information. If wind-down news is found, it updates long_description.
Required inputs
None. The skill operates on the full set of stablecoin YAML files automatically. Optionally the user may specify:
- Recheck mode - Whether to overwrite existing
checkssections (default: skip files that already have checks) - Subset - A glob or list of specific YAML files to check (default: all
*.yamlin the stablecoins directory)
Output format
Each YAML file receives a checks mapping with these keys:
checks:
twitter_last_post_at: '2026-03-10'
domain_up_at: '2026-03-17'
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