Install
openclaw skills install @youhualan/find-crypto-skillsHelps users discover and install crypto trading related agent skills when they ask questions like "how do I trade crypto", "find a skill for DeFi", "is there a skill for analyzing bitcoin price", or express interest in extending crypto trading capabilities. This skill should be used when the user is looking for cryptocurrency, blockchain, DeFi, or trading functionality that might exist as an installable skill.
openclaw skills install @youhualan/find-crypto-skillsThis skill helps you discover and install crypto trading related skills from the open agent skills ecosystem.
Use this skill when the user:
The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem.
Key commands:
npx skills find [query] - Search for skills by keywordnpx skills add <package> - Install a skillnpx skills check - Check for updatesnpx skills update - Update all installed skillsBrowse skills at: https://skills.sh/
When a user asks for crypto-related help, identify:
Run the find command with targeted keywords:
npx skills find [query]
Recommended query mapping:
| User Intent | Search Query |
|---|---|
| "trade on Binance" | npx skills find binance trading |
| "track my crypto portfolio" | npx skills find crypto portfolio tracker |
| "DeFi yield farming" | npx skills find defi yield |
| "Bitcoin price alert" | npx skills find crypto price alert |
| "analyze on-chain data" | npx skills find onchain analytics |
| "swap tokens on Uniswap" | npx skills find uniswap token swap |
| "crypto news sentiment" | npx skills find crypto news sentiment |
| "NFT floor price" | npx skills find nft floor price |
| "wallet monitoring" | npx skills find wallet monitor blockchain |
| "automate trading strategy" | npx skills find crypto trading bot |
When relevant skills are found, present them with:
Example response:
I found a skill that might help! The "okx-trade" skill lets you place spot and
futures orders, check balances, and manage positions on OKX directly from chat.
To install it:
npx skills add okx-trade
Learn more: https://skills.sh/okx-trade
If the user wants to proceed:
npx skills add <owner/repo@skill> -g -y
| Category | Keywords to Search |
|---|---|
| CEX Trading | binance, okx, coinbase, bybit, kraken, trading, order, futures, spot |
| DEX / DeFi | uniswap, jupiter, dydx, defi, swap, liquidity, yield, farming, staking |
| Portfolio | portfolio, tracker, balance, pnl, holdings |
| Price & Alerts | price, alert, feed, candlestick, ohlcv, coingecko, coinmarketcap |
| On-chain Analytics | onchain, blockchain, wallet, transaction, etherscan, dune, nansen |
| NFT | nft, floor, opensea, blur, collection, mint |
| Sentiment & News | crypto news, sentiment, twitter crypto, fear greed |
| Automation | trading bot, strategy, backtest, signal, webhook |
binance futures returns better results than just tradingsolana swap or ethereum defi narrows results effectivelybtc, eth, sol often work as well as full namesComposioHQ/awesome-claude-skillsokx-trade-mcpbinance-labs/agent-skills)If no relevant skill exists:
I searched for skills related to "[query]" but didn't find any matches.
I can still help you directly — for example, I can pull live price data or
walk you through a trade manually.
If you need this often, you can scaffold your own skill:
npx skills init my-crypto-skill
When installing any crypto-related skill, remind the user to: