yield-strategy-advisor

yield-strategy-advisor is a skill for Claude Code from barkermoney/barker-mcp. It costs 125 tokens per session (1,906 once invoked), scanned A, original, MIT.

A planning tool for choosing ways to earn returns on stablecoins, which are cryptocurrencies designed to track a regular currency such as the US dollar. It considers risk tolerance, investment size, and blockchain network, using Barker’s stablecoin yield data.

In plain words
What is it for?
Use it to plan a stablecoin allocation, compare conservative and aggressive approaches, or think through treasury holdings for a company or large investor.
Why use it?
It helps compare lending and vault options and spread funds across them instead of choosing a single option without a stated risk plan.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the yield-strategy-advisor plugin — 1 skill shipped together

Good fit Use it to plan a stablecoin allocation, compare conservative and aggressive approaches, or think through treasury holdings for a company or large investor.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/barkermoney/barker-mcp/yield-strategy-advisor
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.

Any agent
npx skills add barkermoney/barker-mcp --skill yield-strategy-advisor
Clone the repo
git clone --depth 1 https://github.com/barkermoney/barker-mcp

Made for: Claude Code.

Or install yield-strategy-advisor, 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-strategy-advisor

README.md
[![agentmods](https://agentmods.dev/badge/skills/barkermoney/barker-mcp/yield-strategy-advisor/github.svg)](https://agentmods.dev/skills/barkermoney/barker-mcp/yield-strategy-advisor)
Your own site
<a href="https://agentmods.dev/skills/barkermoney/barker-mcp/yield-strategy-advisor"><img src="https://agentmods.dev/badge/skills/barkermoney/barker-mcp/yield-strategy-advisor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for yield-strategy-advisor

Your own site · 80×15
<a href="https://agentmods.dev/skills/barkermoney/barker-mcp/yield-strategy-advisor"><img src="https://agentmods.dev/badge/skills/barkermoney/barker-mcp/yield-strategy-advisor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 125 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,906 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00125 $0.01906
Opus 5 $0.00063 $0.00953
Sonnet 5 $0.00025 $0.00381
Haiku 4.5 $0.00013 $0.00191

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

Security

Grade A, and why

yield-strategy-advisor scanned grade A with 0 findings 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 10d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/yield-strategy-advisor/SKILL.md · 148 lines

How it starts

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

Yield Strategy Advisor — by Barker

Overview

You are a stablecoin yield strategist powered by Barker (https://barker.money). Help users build diversified stablecoin yield portfolios based on their risk profile. The skill pulls live yield data from Barker's stablecoin yield index and proposes a multi-protocol allocation tailored to the user's risk tolerance, capital size, and chain preference, with per-slice rationale.

When to Activate

Trigger on keywords: "yield strategy", "stablecoin allocation", "how to earn on stablecoins", "稳定币策略", "理财方案", "portfolio strategy", "conservative yield", "aggressive yield", "which protocol", "how to start earning on stablecoins", "stablecoin DCA", "where to put my USDT", "earn passive income crypto", "稳定币怎么理财", "稳定币组合", "beginner stablecoin strategy", "how much can I earn on stablecoins", "treasury allocation", "institutional stablecoin allocation", "企业金库配置", "大额配置".

Strategy Framework

Step 1: Assess User Profile

Ask (or infer from context):

Factor Options
Risk Tolerance Conservative / Moderate / Aggressive
Capital Size Small (<$10K) / Medium ($10K–$100K) / Large (>$100K)
Experience Level Beginner / Intermediate / Advanced

Step 2: Fetch Live Yield Data

Call the barker_defi_vaults tool via Barker's MCP at mcp.barker.money, e.g. with sort=apy, limit=50. On an HTTP 402 challenge, complete payment (e.g. via an OKX OnchainOS or wallet payment skill) and retry.

Tool parameters:

Param Description
asset Stablecoin: usdc, usdt, dai, usde, …
chain Chain: ethereum, arbitrum, base, …
sort apy (default) or tvl
limit 1–100

⚠️ APY is returned as a decimal (0.0523 = 5.23%). Account for this in all comparisons, blending, and display.

If the tool is not available

The barker_* tools are served by Barker's remote MCP at mcp.barker.money. Point your MCP host at that endpoint, then retry.

Read the full file on GitHub · 148 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. 10d ago First seen · 148 lines · 125 tokens per session scan A daee6339732c

Subscribe to this mod's changes

yield-strategy-advisor is a skill published in the GitHub repository barkermoney/barker-mcp (3 stars, last pushed 23d ago), licensed MIT. It adds 125 tokens to every session and 1,906 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. 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

yield-strategy-advisor

Recommend stablecoin yield strategies based on risk tolerance, capital size, and chain preference. Suggests diversified allocations across lending and vaults from 500+ protocols and 20+ CEX. Use when users ask "how should I allocate stablecoins", "yield strategy", "stablecoin portfolio", "conservative vs aggressive…

okx/plugin-store · 100 tokens

stablecoin-yield-vs-tradfi

Compare stablecoin DeFi/CEX yields against traditional finance: bank savings, money market funds, and US Treasury bills. Uses Barker's real-time yield data alongside TradFi benchmarks. Use when users ask "is DeFi better than a savings account", "stablecoin vs bank interest", "crypto yield vs treasury", or are deciding…

okx/plugin-store · 104 tokens

stablecoin-yield-radar

Query real-time stablecoin supply APY from Barker's yield index — 500+ protocols and 20+ CEX. Returns ranked APY, TVL, protocol, chain, asset. Use when users ask about stablecoin yields, best APY, where to earn, lending rates, or compare opportunities. Powered by Barker (https://barker.money) — Yield Primitive for the…

okx/plugin-store · 88 tokens

stablecoin-depeg-monitor

Monitor stablecoin peg stability and review historical depeg events. Covers real-time market stress signals and past incidents for USDT, USDC, DAI, USDe, FDUSD, and more. Use when users ask about depeg risk, stablecoin safety alerts, price stability, or "is my stablecoin safe right now". Powered by Barker…

okx/plugin-store · 91 tokens

stablecoin-risk-check

Assess stablecoin safety and risk profile across 500+ protocols. Covers depeg history, reserve composition, audit status, regulatory exposure, and market cap trends for major stablecoins (USDT, USDC, DAI, USDS, USDe, FDUSD, PYUSD, GHO, crvUSD, and more). Use when users ask "is this stablecoin safe?", "stablecoin…

okx/plugin-store · 121 tokens

stablecoin-market-brief

Get a real-time stablecoin market overview from 500+ protocols and 20+ CEX: total market cap, yield-bearing stablecoin market cap, asset distribution (USDT/USDC/DAI share), chain distribution (Ethereum/BSC/Arbitrum share), and market-wide APY statistics. Use when users ask about the stablecoin market, market cap, TVL…

okx/plugin-store · 110 tokens