โ† All skills
Tencent SkillHub ยท Productivity

Morpho Earn - earn safe yield on your USDC on Base

Earn yield on USDC by supplying to the Moonwell Flagship USDC vault on Morpho (Base). Use when depositing USDC, withdrawing from the vault, checking position/APY, or setting up wallet credentials for DeFi yield.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Earn yield on USDC by supplying to the Moonwell Flagship USDC vault on Morpho (Base). Use when depositing USDC, withdrawing from the vault, checking position/APY, or setting up wallet credentials for DeFi yield.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, package.json, SKILL.md, CLAUDE.md, scripts/status.ts, scripts/report.ts

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 19 sections Open source page

Morpho Earn โ€” Earn safe yield on your USDC

Earn yield on USDC via the Moonwell Flagship USDC vault on Base (Morpho protocol). Vault: 0xc1256Ae5FF1cf2719D4937adb3bbCCab2E00A2Ca Chain: Base (8453) Asset: USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)

Why This Vault?

The Moonwell Flagship USDC vault is one of the safest places to earn yield on Base: Powers Coinbase โ€” Provides $20M+ liquidity to Coinbase's BTC/ETH borrow products Blue-chip collateral only โ€” Loans backed by ETH, cbETH, wstETH, cbBTC Conservative LTV ratios โ€” Healthy collateral requirements Isolated markets โ€” Risk is compartmentalized No rehypothecation โ€” Your USDC isn't lent recursively Battle-tested โ€” Morpho's codebase is <650 lines, immutable, extensively audited Multi-layer governance โ€” Moonwell DAO + Block Analitica/B.Protocol curators + Security Council

Current APY (~4.5-5%)

ComponentAPYSourceBase yield~4%Borrower interestRewards~0.5-1%WELL + MORPHO via MerklTotal~4.5-5%Sustainable, from real demand Yields come from real borrowing demand, not unsustainable emissions. Check current APY with npx tsx status.ts.

Quick Start

cd ~/clawd/skills/morpho-yield/scripts npm install npx tsx setup.ts The setup wizard will: Configure your wallet (private key file, env var, or 1Password) Ask your notification preferences (daily/weekly reports) Set compound threshold and auto-compound preference Add monitoring to HEARTBEAT.md automatically

Interactive Setup

npx tsx setup.ts Guides you through wallet configuration and preferences.

Check Position & APY

npx tsx status.ts Returns: current deposit, vault shares, APY, wallet balances.

Generate Report

# Telegram/Discord format (default) npx tsx report.ts # JSON format (for automation) npx tsx report.ts --json # Plain text npx tsx report.ts --plain Beautiful formatted report showing position, rewards, and estimated earnings.

Deposit USDC

npx tsx deposit.ts <amount> # Example: deposit 100 USDC npx tsx deposit.ts 100 Deposits USDC into the Moonwell vault. Requires sufficient USDC balance and gas (ETH on Base).

Withdraw

# Withdraw specific amount of USDC npx tsx withdraw.ts <amount> # Withdraw all (redeem all shares) npx tsx withdraw.ts all

Check Rewards

npx tsx rewards.ts Returns: claimable MORPHO, WELL, and other reward tokens from Merkl.

Claim Rewards

npx tsx rewards.ts claim Claims all pending rewards from Merkl distributor to your wallet.

Auto-Compound

npx tsx compound.ts All-in-one command that: Claims any pending rewards from Merkl Swaps reward tokens (MORPHO, WELL) to USDC via Odos aggregator Deposits the USDC back into the vault

Heartbeat Integration

After setup, your agent monitors the position based on deposit size: Deposit SizeCompound CheckRationale$10,000+DailyLarge positions accumulate meaningful rewards quickly$1,000-$10,000Every 3 daysBalance between gas costs and reward accumulation$100-$1,000WeeklySmall rewards need time to exceed gas costs<$100Bi-weeklyMinimal positions, compound only when worthwhile The agent will: Check reward balances at the appropriate frequency Compound when rewards exceed your threshold (default: $0.50) Send position reports (daily/weekly based on preference) Alert you if gas is running low

Configuration

Config location: ~/.config/morpho-yield/config.json { "wallet": { "source": "file", "path": "~/.clawd/vault/morpho.key" }, "rpc": "https://rpc.moonwell.fi/main/evm/8453" } Preferences: ~/.config/morpho-yield/preferences.json { "reportFrequency": "weekly", "compoundThreshold": 0.50, "autoCompound": true }

Security

โš ๏ธ This skill manages real funds. Review carefully: Private keys loaded at runtime from your chosen source Keys never logged or written to disk by scripts All transactions simulated before execution Contract addresses verified on each run Scripts show transaction preview before sending

Recommended Setup

Dedicated wallet โ€” Create a hot wallet just for this skill Limited funds โ€” Only deposit what you're comfortable having in a hot wallet Secure key storage โ€” Use encrypted file or 1Password Monitor activity โ€” Periodically check wallet transactions Keep gas funded โ€” Maintain small ETH balance on Base for transactions

Rewards

The vault earns rewards beyond base APY via Merkl: WELL โ€” Moonwell governance token incentives MORPHO โ€” Morpho protocol incentives Rewards update approximately every 8 hours. The compound.ts script handles: Claiming rewards from Merkl distributor Swapping tokens to USDC via Odos aggregator Depositing USDC back into the vault

Error Handling

ErrorCauseFixInsufficient USDCNot enough USDC in walletBridge/transfer more USDC to BaseInsufficient gasNot enough ETH for txAdd ETH to wallet on BaseWallet not configuredMissing configRun npx tsx setup.tsRPC errorNetwork issuesCheck RPC URL or try againSwap revertedGas underestimateScript auto-adds 50% buffer

Dependencies

Scripts require Node.js 18+. Install deps before first run: cd scripts && npm install Packages used: viem โ€” Ethereum interaction tsx โ€” TypeScript execution

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Scripts1 Config
  • SKILL.md Primary doc
  • CLAUDE.md Docs
  • README.md Docs
  • scripts/report.ts Scripts
  • scripts/status.ts Scripts
  • package.json Config