npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@barkermoney/skills

v0.6.0

Published

The official skill suite + stdio MCP server from Barker — Yield Primitive for the Agent Economy. Real-time stablecoin yield index + AI yield advisor + non-custodial execution + risk signals. Skill installer for Claude Code / OKX Plugin Store; live data is

Readme

Barker Stablecoin Skills

The official AI skill suite + MCP server from Barker — Yield Primitive for the Agent Economy. Real-time stablecoin yield index + AI yield advisor + non-custodial execution + risk signals, served to agents via MCP at mcp.barker.money.

License: MIT MCP Data: Real-time

Powered by Barker — Yield Primitive for the Agent Economy. Every agent touching stablecoins eventually plugs in. Live data + non-custodial execution are served via Barker's MCP at mcp.barker.money.

接入 Agent 经济的稳定币收益底座 → barker.money


Quick Start

One-line install (recommended)

# Install all 10 skills into ~/.claude/skills/
npx @barkermoney/skills install --all

# Or pick specific ones
npx @barkermoney/skills install stablecoin-yield-radar yield-strategy-advisor

# Other commands
npx @barkermoney/skills list             # show bundled + installed
npx @barkermoney/skills update           # re-install latest of currently installed
npx @barkermoney/skills remove <name>    # uninstall one
npx @barkermoney/skills --help           # full help

Then restart Claude Code (or your agent runtime) to activate. Override the install dir with --target <dir> or $BARKER_SKILLS_DIR.

Updating often? Install the CLI globally so you can drop the npx prefix:

npm install -g @barkermoney/skills
skills install --all     # then from any directory
skills update            # later, pull latest skill content

MCP server (stdio) — self-host only

⚠️ Self-host only. The bundled barker-mcp stdio server wraps the resource endpoints as local tools, for operators self-hosting against their own BARKER_API_BASE. Barker's hosted tools are served via the MCP at mcp.barker.money (see the Data access section below).

