{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mamo",
    "name": "Mamo",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/anajuliabit/mamo",
    "canonicalUrl": "https://clawhub.ai/anajuliabit/mamo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mamo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mamo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package-lock.json",
      "package.json",
      "references/contracts.md",
      "references/mamo-api.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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/mamo"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/mamo",
    "agentPageUrl": "https://openagent3.xyz/skills/mamo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mamo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mamo/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Mamo — DeFi Yield Aggregator (Moonwell on Base)",
        "body": "Mamo is a DeFi yield aggregator built by Moonwell on Base chain. It deploys per-user smart contracts that split deposits between Moonwell core markets and Morpho vaults for optimized yield, with auto-compounding of rewards.\n\nChain: Base (8453)\nStrategies: USDC stablecoin, cbBTC lending, ETH lending, MAMO staking"
      },
      {
        "title": "Setup",
        "body": "cd ~/clawd/skills/mamo/scripts  # or wherever this skill lives\nnpm install\nexport MAMO_WALLET_KEY=0x...     # wallet private key\nexport MAMO_RPC_URL=https://...  # optional, defaults to Base public RPC"
      },
      {
        "title": "Commands",
        "body": "# Create a yield strategy (deploys your personal strategy contract via on-chain factory)\nnode mamo.mjs create usdc_stablecoin\nnode mamo.mjs create cbbtc_lending\nnode mamo.mjs create eth_lending\n\n# Deposit tokens (approve + deposit to your strategy contract)\nnode mamo.mjs deposit 100 usdc\nnode mamo.mjs deposit 0.5 cbbtc\n\n# Withdraw tokens\nnode mamo.mjs withdraw 50 usdc\nnode mamo.mjs withdraw all cbbtc\n\n# Account overview — wallet balances + strategy positions\nnode mamo.mjs status\n\n# Current APY rates\nnode mamo.mjs apy\nnode mamo.mjs apy usdc_stablecoin"
      },
      {
        "title": "How It Works",
        "body": "Create strategy → Calls the on-chain StrategyFactory to deploy a personal proxy contract owned by your wallet\nDeposit → CLI approves token spend, then calls deposit(amount) on your strategy contract\nYield accrues → Strategy splits funds between Moonwell + Morpho, auto-compounds rewards via CowSwap\nWithdraw → Only the owner (your wallet) can withdraw. Funds go directly to your wallet\n\nStrategy addresses are stored locally in ~/.config/mamo/strategies.json (the on-chain registry may not be updated for user-created strategies)."
      },
      {
        "title": "Key Addresses",
        "body": "TokenAddressUSDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913cbBTC0xcbB7C0000aB88B473b1f5aFd9ef808440eed33BfMAMO0x7300b37dfdfab110d83290a29dfb31b1740219feRegistry0x46a5624C2ba92c08aBA4B206297052EDf14baa92"
      },
      {
        "title": "Security",
        "body": "Use a dedicated hot wallet — not your main holdings\nOnly deposit what you're comfortable having in a hot wallet\nStore MAMO_WALLET_KEY in env vars, never in committed files\nAll transactions are simulated before sending"
      }
    ],
    "body": "Mamo — DeFi Yield Aggregator (Moonwell on Base)\n\nMamo is a DeFi yield aggregator built by Moonwell on Base chain. It deploys per-user smart contracts that split deposits between Moonwell core markets and Morpho vaults for optimized yield, with auto-compounding of rewards.\n\nChain: Base (8453) Strategies: USDC stablecoin, cbBTC lending, ETH lending, MAMO staking\n\nSetup\ncd ~/clawd/skills/mamo/scripts  # or wherever this skill lives\nnpm install\nexport MAMO_WALLET_KEY=0x...     # wallet private key\nexport MAMO_RPC_URL=https://...  # optional, defaults to Base public RPC\n\nCommands\n# Create a yield strategy (deploys your personal strategy contract via on-chain factory)\nnode mamo.mjs create usdc_stablecoin\nnode mamo.mjs create cbbtc_lending\nnode mamo.mjs create eth_lending\n\n# Deposit tokens (approve + deposit to your strategy contract)\nnode mamo.mjs deposit 100 usdc\nnode mamo.mjs deposit 0.5 cbbtc\n\n# Withdraw tokens\nnode mamo.mjs withdraw 50 usdc\nnode mamo.mjs withdraw all cbbtc\n\n# Account overview — wallet balances + strategy positions\nnode mamo.mjs status\n\n# Current APY rates\nnode mamo.mjs apy\nnode mamo.mjs apy usdc_stablecoin\n\nHow It Works\nCreate strategy → Calls the on-chain StrategyFactory to deploy a personal proxy contract owned by your wallet\nDeposit → CLI approves token spend, then calls deposit(amount) on your strategy contract\nYield accrues → Strategy splits funds between Moonwell + Morpho, auto-compounds rewards via CowSwap\nWithdraw → Only the owner (your wallet) can withdraw. Funds go directly to your wallet\n\nStrategy addresses are stored locally in ~/.config/mamo/strategies.json (the on-chain registry may not be updated for user-created strategies).\n\nKey Addresses\nToken\tAddress\nUSDC\t0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\ncbBTC\t0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf\nMAMO\t0x7300b37dfdfab110d83290a29dfb31b1740219fe\nRegistry\t0x46a5624C2ba92c08aBA4B206297052EDf14baa92\nSecurity\nUse a dedicated hot wallet — not your main holdings\nOnly deposit what you're comfortable having in a hot wallet\nStore MAMO_WALLET_KEY in env vars, never in committed files\nAll transactions are simulated before sending"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/anajuliabit/mamo",
    "publisherUrl": "https://clawhub.ai/anajuliabit/mamo",
    "owner": "anajuliabit",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mamo",
    "downloadUrl": "https://openagent3.xyz/downloads/mamo",
    "agentUrl": "https://openagent3.xyz/skills/mamo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mamo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mamo/agent.md"
  }
}