← Back to list
💰

yield-analysis Checked

DeFi yield evaluation including fee APR, real vs nominal yield, net APY after costs, and yield su…
💰 Finance & Trading skills By agiprolabs Version v1.0.0 Updated 2026-09-20
7.9Overall rating

Installation

🤖 Install via AI

Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.

Install the "yield-analysis" skill by following the instructions at https://skill123.me/install/yield-analysis.
⌨️ Command line install

Run in your terminal — downloads and installs to ~/.claude/skills/.

curl -fsSL https://skill123.me/install/yield-analysis.sh | bash
📦 Download ZIP

Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.

⬇ Download v1.0.0 · 20 KB

About this skill

Overview

DeFi yield evaluation including fee APR, real vs nominal yield, net APY after costs, and yield sustainability analysis

Source

  • Repo: https://github.com/agiprolabs/claude-trading-skills
  • Path: skills/yield-analysis

Score breakdown

Trigger
4.0
Single-sentence description states What (yield evaluation, fee APR, real vs nominal yield, sustainability) but no When/When-Not, no trigger phrase variants, no exclusion boundaries: 3+3+2+0=8/20
Structure
8.7
267-line SKILL.md with proper offload to references/ and scripts/; Files section lists resources but lacks explicit load-trigger guidance: 4+5+2+2=13/15
Workflow
7.2
Framework-and-calculator hybrid; deterministic math delegated to scripts with CLI args, demo mode, sensitivity tables; httpx error handling and risk tiering; partially topic-oriented rather than step-by-step: 3+5+5+3+2=18/25
Content
10.0
Concise imperative writing, worked examples, runnable command examples with parameters: 10/10
Engineering
10.0
Valid frontmatter; scripts have shebangs and declared deps (numpy, httpx); all referenced paths exist: 10/10
Security
10.0
Scripts clean: only declared GET to yields.llama.fi, no eval/base64/destructive ops, no secrets, no injection text, official domains; capabilities match declared scope: 20/20
Solid DeFi yield decomposition skill: offline calculator plus DeFiLlama comparison script, well-structured references. Weakness is a thin description (no When/When-Not, no trigger variants or boundaries). Capability manifest: no file/env/credential reads, no writes, no persistence; sole network egress is GET https://yields.llama.fi/pools (declared in SKILL.md Data Sources); raydium/orca URLs appear as documentation only. Includes 'not financial advice' disclaimer in script output. Capabilities match declared scope.