发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Solana Funding Rate Arbitrage (v2.0)
Automated funding rate arbitrage bot for Solana perpetual DEXes.
Video Watcher
Download, transcribe, and screenshot videos for analysis.
Venus Protocol Ops — Skill Summary
`venus-protocol-ops` is a risk-first operations skill for Venus Protocol (BNB Chain). It supports: - market scanning (APY, liquidity, utilization) - wallet exposure and health checks - what-if borrow simulation - deposit and withdraw execution flows with safety confirmations
Venus Risk Rules
- `health = weightedCollateralUSD / debtUSD` - `bufferPct = (health - 1.0) * 100`
Quick Commands
```bash python scripts/venus_check.py --symbol vUSDT ```
Venus Protocol Overview (BNB Chain)
Venus is a money market protocol on BNB Chain. Users supply assets to earn yield and borrow against posted collateral.
Glossary
- **APY**: annualized yield. - **Supply APY**: yield suppliers earn. - **Borrow APY**: cost borrowers pay. - **Utilization**: share of supplied liquidity currently borrowed. - **Health**: collateral safety ratio; near 1 means liquidation risk.
Flux (Power by Fluid) Quick Commands
Protocol-specific scripts are under `scripts/flux/` (separate from Venus Core scripts).
BNB Chain Contract Notes
Store or update verified contract addresses and API endpoints here.