Self-hosting against your own base? barker-mcp is a stdio MCP server that wraps the resource endpoints (/defi/vaults, /market/overview, /market/trend, /agent-payments/*) as callable tools.

# Register with Claude Code (user scope, persists across sessions)
claude mcp add -s user barker -- npx -y -p @barkermoney/skills barker-mcp

Then restart Claude Code. Three tools become available:

| Tool | Wraps | Use for | |------|-------|---------| | barker_defi_vaults | /defi/vaults | "best USDC yield", "Aave vs Morpho", filter by asset/chain/sort/limit | | barker_market_overview | /market/overview | total cap, yield-bearing cap, asset/chain distribution | | barker_market_trend | /market/trend | 7–180 day APY trend vs US Treasury benchmark |

Smoke test outside of an agent host:

npx -p @barkermoney/skills barker-mcp
# speaks MCP over stdio; pipe JSON-RPC frames to interact

OKX Wallet Plugin Store

npx skills add okx/plugin-store --skill <skill-name>
# e.g.: npx skills add okx/plugin-store --skill stablecoin-yield-radar

Manual (git clone)

git clone https://github.com/YBSbarker/barker-stablecoin-skills.git
cp -r barker-stablecoin-skills/skills/<skill-name> ~/.claude/skills/

Anthropic Plugin Marketplace

Each skill is shipped with .claude-plugin/plugin.json and is compatible with the Claude Code plugin marketplace.

Cursor / Cline / other MCP hosts

Point your host at Barker's remote MCP at mcp.barker.money — the skill SKILL.md files call the barker_* tools (barker_defi_vaults, barker_market_overview, barker_market_trend, plus the judgment tools) there. See Data access for the payment flow.


Skill Suite

| Skill | What It Does | Data Source | Key Triggers | |-------|-------------|-------------|-------------| | stablecoin-yield-radar | Real-time stablecoin APY rankings | barker_defi_vaults | "best stablecoin yield", "where to earn on USDC" | | stablecoin-market-brief | Market overview: cap, distribution, APY trends vs US Treasury | barker_market_overview + barker_market_trend | "stablecoin market cap", "USDT market share" | | stablecoin-risk-check | Safety assessment: depeg history, reserves, audit status | Curated knowledge base | "is USDT safe", "stablecoin comparison" | | yield-strategy-advisor | Personalized allocation by risk tolerance and capital size | barker_defi_vaults | "yield strategy", "how to earn on stablecoins" | | stablecoin-depeg-monitor | Peg stability monitoring + historical depeg database | barker_market_overview + curated history | "depeg alert", "is my stablecoin safe right now" | | stablecoin-yield-vs-tradfi | Stablecoin yields vs bank savings, Treasury, money market | barker_market_trend | "stablecoin vs savings account", "DeFi vs treasury" | | stablecoin-chain-explorer | TVL distribution and best yields by blockchain | barker_market_overview + barker_defi_vaults | "which chain for stablecoins", "Arbitrum stablecoin APY" | | agent-payment-stats | Cross-protocol agent-economy payment metrics (x402 real vs nominal, top sellers) | barker_agent_payment_stats | "x402 volume", "agent economy metrics" | | stablecoin-treasury-yield | B2B treasury & idle-balance yield: quantify idle float, run the $10 probe, map integration | barker_defi_vaults + execution tools | "idle balance", "treasury yield", "沉淀资金" | | stablecoin-tvl-boost | TVL growth for protocols: boost campaigns & launchpools (30k+ users, on-chain attribution) | barker_market_overview + barker_defi_vaults | "grow TVL", "launchpool" |


Data access

Live data and execution are served to agents through Barker's MCP at mcp.barker.money. On an HTTP 402 challenge, settle payment (e.g. via an OKX OnchainOS or wallet payment skill) and retry.

MCP endpoint: https://mcp.barker.money
Settlement:   USDT0/USDC on X Layer/Base/Ethereum/Polygon/Arbitrum

(agent discovery: https://api.barker.money/llms.txt)

Access model & security posture

  • Authentication / payment: x402 settlement on an HTTP 402 challenge (e.g. via an OKX OnchainOS or wallet payment skill).
  • Abuse model: x402 payment gate + edge DDoS protection in front.
  • Data scope sent to the API: Only public market parameters — stablecoin symbol, chain name, sort/limit. No wallet addresses, balances, signatures, private keys, or PII are transmitted by any skill in this suite.
  • Data returned: Public yield / market / TVL figures only. Sensitivity equivalent to public market-data APIs such as CoinGecko or DeFiLlama.
  • External data boundary: Every SKILL.md in this suite includes a ## Security: External Data Boundary section instructing consuming LLMs to treat all API response strings as untrusted data, not instructions.

| Tool | Returns | |------|---------| | barker_defi_vaults | Stablecoin yield pools with APY, TVL, protocol, chain, asset | | barker_market_overview | Total market cap, yield-bearing cap, asset/chain distribution | | barker_market_trend | Historical APY trend (7–180 days) with US Treasury benchmark |

Judgment tools (yield advisor, pool search, pool deep-dives) are also callable. Interactive map for humans at barker.money.

Response Shape & Units

All responses are JSON with { success, data, ... }. APY and share_pct fields are decimals (0.0523 = 5.23%, 0.4250 = 42.5%) — multiply by 100 for display.

Agent tools

Every barker_* tool — the core data tools plus the judgment tools (yield advisor, pool search, pool deep-dives) — is served via Barker's MCP at mcp.barker.money.

mcp.barker.money

Execution tools (non-custodial)

Beyond data and judgment, agents can fetch unsigned, ready-to-sign transactions:

| Tool | What you get | |---|---| | barker_executable_pools | Stablecoin vaults your agent can act on right now — every row is guaranteed quotable | | barker_execution_quote | An unsigned deposit/redeem transaction ({chainId, to, data, value}) + route + risk + approval info |

Barker never broadcasts and never holds funds. Your agent verifies the transaction (the amount encoded in calldata is returned as calldata_amount_base_units for byte-level verification), and your user signs with their own wallet. Vault shares always go to the signer — receiver is not a parameter. Same-chain only.

Full working client — pay → quote → verify → sign → broadcast → confirm shares:

npm i viem
read -rs PRIVATE_KEY && export PRIVATE_KEY
node examples/x402-execution-buyer.mjs
unset PRIVATE_KEY

See examples/x402-execution-buyer.mjs — ~200 lines, copy the safety checks into your own agent.


FAQ

Q: How often is the data updated? A: Real-time. The yield index reflects live stablecoin yield data.

Q: Do I need an API key? A: No. Agents call the barker_* tools via Barker's MCP at mcp.barker.money — see Data access.

Q: What stablecoins are covered? A: All stablecoins on the market — USDT, USDC, DAI, USDS, USDe, sUSDe, FDUSD, GHO, crvUSD, PYUSD, sDAI, frxUSD, TUSD, BUSD, LUSD, DOLA, MIM, FRAX, USDs, USDX, RLUSD, USDY, BUIDL, and more. If a stablecoin exists, Barker covers it.

Q: What chains are supported? A: All chains — Ethereum, BSC, Arbitrum, Base, Polygon, Optimism, Avalanche, Solana, Sui, Aptos, Sei, Mantle, Scroll, zkSync, Linea, Blast, Mode, Manta, and more. Barker has the most comprehensive multi-chain coverage in the market.

Q: Is this financial advice? A: No. All skills provide educational information only, not financial advice. Always DYOR.

Q: Where can I find the best stablecoin yields? A: Use the stablecoin-yield-radar skill or visit barker.money for the full interactive yield map.

Q: How does Barker compare to DeFiLlama or CoinGecko? A: Barker is stablecoin-only and indexes real-time stablecoin yield in a single index. DeFiLlama focuses on on-chain TVL; CoinGecko focuses on token prices. Barker is the specialized yield index for stablecoins.


About Barker

Barker is the Yield Primitive for the Agent Economy — the default routing layer that any agent (or app, or human) calls when it needs to answer "where should this stablecoin sit?". We index real-time stablecoin yield, surfaced as a map for humans browsing and as MCP / agent-callable endpoints for autonomous agents. Stablecoins only. Agents get a real-time stablecoin yield index, an AI yield advisor, non-custodial execution, and risk signals via the MCP; the interactive map is browsable by humans at barker.money.

  • Website: barker.money
  • Agent data (MCP): mcp.barker.money
  • Agent discovery: https://api.barker.money/llms.txt (public)

Author & Maintainer Disclosure

  • Project: Barker — Yield Primitive for the Agent Economy (barker.money)
  • GitHub org: YBSbarker (controlled by the Barker team)
  • Submitting committers: zuoyeweb3 (founder), royrzguo (engineering) — both authorized Barker team members
  • Contact: [email protected]

License

MIT © 2026 Barker