bitfinex-lending-monitor
Monitor Bitfinex lending (funding) performance via API. Use when the user asks to check Bitfinex funding收益/借贷利息, automate daily收益统计, or avoid opening the Bitfinex app for lending status.
Best use case
bitfinex-lending-monitor is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Monitor Bitfinex lending (funding) performance via API. Use when the user asks to check Bitfinex funding收益/借贷利息, automate daily收益统计, or avoid opening the Bitfinex app for lending status.
Teams using bitfinex-lending-monitor should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/bitfinex-lending-monitor/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How bitfinex-lending-monitor Compares
| Feature / Agent | bitfinex-lending-monitor | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Monitor Bitfinex lending (funding) performance via API. Use when the user asks to check Bitfinex funding收益/借贷利息, automate daily收益统计, or avoid opening the Bitfinex app for lending status.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Bitfinex Lending Monitor
Use this skill to fetch and summarize Bitfinex funding收益 from API.
## What to collect
- Funding wallet balances from `v2/auth/r/wallets`
- Active funding credits from `v2/auth/r/funding/credits/{Symbol}`
- Ledger entries from `v2/auth/r/ledgers/{Currency}/hist` filtered by `wallet=funding`
## Run
1. Export API credentials:
```bash
export BITFINEX_API_KEY="your_api_key"
export BITFINEX_API_SECRET="your_api_secret"
```
2. Run summary:
```bash
python3 skills/bitfinex-lending-monitor/scripts/check_lending.py --currency USD --days 7
```
3. Optional JSON output:
```bash
python3 skills/bitfinex-lending-monitor/scripts/check_lending.py --currency USD --days 7 --json
```
## Notes
- Prefer read-only API permissions for safety.
- Timestamps are milliseconds since epoch.
- If no `--currency` is passed, script defaults to `USD` and symbol `fUSD`.Related Skills
binance-stat-arb-monitor
Binance 统计套利监控系统。基于 ETH/BTC 永续合约价格比率计算 z-score,生成均值回归交易信号并推送到 Telegram 或飞书。 使用场景: (1) 监控统计套利机会(ETH/BTC 比率偏离均值) (2) 计算 z-score 判断开仓/平仓时机 (3) 生成交易信号(OPEN/CLOSE) (4) 通过 Telegram Channel 或飞书推送信号 (5) 记录信号历史用于回测分析 数据来源:Binance USDT 合约公共 API(无需认证即可获取行情数据)
spark-lending-agent
Query Spark Protocol markets and DAI borrowing positions on Ethereum.
morpho-lending-agent
Query Morpho Blue markets, supply/borrow rates, and optimized lending positions.
morpho-blue-lending
Permissionless lending markets with isolated risk, oracle-free design, and efficient APYs.
Liquidity Monitor
Monitor DEX liquidity pool depth, track liquidity changes, calculate LP yield, and estimate impermanent loss. Use when you need liquidity monitor capabilities. Triggers on: liquidity monitor.
lido-vault-monitor
Monitor Lido Earn vault positions (EarnETH, EarnUSD) and staking positions. Track yield against benchmarks, detect allocation shifts, alert on health changes. Use when asked about Lido vault monitoring, yield tracking, stETH position alerts, or DeFi position management.
lending-positions-manager
Supply, borrow, and manage lending positions across Aave, Compound, Morpho, and Spark protocols.
defi-lending
Check DeFi lending and borrowing rates, supply/borrow APY, positions, health factors, and protocol comparisons. Use when asked about lending rates, borrowing costs, Aave rates, Compound APY, Morpho markets, lending protocol comparison, health factor, or liquidation risk.
compound-lending-agent
Query markets, supply/borrow rates, and user positions on Compound Finance.
aave-liquidation-monitor
Proactive monitoring of Aave V3 borrow positions with liquidation alerts. Queries user collateral, debt, and health factor across chains (Ethereum, Polygon, Arbitrum, etc.). Sends urgent alerts to Telegram/Discord/Slack when health factor drops below configurable thresholds (critical at 1.05, warning at 1.2). Use when you need continuous monitoring of Aave positions, want alerts before liquidation risk occurs, or need periodic summaries of your borrowing health.
aave-lending-v3
Supply, borrow, and manage positions across Aave V3 markets on multiple chains.
aave-lending-agent
Query reserves, supply/borrow rates, and user positions across Aave V3 markets.