An automated DeFi intelligence tool for scanning, comparing, and analyzing USDC yield farming opportunities on Base and Arbitrum.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install defi-yield-scout
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install defi-yield-scout using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DeFi Yield Scout is a specialized tool designed to empower users with real-time data on USDC stablecoin yields across the Base and Arbitrum ecosystems. By leveraging DeFiLlama's comprehensive data, it provides a high-level overview of lending protocols and vaults, including Morpho, Aave, and Moonwell. As part of the growing ecosystem of Openclaw Skills, this agent focuses on maximizing capital efficiency through data-driven insights.
This skill doesn't just list numbers; it evaluates protocol risk, TVL, and historical stability to ensure users make informed decisions. Whether you are looking for the highest current APY or need to evaluate the cost-effectiveness of migrating liquidity between vaults, this tool automates the research phase of DeFi management. It is particularly useful for those building or using autonomous agents, providing a structured way to interact with the complex landscape of decentralized finance.
To get started with this skill, navigate to your local repository and ensure the Python script is executable. No API keys are required as it utilizes public DeFiLlama endpoints.
# Navigate to your Openclaw Skills directory
cd skills/defi-yield-scout
# Run a scan for the best USDC yields on Base
python3 scripts/yield_scout.py scan --chain Base --min-tvl 1000000
The skill organizes DeFi data into a structured format for easy comparison. Key data points include:
| Attribute | Description |
|---|---|
| Pool ID | Unique UUID from DeFiLlama for tracking specific vaults. |
| APY | Current annual percentage yield (point-in-time snapshot). |
| TVL | Total Value Locked, used to assess pool depth and risk profile. |
| Stability Score | A metric derived from the standard deviation of APY over the last 30 days. |
| Migration Verdict | A logic-based recommendation based on time-to-breakeven analysis. |
Loading
A universal shipment tracking skill that enables AI agents to monitor deliveries and provide real-time status notifications for over 2,000 carriers.

A specialized AI agent skill that translates complex programming logic into intuitive daily clothing and outfit metaphors for easier understanding.

An automated monitoring tool that tracks GitHub releases and delivers prioritized changelog summaries to your preferred communication channels.

A proactive memory retrieval skill that optimizes search queries to ensure AI agents maintain project continuity and context.

An AI-powered scouting tool for identifying and comparing the highest-yielding USDC pools across Base and Arbitrum.

A command-line interface for managing Apple Calendar events and availability on macOS.








































