yield-xyz-agentkit-robinhood

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

A connector that adds Robinhood Chain settings to Yield.xyz AgentKit, including its main network configuration and wallet setup. Robinhood Chain is an EVM-compatible blockchain, so it uses the same signing approach as other EVM networks.

In plain words
What is it for?
Use it to prepare Yield.xyz yield transactions for Robinhood Chain, including configuring the network and funding the wallet.
Why use it?
It supplies the chain-specific configuration while leaving yield discovery and transaction signing to the base kit and the user's wallet or signer.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the yield-xyz-agentkit-robinhood 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-robinhood
Any agent
npx skills add stakekit/agentkit --skill yield-xyz-agentkit-robinhood
Clone the repo
git clone --depth 1 https://github.com/stakekit/agentkit

Made for: Claude Code.

Or install yield-xyz-agentkit-robinhood, 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-robinhood

README.md
[![agentmods](https://agentmods.dev/badge/skills/stakekit/agentkit/yield-xyz-agentkit-robinhood.svg)](https://agentmods.dev/skills/stakekit/agentkit/yield-xyz-agentkit-robinhood)
Your own site
<a href="https://agentmods.dev/skills/stakekit/agentkit/yield-xyz-agentkit-robinhood"><img src="https://agentmods.dev/badge/skills/stakekit/agentkit/yield-xyz-agentkit-robinhood.svg" alt="Measured on agentmods" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,266 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.1 $0.00112 $0.01266
Opus 5 $0.00056 $0.00633
Sonnet 5 $0.00022 $0.00253
Haiku 4.5 $0.00011 $0.00127

Measured 6d ago against content hash 09b58f5a83e6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

yield-xyz-agentkit-robinhood 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 6d 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-robinhood/skills/yield-xyz-agentkit-robinhood/SKILL.md · 113 lines

How it starts

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

Yield.xyz AgentKit × Robinhood Chain

The Robinhood Chain connector for the Yield.xyz AgentKit: it adds the Robinhood Chain (mainnet) configuration the rest of the kit needs, and points your existing EVM signer at the chain. Robinhood Chain is an Arbitrum Orbit L2 (chain ID 4663) with ETH as its gas token.

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 adds Robinhood Chain configuration and funding guidance.

Robinhood Chain is an EVM network, so signing and broadcasting are identical to any other EVM chain — this skill does not hold keys, sign, or broadcast. Bring your own EVM signer (a user's wallet, your agent's custody, or a connector like Privy).

Robinhood Chain     → configure chain (RPC + chainId) + fund wallet (bridge ETH + deposit token)
yield-xyz-agentkit  → discover yield + build unsignedTransaction
Your EVM signer     → sign + broadcast (same as any EVM chain)
yield-xyz-agentkit  → submit_hash + poll get_transaction

CRITICAL

  • Never modify unsignedTransaction before signing — not addresses, amounts, fees, or encoding. 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).
  • Mainnet. Robinhood Chain here is mainnet (chain ID 4663); gas is paid in ETH. Match yields and balances by the deposit token's contract address, not by symbol. See references/chain-config.md.

Prerequisites

  • Yield.xyz AgentKit MCP connected (owned by the yield-xyz-agentkit skill).
  • An EVM signer able to sign and broadcast on Robinhood Chain mainnet.

Read the full file on GitHub · 113 lines

Files

What ships with it

3 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. 6d ago First seen · 113 lines · 112 tokens per session scan A 09b58f5a83e6

Subscribe to this mod's changes

yield-xyz-agentkit-robinhood is a skill published in the GitHub repository stakekit/agentkit (3 stars, last pushed 1mo ago), licensed MIT. It adds 112 tokens to every session and 1,266 once invoked, about $0.0006 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

contract-decode

EVM contract error and calldata decoder. Use when: user pastes hex revert data, calldata, function selector, or mentions custom error, execution reverted, 4byte, decode. Input contains 0x + 8+ hex chars.

sd0xdev/sd0x-harness · 53 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

okf-frontmatter

Maintain openInvest's docs (docs/wiki chapters + docs/wiki/adr) under Google's Open Knowledge Format (OKF). Two jobs. (1) Teach agents to maintain docs the OKF way — every doc carries a small YAML frontmatter block as the single source of truth (type, title, tags, intent, schemasource, documents); schema details link…

longsizhuo/openInvest · 243 tokens

metengine-data-agent

Real-time smart money analytics API for Polymarket prediction markets, Hyperliquid perpetual futures, and Meteora Solana LP/AMM pools. 63 endpoints. Pay-per-request via x402 on Solana Mainnet USDC. No API keys.

sendaifun/skills · 57 tokens