1247/woofi-data/SKILL.md
Fetch WOOFi DEX metrics — trading stats, volume by source, earn yields, WOO staking. Covers 13 chains. No auth required.
npx skillsauth add starchild-ai-agent/community-skills @1247/woofi-dataInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fetch WOOFi DEX metrics for content creation, reporting, and analysis.
| Detail | Value |
|--------|-------|
| Base URL | https://api.woofi.com |
| Auth | None required (fully public) |
| Rate Limit | 120 requests/minute |
| Chains | bsc, avax, polygon, arbitrum, optimism, linea, base, mantle, sonic, berachain, hyperevm, monad, solana |
GET /statVolume, trader count, and transaction count by period and chain.
Parameters:
period (required): 1d, 1w, 1m, 3m, 1y, allnetwork (required): chain name from list above⚠️ volume_usd is in wei — divide by 10^18 to get USD value
curl "https://api.woofi.com/stat?period=1d&network=arbitrum"
Response fields:
timestamp — Unix epoch (seconds), start of time bucketvolume_usd — Trading volume in wei (÷ 10^18 = USD)traders — Unique walletstxs / txns — Transaction countGET /source_statVolume breakdown by integrator/aggregator source.
Parameters:
period (required): 1d, 1w, 1m, 3m, 1y, allnetwork (required): chain namecurl "https://api.woofi.com/source_stat?period=1m&network=arbitrum"
Response fields per source:
name — Source name (e.g. "1inch", "0x", "Paraswap", "WOOFi")volume_usd — Volume in wei (÷ 10^18 = USD)percentage — Share of total volume (string, e.g. "45.2")traders, txs — Unique wallets and tx countGET /yieldVault TVL, APY, and yield composition per chain.
Parameters:
network (required): chain namecurl "https://api.woofi.com/yield?network=base"
Response structure:
auto_compounding — Map of vault address → vault data
total_deposit — TVL in wei (÷ 10^18 = USD)apy — Current APY (decimal, e.g. 0.045 = 4.5%)source_apy — Breakdown of yield sourcestotal_deposit — Chain-wide total TVL in weiGET /stakingv2Global WOO staking metrics (not chain-specific).
curl "https://api.woofi.com/stakingv2"
Response fields:
total_woo_staked — Total WOO staked in wei (÷ 10^18)avg_apr — Current average staking APRbase_apr — Base APR componentmp_boosted_apr — Multiplier-boosted APR componentimport requests
chains = ["bsc", "avax", "polygon", "arbitrum", "optimism", "linea", "base", "mantle", "sonic", "berachain", "hyperevm", "monad", "solana"]
total = 0
for chain in chains:
r = requests.get(f"https://api.woofi.com/stat?period=1m&network={chain}").json()
if r.get("status") == "ok":
for bucket in r["data"]:
total += int(bucket["volume_usd"]) / 1e18
print(f"Total 30d volume: ${total:,.0f}")
import requests
chains = ["bsc", "avax", "polygon", "arbitrum", "optimism", "linea", "base", "mantle", "sonic", "berachain"]
total_tvl = 0
for chain in chains:
r = requests.get(f"https://api.woofi.com/yield?network={chain}").json()
if r.get("status") == "ok" and r["data"].get("total_deposit"):
total_tvl += int(r["data"]["total_deposit"]) / 1e18
print(f"Total Earn TVL: ${total_tvl:,.0f}")
WOOFi also publishes an llms.txt file for AI agents:
https://api.woofi.com/llms.txt
development
--- name: "@5326/fvg-delta-forex-engine" version: 6.0.0 --- # FVG-Delta Forex Signal Engine v6.0 A production FastAPI service that scans the global forex market on **15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, and alerts on the late stages. It is the forex evolution of the FVG-Delta crypto engine — **identical strategy**, refined for forex speed and mechanics. ## What it scans A curated, liquidity-screened universe (no illiquid exotics, no
development
--- name: "@5322/fvg-engine" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine v6.0 A production FastAPI service that scans MEXC UST-M perpetual futures on **closed 15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, draws annotated chart screenshots, sends per-trade Telegram alerts, and serves a live dashboard with an in-memory Trade History. Everything lives in `assets/app.py`; the rest is config, docs, and entrypoints. ## The strategy — five lo
development
Builds and app/bot to print Crypto Futures Signals based on a Strategy.
development
--- name: "@5312/delta-strategy" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine — Agent / Maintainer Guide (v5.5) This is the single source of truth for any AI agent or engineer taking over this project. Read it fully before touching `app.py`. It explains the strategy, the code workflow, every bug that was fixed in this revision, the current state, and the rules for updating the app and its docs safely. --- ## 1. What the app is A production-style FastAPI service that scans **MEXC UST-