jackson-video-resources

Vibe Staking — AI skill for Claude Code

AI community

AI-powered DeFi yield optimizer.

How to install Vibe Staking

This entry records only its repository, not the path inside it, so there is no exact command to give. Open jackson-video-resources/vibe-staking and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Vibe Staking does

AI-powered DeFi yield optimizer. Autonomous 24/7 — scans DeFiLlama, uses Claude AI to rebalance, executes cross-chain via LI.FI.

Alternatives in AI

  • AI Guide — 程序员鱼皮的 AI 资源大全 + Vibe Coding 零基础教程,分享 OpenClaw 保姆级教程、大模型玩法(DeepSeek / GPT / Gemini / Claude)、最新 AI 资讯、Prompt 提 11.8k ★
  • OpenSwarm — OpenSwarm — Autonomous AI dev team orchestrator powered by Claude Code CLI 589 ★
  • Vibe Coding — AI 时代的 Vibe Coding 实践:使用 Claude Code 从零开发 AI 漫剧生成平台的完整记录,涵盖技术选型、AI 驱动开发、UI 优化与功能迭代全流程 570 ★

README

Vibe Staking

AI-powered DeFi yield optimizer. Runs autonomously 24/7 — scans DeFiLlama every 15 minutes, uses Claude to decide when to rebalance, and executes moves automatically across Ethereum, Arbitrum, Base, Solana, and Bittensor.

**Full tutorial**: [YouTube — Vibe Staking: Build an AI Yield Optimizer](https://youtube.com/watch?v=PLACEHOLDER)


How it works

DeFiLlama (free) → YieldScout → RiskModel → Claude AI → Executor → Your wallet
     every 15 min       filter      score      decide       execute    gets yield
  1. YieldScout polls 3,000+ DeFi pools from DeFiLlama (no API key needed)
  2. RiskModel scores each pool by chain risk, IL risk, TVL, and your risk tolerance
  3. Claude (claude-sonnet-4-6) decides whether the best opportunity beats your current APY by the threshold you set
  4. Executor withdraws from current position, bridges via LI.FI, deposits into new protocol
  5. Telegram notifies you of every move

Claude is called only when a move is actually worth it — typically 2–6 times/day.


One-shot setup

Paste the prompt from **[SETUP.md](https://github.com/jackson-video-resources/vibe-staking/blob/main/SETUP.md)** into Claude Code. It will:

  1. Ask 4 questions (capital, risk tolerance, Telegram, Hostinger VPS)
  2. Install dependencies and set up your environment
  3. Generate fresh EVM + Solana + Bittensor wallets
  4. Push schema to your PostgreSQL database
  5. Start the server and show you the dashboard
  6. Deploy to your Hostinger VPS

That's it. Send funds to the generated addresses and the agent starts working.


Manual setup

git clone https://github.com/jackson-video-resources/vibe-staking
cd vibe-staking
npm install

# Copy and fill in environment variables
cp .env.example .env

# Push DB schema
npm run db:push

# Start (server on :3000, dashboard on :5173)
npm run dev

Environment variables

Variable Required Description
DATABASE_URL