How Automations Work
Instead of starting from scratch, Claude can find and use workflows designed for common analysis tasks:find_workflow- Search for relevant workflowsget_workflow- Get workflow details and methodologyplan_workflow- Generate customized steps for your question
Example Usage
You: How do I analyze token holder distribution? Claude: Let me find a workflow for that… [uses find_workflow] Found “Token Holder Analysis” workflow. This will:Should I run this for a specific token?
- Query current token balances
- Calculate holder concentration (Gini coefficient)
- Identify whale wallets
- Show distribution breakdown
Available Tools
find_workflow
Search for workflows using semantic search.- “Analyze wallet profitability”
- “Track token holder changes”
- “Compare DEX market share”
- “Monitor bridge activity”
get_workflow
Get detailed information about a specific workflow.- Workflow name and description
- Required inputs
- Step-by-step methodology
- Example outputs
plan_workflow
Generate customized execution steps for a workflow based on your specific question.- Customized SQL queries
- Specific parameters filled in
- Recommended visualizations
Common Workflow Types
Wallet Analysis
- Wallet Profitability - Calculate P&L for a wallet
- Wallet Activity - Transaction patterns and frequency
- Portfolio Breakdown - Holdings by token and chain
Token Analysis
- Holder Distribution - Concentration and whale analysis
- Transfer Patterns - Flow analysis between wallets
- Price Correlation - Compare with market movements
Protocol Analysis
- TVL Tracking - Total value locked over time
- User Growth - Unique users and retention
- Revenue Analysis - Fee generation and distribution
Market Analysis
- DEX Volume - Trading activity across protocols
- Liquidity Depth - Pool analysis and slippage
- Arbitrage Detection - Cross-DEX price differences
Tips for Using Workflows
Describe Your Goal
Instead of: “Run a workflow” Try: “I want to understand how concentrated the PEPE token holder base is”Provide Context
“Analyze wallet 0x123… - they seem to be a DeFi power user and I want to understand their strategy”
Ask for Customization
“Run the wallet analysis workflow but focus on their NFT trading activity”
Request Explanations
“Use the token holder workflow and explain what each metric means”
Building on Workflows
Workflows are starting points. You can:- Extend - Add more analysis steps
- Combine - Use multiple workflows together
- Customize - Modify queries for your needs
You: Run the wallet analysis, then also check if this wallet has interacted with any known protocols Claude: I’ll combine the wallet analysis workflow with protocol interaction detection…