This skill should be used when the user asks to "generate web3 report", "create crypto report", "summarize web3 data", "daily web3 update", "send web3 summary", or wants a comprehensive report combining airdrops, fundraising, and token data. Generates consolidated Web3 reports with Telegram notification.
From web3-agent-browsernpx claudepluginhub discountry/ritmex-marketplace --plugin web3-agent-browserThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Generate comprehensive Web3 reports by combining data from airdrops, fundraising, and token market sources. Supports both local file output and Telegram notifications.
agent-browser CLI installedRun the individual scraping workflows in sequence:
Scrape Airdrops:
Scrape Fundraising:
Scrape Tokens:
Combine all collected data into a unified structure:
{
"report_date": "2025-01-26",
"generated_at": "2025-01-26T12:00:00Z",
"summary": {
"total_airdrops": 8,
"active_airdrops": 5,
"new_fundraising": 3,
"premium_projects": 1,
"btc_price": "$104,500",
"market_sentiment": "Greed"
},
"airdrops": [...],
"fundraising": [...],
"market": {...}
}
Markdown format:
# š Web3 Daily Report - Jan 26, 2025
## š Market Overview
| Metric | Value |
|--------|-------|
| BTC Price | $104,500 (+2.5%) |
| ETH Price | $3,200 (+1.8%) |
| Total Market Cap | $3.2T |
| Fear & Greed | 72 (Greed) |
---
## šŖ Airdrops (5 Active)
### ProjectA ā
- **Platform:** Ethereum
- **Estimated Value:** $500
- **End Date:** Feb 15, 2025
- **Status:** Active
### ProjectB
- **Platform:** Solana
- **Estimated Value:** $200
- **End Date:** Feb 28, 2025
- **Status:** Active
[View all airdrops ā](./airdrops-2025-01-26.md)
---
## š° Today's Fundraising (3 Projects)
### NewProject ā
- **Total Raised:** $10M
- **Lead Investor:** a16z
- **Tags:** DeFi, Infrastructure
- **Premium:** ā
### AnotherProject
- **Total Raised:** $2M
- **Investors:** Seed round
- **Tags:** Gaming
[View all fundraising ā](./fundraising-2025-01-26.md)
---
## š„ Trending Tokens
1. **TokenA** (TKA) - $0.45 (+150%)
2. **TokenB** (TKB) - $1.20 (+85%)
3. **TokenC** (TKC) - $0.08 (+65%)
---
## š New Listings
- **NewToken** (NEW) - Listed today - $0.01
---
*Generated by web3-agent-browser ⢠Data from CryptoRank, DeFiLlama, RootData, CoinGecko, CoinMarketCap*
Generate both formats:
web3-report-YYYY-MM-DD.md - Comprehensive Markdown reportweb3-report-YYYY-MM-DD.json - Complete JSON dataAlso save individual reports:
airdrops-YYYY-MM-DD.{md,json}fundraising-YYYY-MM-DD.{md,json}tokens-YYYY-MM-DD.{md,json}If telegram-notification MCP is configured, send a summary:
Notification format:
š Web3 Daily - Jan 26
š Market
⢠BTC: $104,500 (+2.5%)
⢠ETH: $3,200 (+1.8%)
⢠Sentiment: Greed (72)
šŖ Airdrops: 5 Active
⢠Top: ProjectA ($500)
š° Fundraising: 3 New
⢠ā NewProject ($10M by a16z)
š„ Trending
⢠TokenA +150%
⢠TokenB +85%
Tool call:
Tool: mcp__telegram-notification__send_notification
Parameters:
message: "<formatted message above>"
parse_mode: "Markdown"
Support user-specified filters:
--from 2025-01-20 --to 2025-01-26--airdrops --fundraising (skip tokens)--premium-only--chain ethereum--output-dir ./reports/--prefix daily--format md or --format json or --format bothFor daily automated reports, suggest user set up a cron job or scheduled task that:
/web3-agent-browser:web3-reportExample cron (daily at 9 AM):
0 9 * * * cd /path/to/project && claude -p "run /web3-agent-browser:web3-report"
For a quick summary without full scraping:
| Section | Source | Content |
|---|---|---|
| Market Overview | scrape-tokens | BTC/ETH prices, market cap, sentiment |
| Airdrops | scrape-airdrops | Active and upcoming airdrops |
| Fundraising | scrape-fundraising | Today's funding rounds |
| Trending | scrape-tokens | Trending tokens by volume/search |
| New Listings | scrape-tokens | Recently listed tokens |
Default output directory: Current working directory
Files generated:
web3-report-YYYY-MM-DD.mdweb3-report-YYYY-MM-DD.jsonairdrops-YYYY-MM-DD.{md,json}fundraising-YYYY-MM-DD.{md,json}tokens-YYYY-MM-DD.{md,json}