# Send Gekko Yield to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gekko-yield",
    "name": "Gekko Yield",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Sergey1997/gekko-yield",
    "canonicalUrl": "https://clawhub.ai/Sergey1997/gekko-yield",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gekko-yield",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gekko-yield",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CLAUDE.md",
      "README.md",
      "SKILL.md",
      "scripts/compound.ts",
      "scripts/config.ts",
      "scripts/deposit.ts"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gekko-yield"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gekko-yield",
    "downloadUrl": "https://openagent3.xyz/downloads/gekko-yield",
    "agentUrl": "https://openagent3.xyz/skills/gekko-yield/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gekko-yield/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gekko-yield/agent.md"
  }
}
```
## Documentation

### Gekko Yield — Earn safe yield on USDC

Earn yield on USDC via the Moonwell Flagship USDC vault on Base.

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
Battle-tested — Morpho's codebase is <650 lines, immutable, extensively audited
Multi-layer governance — Moonwell DAO + Block Analitica/B.Protocol curators

### Current APY (~4-6%)

ComponentAPYSourceBase yield~4-5%Borrower interestRewards~0.5-1%WELL + MORPHO via MerklTotal~4.5-6%Sustainable, from real demand

Yields come from real borrowing demand, not unsustainable emissions.

### Quick Start

cd gekko-yield/scripts
pnpm install  # or npm install
npx tsx setup.ts

The setup wizard will:

Guide you to set your private key as environment variable
Save configuration to ~/.config/gekko-yield/config.json

### Interactive Setup

npx tsx setup.ts

Guides you through wallet configuration.

### Check Position & APY

npx tsx status.ts

Returns: current deposit, vault shares, APY, wallet balances, estimated earnings.

### 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

### Deposit USDC

npx tsx deposit.ts <amount>
# Example: deposit 100 USDC
npx tsx deposit.ts 100

Deposits USDC into the Moonwell vault. Handles approval automatically.

### Withdraw

# Withdraw specific amount of USDC
npx tsx withdraw.ts <amount>

# Withdraw all (redeem all shares)
npx tsx withdraw.ts all

### Auto-Compound

npx tsx compound.ts

All-in-one command that:

Checks wallet for reward tokens (WELL, MORPHO)
Swaps them to USDC via Odos aggregator
Deposits the USDC back into the vault

### Configuration

Config location: ~/.config/gekko-yield/config.json

{
  "wallet": {
    "source": "env",
    "envVar": "PRIVATE_KEY"
  },
  "rpc": "https://mainnet.base.org"
}

### Security

⚠️ This skill manages real funds. Review carefully:

Private keys loaded at runtime from environment variable
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
Keep gas funded — Maintain small ETH balance on Base for transactions

### 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.tsPRIVATE_KEY not setMissing env varSet $env:PRIVATE_KEY="your-key"

### Dependencies

Scripts require Node.js 18+. Install deps before first run:

cd scripts && pnpm install

Packages used:

viem — Ethereum interaction
tsx — TypeScript execution

Built by Gekko AI. Powered by ERC-8004.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Sergey1997
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gekko-yield)
- [Send to Agent page](https://openagent3.xyz/skills/gekko-yield/agent)
- [JSON manifest](https://openagent3.xyz/skills/gekko-yield/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gekko-yield/agent.md)
- [Download page](https://openagent3.xyz/downloads/gekko-yield)