There are thousands of claude skills on github now.. and that's the problem..
because installing one is easy but finding the right one is the hard part..
you keep opening readme after readme, not even sure it fits what you're doing..
find-skills fixes that.
it's basically a skill that finds suitable and important skills for you.
its #1 on https://t.co/SY2YmUu1Co, 1.9M installs, made by the vercel team..
once it's in, you don't search anything.
you just tell claude what you need:
like
> is there a skill for better react? > find me one for pr reviews > i need to make a changelog
it looks through everything, finds the best match, and gives you the command to install it. one prompt, done..
best thing about it is that it only shows you the good ones. no random skill with 5 installs…
it checks how many people use it and who made it first. so you're not adding junk to your setup..
Setup takes about 1 min:
one command:
npx skills add vercel-labs/skills
that's it. now claude can find and install any skill for you while you work..
how i use it is:
1) starting something new "claude, is there already a skill for this?" it checks before you build from scratch.
2) want to search yourself
npx skills find <thing>
like npx skills find playwright.. it lists the best matches, you pick.
3) found one you like
"install it" claude adds it for you, done.
and yeah it works in all claude code, codex, cursor and 70+ agents.
Every bear market has a breaking point
Let’s revisit the major 2022 bear market events:
> BTC tops Nov 2021
> Fed tightening begins
> LUNA/UST collapses (May)
> Celsius freezes (June)
> FTX implodes (Nov)
If you look closely, LUNA was the real domino that broke market structure imo
Now looking at 2025 :
> BTC tops Oct 2025
> 10/10 liquidation cascade
> Trump-China tariff war (Oct-Nov)
> Record BTC ETF outflows (late Nov)
> Hormuz / US-Iran-Israel panic (Feb-Mar)
> MSTR liquidation fears (late May)
Every cycle seems to have one specific event that completely one-shots retail
For 2022 it was LUNA.
So what was 2025’s LUNA moment ?
While AI is doing most of the heavy lifting in SPX, I checked how AI in crypto is doing
And it’s… rough
Most of these are down 30–50% while AI stocks are up triple digits in the same window
There’s a clear gap here
AI-linked companies are now a huge part of SPX (~45%)
while in crypto the whole sector is barely even 1%
Bittensor held up better than most but beyond that, nothing really stands out
Curious if this changes or if decentralized AI just stays a narrative..
@Axel_bitblaze69 i always find ur posts complicated to setup.. some kind of visuals or like a video tutorial would help a lot axel. please next time try it
GPT 5.5 shipped.
my timeline is screaming switch switch switch..
but i stopped scrolling and compared it myself.
fresh sessions. same prompts. both models..
full side-by-side comparison between Opus 4.7 va GPT 5.5
This prompt engineering article is solid.
but most of you will read it, save it, and never apply it.
below is the same 6 elements i applied to a real trading prompt and it works so well. thanks @eng_khairallah1
> Role: you are a senior crypto trader with 10 years of experience in onchain analysis, funding rate arbitrage, and macro narrative trading. you write theses like alex krüger, not like chatgpt.
> Context: my current positions are [paste from memory MCP]. my cash balance on binance is [X]. my risk tolerance is 2% per trade. i'm swing trading 3-7 day timeframes.
> Task: build a full thesis on [ticker] using all connected MCPs (binance, dune, twitter, Tradingview, perplexity). not a generic overview. a tradeable thesis with entry, invalidation, and size.
> Format: 4 sections. macro setup. onchain flow. technical setup. trade plan (entry, TP, SL, size). no more than 300 words total.
> Constraints: no hedging language ("might", "could", "potentially"). take a side. if the thesis is weak, say "skip this ticker" and explain why. never suggest more than 3% of portfolio in one position.
> Quality standard: the output should be specific enough that i can place the trade in under 60 seconds without asking follow-ups. if i'm asking follow-ups, the thesis failed.
that's 6 elements. every trading prompt i run has them.
the outputs are night and day vs the generic "analyze $SOL" prompt most people use
save this as a skill.
name it trade-thesis. trigger on any ticker.
Hooked up Claude to a Browser Harness
and told it to find me web3 jobs in Tokyo
it went off.. preferably exchanges and VC’s
it went and scanned all job’s available at:
- Binance
- Okx
- Bybit
- Coinbase
- Bitflyer
- Coincheck
- soneium
- a16z
- Animoca
- paradigm..
the whole list..
came back 10 mins later with a tiered dashboard and outreach drafts per company
This tool is a must if your Ai Agent needs to actually control a browser..
Browser Harness.
it's a self healing browser automation layer for Claude code and codex. no framework. no guardrails.
just direct access to chrome
look.. every browser automation tool i've tried has the same problem.
Claude tries to click something, the selector breaks, the whole script dies.
You spend 30 minutes debugging why a button ID changed..
Browser Harness fixes this by letting claude edit the helper code on the fly.
something breaks? claude rewrites the function. next run works. the agent literally repairs itself..
no rails means the agent has full freedom to do anything a human can do in a browser
> How to set it up
- clone the repo from https://t.co/3rW3HZzYAp
- install dependencies:
• pip install -r requirements.txt
- make sure you have chrome installed
- point claude code or codex at the harness. one config change in your MCP settings
- spin it up and just ask your agent "go to polymarket and pull all active BTC contracts" or whatever browser task you need
that's it
for content creators you can auto post to instagram, schedule tweets, pull engagement stats, handle comments.
all the stuff no API lets you do
run headless in the background while you work. agent handles web tasks without you having to click anything
since it's self healing you can leave agents running for hours without them crashing from a UI update.
Dune analytics MCP.. Claude becomes your on chain SQL analyst..
No dashboard has every query you'll ever need.
dune does but writing SQL is a skill, and most of you would skip it.. i know
this MCP fixes that.
Claude writes the query, runs it on dune, and explains what the data actually means.
with this MCP wired in, you don't need to know SQL.
you describe what you want in plain english and Claude does the rest. like
"Claude, which wallets bought $RAVE in last few weeks and still hold?"
"Claude, show me the top 50 ETH wallets by stablecoin inflows last 7 days."
"Claude, what's the median gas paid by ARB users in the last 24h?"
Questions no dashboard can answer. one prompt away..
Setup (3 minutes)
▫️Step 1: grab a free dune API key → https://t.co/ZtboPrei4j
▫️Step 2: add this to ~/.claude/settings.json or .mcp.json:
{
"mcpServers": {
"dune": {
"command": "npx",
"args": ["-y", "dune-analytics-mcp"],
"env": {
"DUNE_API_KEY": "your-key-here"
}
}
}
}
▫️Step 3: restart claude. you'll see the dune tool load in your tool menu.
that's it. you now have onchain SQL on tap.
How to actually use it:
3 prompts i use:
1) Smart money watchlist:
"claude, pull the top 20 wallets by realized pnl on $TOKEN in the last 30 days. show me which ones are still holding."
gives you a clean leaderboard of who's actually winning on that token. add them to your etherscan watchlist.
2) accumulation vs distribution
"claude, compare net inflows vs outflows for $TOKEN across all CEX wallets in the last 14 days."
if whales are moving off exchanges → accumulation. onto exchanges → distribution. you see the rotation before the candle.
3) narrative heat check
"claude, which 10 tokens saw the biggest % increase in unique new holders this week?"
finds where fresh money is flowing.
before this MCP i'd either, pay for a pro dune account + write queries manually, or look at someone else's dashboard and hope it answers my question…
now claude writes it for me, in seconds, custom to my thesis. no dashboard in existence beats that.
free tier covers most of what you need. upgrade if you're querying heavy.
( built a quick $RAVE post mortem dashboard using a prompt as shown in the video )
MORE SUCH USEFUL MCP for traders below.. 👇
if you're using claude to trade without MCPs, you're basically asking a blindfolded intern for alpha.
15 MCPs. onchain, markets, prediction, memory. wired right = research desk that runs while you sleep.
full breakdown below 👇