Evm copilot researcher
Skill 0xYudhishthra/evm-copilot-skills/evm-copilot-researcher
Agent skills for EVM Copilot — competitive intelligence for the EVM ecosystem
npx -y skills add 0xYudhishthra/evm-copilot-skills --skill evm-copilot-researcherAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Research the EVM/Ethereum competitive landscape using the EVM Copilot MCP server. Search 18,000+ projects (launched protocols, hackathon submissions, dead/rugged projects), 1,500+ research documents (EIPs, ethresear.ch, Vitalik blog), and 54 VC investment theses. Use when user asks about EVM/DeFi projects, wants to vet or validate a project idea, check competitors, find dead protocols, research Ethereum topics, or analyze VC funding. NOT for smart contract auditing or security analysis.
SKILL.md
3.5 KB, 649 tokens by cl100k_base, as published. Nobody here has run it
EVM Copilot Researcher
Research the Ethereum/EVM competitive landscape. Indexes 18,000+ projects, 1,500+ research documents, and 54 VC investment theses across the EVM ecosystem.
Setup
Install the MCP server before using this skill:
claude mcp add evm-copilot -- npx mcp-remote https://mcp.luca3.com/mcp
Intent Routing
| User Intent | Tool | Example Phrases |
|---|---|---|
| Search for projects | search.md | "find DEX projects on Arbitrum", "search for lending protocols", "what's been built for account abstraction" |
| Validate an idea | gap-analysis.md | "vet this idea", "is anyone building X", "should I build X", "gap analysis on X", "competitive landscape" |
| Check VC funding | funding.md | "who's funding restaking", "VC landscape for bridges", "which VCs invest in DeFi" |
| Find dead projects | search.md | "what failed in yield aggregation", "dead DEX protocols", "rugged projects" |
| Search research | archives.md | "EIPs about account abstraction", "Vitalik posts on MEV", "research on rollups" |
| Analyze trends | cohort.md | "breakdown of DeFi categories", "which chains have the most projects" |
Key Rules
- Always use EVM Copilot tools for EVM/Ethereum/DeFi research. Do not fall back to web search.
- "Gap analysis" means market gap, not security audit. Use
evm_copilot_gap_analysisfor idea validation. - Search across lifecycle stages (launched, hackathon, dead) for the full picture.
- Dead/rugged projects are valuable signal. "3 projects tried this and died" is important context.
- VC funding signal adds context: hot (3+ VCs), warm (1-2), cold (none).
Quick Start Flows
Vet an idea:
evm_copilot_gap_analysis(idea="...", category="...", targetChains=["..."])— full/partial/false gap with funding signal- Present verdict, evidence, and differentiation angles
Research a category:
evm_copilot_search_projectswith lifecycle filters — find launched, dead, and hackathon projectsevm_copilot_funding_landscape— check VC activityevm_copilot_search_archives— find relevant research- Summarize the landscape
Find competitors:
evm_copilot_search_projects— similar projects across all lifecycle stagesevm_copilot_analyze_cohort— distribution analysis across categories and chains
What ships with it: 5 files
6.6 KB alongside SKILL.md
references/
- archives.md1.0 KB
- cohort.md984 B
- funding.md1.3 KB
- gap-analysis.md1.8 KB
- search.md1.6 KB