CAT
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Defi Market Overview

defillama/defillama-skills
133 installs13 stars
Summary

This pulls together a comprehensive DeFi market snapshot by hitting DefiLlama's API across seven different data points: global TVL and volume, category rankings, top chains and protocols, recent hacks and fundraises, stablecoin supply, and ETF flows. You'd use it when someone asks "what's happening in DeFi" or wants a weekly recap without having to stitch together multiple queries themselves. The workflow is solid and the output format makes sense, though you're getting a lot of data back so the response will be dense. One nice touch is the bull/bear signal logic at the end that combines stablecoin supply, ETF flows, and TVL direction into actual market insight rather than just dumping numbers.

Install to Claude Code

npx -y skills add defillama/defillama-skills --skill defi-market-overview --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Files
SKILL.mdView on GitHub

DeFi Market Overview

Produce a high-level snapshot of the entire DeFi ecosystem by pulling data across categories, chains, protocols, events, stablecoins, and institutional flows.

Workflow

Step 1 - Global market totals

Get the aggregate DeFi TVL, total DEX volume, and derivatives volume.

defillama:get_market_totals
  metrics: ["tvl_base", "tvl_base_7d_pct_change", "volume_dexs_1d", "volume_derivatives_1d"]

This is a single-row global snapshot. NO fees/revenue here — those come from category/chain views.

Step 2 - Category metrics

Get the top DeFi categories ranked by TVL and fees.

defillama:get_category_metrics

This shows which sectors (DEXes, lending, liquid staking, etc.) are leading the market.

Step 3 - Top chains

Fetch the leading chains by TVL.

defillama:get_chain_metrics
  limit: 10

Step 4 - Top protocols

Fetch the leading protocols by TVL.

defillama:get_protocol_metrics
  limit: 10

Step 5 - Recent security incidents

Check for recent hacks or exploits.

defillama:get_events
  event_type: "hacks"

Step 6 - Recent fundraises

Check for recent funding rounds and investments.

defillama:get_events
  event_type: "raises"

Step 7 - Stablecoin supply

Get total stablecoin market and top stablecoins.

defillama:get_stablecoin_supply

Stablecoin supply growth is a proxy for capital entering the crypto ecosystem.

Step 8 - ETF flows

Check recent institutional activity through ETFs.

defillama:get_etf_flows

Output Format

Present the report with these sections in order:

  1. Market Snapshot - Two to three sentence summary of the current DeFi market state: total TVL direction, dominant narrative, and sentiment signal.
  2. Category Breakdown - Top 5-7 categories by TVL with fees and percentage changes. Note which categories are gaining or losing share.
  3. Top Chains - Top 10 chains by TVL with percentage changes. Highlight chains with the strongest momentum.
  4. Top Protocols - Top 10 protocols by TVL with category, chain, and recent trend.
  5. Recent Events - Split into Security Incidents and Fundraises. Summarize the most notable items from each.
  6. Capital Flows - Stablecoin supply trend and ETF flow direction. These together indicate whether capital is entering or leaving crypto.

Tips

  • If total stablecoin supply is growing + ETF flows are positive + TVL is rising, this is a strong bull signal.
  • Categories gaining TVL share indicate where market attention is rotating.
  • Multiple hacks in a short period may dampen overall market sentiment.
  • Large fundraises signal where VCs see future growth.
  • Compare chain TVL rankings to previous periods to spot chains that are rising or falling in the rankings.
  • Use start_date / end_date params for custom time windows (e.g., weekly or monthly recaps) instead of fixed periods.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Finance & TradingWeb3 & Blockchain
First SeenJun 3, 2026
View on GitHub

Recommended

More Finance & Trading →
okx-defi-portfolio

okx/onchainos-skills

okx defi portfolio
3.6k
281
derivatives-trading-usds-futures

binance/binance-skills-hub

derivatives trading usds futures
2.3k
868
derivatives-trading-coin-futures

binance/binance-skills-hub

derivatives trading coin futures
1.2k
868
derivatives-trading-portfolio-margin

binance/binance-skills-hub

derivatives trading portfolio margin
1.2k
868
derivatives-trading-portfolio-margin-pro

binance/binance-skills-hub

derivatives trading portfolio margin pro
1.2k
868
crypto-com-exchange

crypto-com/crypto-agent-trading

crypto com exchange
123
9