← 返回 Skills 市场
ssidharhubble

DeFi Liquidity Optimizer

作者 ssyopro · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install defi-liquidity-optimizer
功能描述
Automated liquidity provision optimizer for CLMM DEXs on Solana and Ethereum. Analyzes pools on Meteora, Raydium, and Uniswap V4 to compare APR yields, calcu...
使用说明 (SKILL.md)

DeFi Liquidity Optimizer

Analyzes concentrated liquidity pools across Solana and Ethereum to find optimal LP positions and monitor existing positions for rebalancing needs.

Pool Analysis Features

  • APR Comparison - Ranks pools by annual percentage yield
  • TVL Safety Scores - Higher TVL = lower IL risk and more stable fees
  • Fee Efficiency - Fees earned relative to trading volume
  • Impermanent Loss Calculator - Shows impact at multiple price scenarios
  • Rebalancing Alerts - Detects when positions fall out of range

Usage

# Full comparison report
python scripts/liquidity_optimizer.py compare

# APR rankings only
python scripts/liquidity_optimizer.py rank

# IL calculation for specific price change
python scripts/liquidity_optimizer.py il 1.5   # 1.5x = 50% increase
python scripts/liquidity_optimizer.py il 0.75  # 0.75x = 25% decrease

Understanding the Output

The comparison report shows each pool with:

  • APR and daily fee earnings on a $1000 investment
  • TVL-based safety score (1-5 stars)
  • Fee efficiency percentage
  • IL scenarios for different price changes

Production Integration

For live pool data, connect to:

  • Meteora DLMM API for Solana pools
  • Raydium API for Solana pools
  • Hummingbot Gateway for Ethereum Uniswap V4

The current script uses mock data structure that maps to real API responses.

安全使用建议
This skill looks safe to run as a local demo analyzer. Before relying on its DeFi recommendations, remember that it uses mock pool data and does not connect to live markets or execute trades.
功能分析
Type: OpenClaw Skill Name: defi-liquidity-optimizer Version: 1.0.0 The skill bundle is a legitimate DeFi liquidity analysis tool that uses hardcoded mock data to calculate APR, TVL safety scores, and impermanent loss. The Python script (liquidity_optimizer.py) contains only mathematical logic and reporting functions with no external dependencies, network activity, or sensitive file access. All instructions in SKILL.md and README.md are consistent with the provided code's functionality.
能力标签
crypto
能力评估
Purpose & Capability
The stated purpose and code align: it compares mock DeFi liquidity pools, calculates APR-style metrics, and prints rebalancing-style recommendations. Because the output is financial/crypto guidance based on mock data, users should treat it as illustrative rather than live investment advice.
Instruction Scope
The documented commands are user-invoked Python commands; there are no instructions to override user intent, force tool use, or perform autonomous trades.
Install Mechanism
There is no install spec and the script uses Python standard-library imports only. Python 3.9+ is documented in SKILL.md.
Credentials
No required credentials, environment variables, wallet files, APIs, or network endpoints are present in the artifacts.
Persistence & Privilege
The artifacts do not show persistence, background workers, privileged operations, file writes, or account mutation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install defi-liquidity-optimizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /defi-liquidity-optimizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of defi-liquidity-optimizer, an automated tool for optimizing liquidity provision in CLMM DEXs on Solana and Ethereum. - Analyze pools on Meteora, Raydium, and Uniswap V4 for APR yield comparison, TVL safety scoring, fee efficiency, and impermanent loss across multiple price scenarios. - Generate rebalancing recommendations when positions move out of their configured range. - Includes commands for full pool comparison, APR rankings, and IL computation at user-selected price changes. - Standalone Python 3.9+ script without external dependencies; designed for integration with Hummingbot Gateway or pool APIs for live data.
元数据
Slug defi-liquidity-optimizer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

DeFi Liquidity Optimizer 是什么?

Automated liquidity provision optimizer for CLMM DEXs on Solana and Ethereum. Analyzes pools on Meteora, Raydium, and Uniswap V4 to compare APR yields, calcu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 DeFi Liquidity Optimizer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install defi-liquidity-optimizer」即可一键安装,无需额外配置。

DeFi Liquidity Optimizer 是免费的吗?

是的,DeFi Liquidity Optimizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

DeFi Liquidity Optimizer 支持哪些平台?

DeFi Liquidity Optimizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 DeFi Liquidity Optimizer?

由 ssyopro(@ssidharhubble)开发并维护,当前版本 v1.0.0。

💬 留言讨论