yield-xyz-agentkit-moonpay

yield-xyz-agentkit-moonpay is a skill for Claude Code, Codex from stakekit/agentkit. It costs 101 tokens per session (1,227 once invoked), scanned A, original, MIT.

A MoonPay wallet connector for Yield.xyz AgentKit. Yield.xyz AgentKit finds yield opportunities and builds unsigned transactions, while MoonPay authenticates the wallet, signs the transactions, and sends them.

In plain words
What is it for?
Use it to enter, exit, or manage yield positions through MoonPay, then submit and track the resulting transactions. Both the Yield.xyz AgentKit and MoonPay connections are required.
Why use it?
It connects yield-position instructions to a wallet that can approve and broadcast them, while keeping transaction construction in the base AgentKit.

Skill for Claude CodeCodex

Part of the yield-xyz-agentkit-moonpay plugin — 1 skill shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/stakekit/agentkit/yield-xyz-agentkit-moonpay
Any agent
npx skills add stakekit/agentkit --skill yield-xyz-agentkit-moonpay
Clone the repo
git clone --depth 1 https://github.com/stakekit/agentkit

Made for: Claude Code, Codex.

Or install yield-xyz-agentkit-moonpay, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for yield-xyz-agentkit-moonpay

README.md
[![agentmods](https://agentmods.dev/badge/skills/stakekit/agentkit/yield-xyz-agentkit-moonpay.svg)](https://agentmods.dev/skills/stakekit/agentkit/yield-xyz-agentkit-moonpay)
Your own site
<a href="https://agentmods.dev/skills/stakekit/agentkit/yield-xyz-agentkit-moonpay"><img src="https://agentmods.dev/badge/skills/stakekit/agentkit/yield-xyz-agentkit-moonpay.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,227 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00101 $0.01227
Opus 5 $0.00051 $0.00613
Sonnet 5 $0.00020 $0.00245
Haiku 4.5 $0.00010 $0.00123

Measured 4d ago against content hash eba83c8a85da, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

yield-xyz-agentkit-moonpay scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Never call the Yield.xyz API directly** (curl/HTTP) — it requires an API key
plugins/yield-xyz-agentkit-moonpay/skills/yield-xyz-agentkit-moonpay/SKILL.md · 120 lines

How it starts

The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Yield.xyz AgentKit × MoonPay

The MoonPay connector for the Yield.xyz AgentKit: MoonPay handles wallet auth and signs + broadcasts the transactions that yield-xyz-agentkit builds.

yield-xyz-agentkit (this skill's base) owns all yield logic — discovery, schemas, validator selection, balances, building unsignedTransaction (actions_enter / actions_exit / actions_manage), output formatting, and the MCP tool reference. Use it for all of that; this skill only signs and broadcasts.

MoonPay             → confirm auth + wallet (provides the address)
yield-xyz-agentkit  → discover yield + build unsignedTransaction
MoonPay             → sign + broadcast
yield-xyz-agentkit  → submit_hash + poll get_transaction

Two MCPs, One Flow

This skill requires both MCP servers connected:

MCP Role
Yield.xyz AgentKit Yield discovery + transaction building (owned by the yield-xyz-agentkit skill)
MoonPay Auth + wallet + sign + broadcast — wallet_list, transaction_sign, transaction_send, token_balance_list, and more

If either MCP is missing, stop and tell the user. See references/setup.md for connection instructions.


CRITICAL

  • Never modify unsignedTransaction before signing — not addresses, amounts, fees, or encoding, on any chain. If anything looks wrong, have yield-xyz-agentkit build a NEW action. Modifying it will result in permanent loss of funds.
  • Never call the Yield.xyz API directly (curl/HTTP) — it requires an API key and returns 401. All Yield.xyz access goes through the MCP (handled by the yield-xyz-agentkit skill).

Full Flow

Step 1 — Check MoonPay auth and wallet

Before anything else:

  1. Call MoonPay wallet_list to confirm a wallet exists.
  2. If no wallet or not authenticated, guide the user through login (they receive an email code; once verified they can proceed).
  3. Note the wallet address — this is the address the yield-xyz-agentkit skill uses in all its calls.

Read the full file on GitHub · 120 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 120 lines · 101 tokens per session scan A eba83c8a85da

Subscribe to this mod's changes

yield-xyz-agentkit-moonpay is a skill published in the GitHub repository stakekit/agentkit (3 stars, last pushed 1mo ago), licensed MIT. It adds 101 tokens to every session and 1,227 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

plan-experiment

Designs a structured ML experiment plan with hypothesis, model candidates, hyperparameter search space, compute budget, and experiment ordering. Invoke automatically whenever a user has a defined target and wants to start training — even if they just say "let's train a model", "I want to try a few models", or "what…

lawwu/agentic-ml-plugin · 86 tokens

portfolio

Portfolio system knowledge base. Use when: position queries, routing strategy questions, provider integration. Not for: general code exploration (use code-explore), code review (use codex-code-review). Output: domain-specific analysis + recommendations.

sd0xdev/sd0x-harness · 49 tokens

prompt-proximity-architecture

Turn an approved measurement charter, ICPs, and buyer jobs into a budget-aware prompt coverage blueprint across proximity bands, aided status, information acts, journey states, roles, locales, evidence grades, partitions, and measurement lanes. Use before prompt wording to define required, optional, and prohibited…

elvisun/newsjack · 67 tokens

invest

First-time fork users: run the invest-setup skill first to initialize. The main flow lives in this skill (the AI agent uses the CLI/MCP to view the portfolio / run the committee / replay decision history). The Web GUI has been retired (2026-07) — every capability is exposed via CLI subcommands / MCP tools. The backend…

longsizhuo/openInvest · 261 tokens

invest-setup

First-time openInvest installation and onboarding. ONLY use when user explicitly says "set up invest" / "init invest" / "帮我初始化 invest", OR when invest skill's doctor returns status="needssetup". NOT for daily usage — once onboarding is done, the invest skill takes over (portfolio viewing, committee analysis, buy/sell…

longsizhuo/openInvest · 105 tokens

invest-backup

Back up / restore openInvest's local state — memory/ (holdings, strategy, user profile, committee records, dream logs) + db/ (trade ledger, job run history, market-data cache) + .env (SMTP/API credentials) + userprofile.json. All of this data is .gitignore'd with no historical versions in git, so a single accidental…

longsizhuo/openInvest · 202 tokens