plugins marketplace
← All plugins

flash-loan-simulator

v1.30.0

Simulate and analyze flash loan strategies including arbitrage, liquidations, and collateral swaps

Claude Code1 skill

by Intent Solutions IOMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/flash-loan-simulator/ inside the repository.

Layout

plugins/crypto/flash-loan-simulator/
├── .claude-plugin/plugin.json
└── skills/simulating-flash-loans/SKILL.md

Skills1

simulating-flash-loansskills/simulating-flash-loans/SKILL.md

Simulate flash loan strategies with profitability calculations and risk assessment across Aave, dYdX, and Balancer. Use when simulating flash loans, analyzing arbitrage profitability, evaluating liquidation opportunities, or comparing flash loan providers. Trigger with phrases like "simulate flash loan", "flash loan arbitrage", "liquidation profit", "compare Aave dYdX", "flash loan strategy", or "DeFi arbitrage simulation".

Manifests1

plugins/crypto/flash-loan-simulator/.claude-plugin/plugin.json
{
  "name": "flash-loan-simulator",
  "version": "1.30.0",
  "description": "Simulate and analyze flash loan strategies including arbitrage, liquidations, and collateral swaps",
  "author": {
    "name": "Intent Solutions IO",
    "email": "jeremy@intentsolutions.ai",
    "url": "https://intentsolutions.ai"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "crypto",
    "flash-loans",
    "defi",
    "aave",
    "arbitrage",
    "liquidation",
    "ethereum",
    "simulation"
  ]
}