/install find-crypto-skills
Find Crypto Skills
This skill helps you discover and install crypto trading related skills from the open agent skills ecosystem.
When to Use This Skill
Use this skill when the user:
- Asks "how do I trade X" where X is a cryptocurrency or exchange
- Says "find a skill for DeFi / crypto / blockchain / trading"
- Asks "is there a skill for analyzing crypto prices / on-chain data / wallet tracking"
- Wants to automate trading strategies, alerts, or portfolio management
- Mentions exchanges like Binance, OKX, Coinbase, Bybit, Kraken, Uniswap, etc.
- Asks about DeFi protocols, NFTs, token swaps, yield farming, or staking
- Wants on-chain analytics, wallet monitoring, or transaction tracking
What is the Skills CLI?
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 \x3Cpackage>- Install a skillnpx skills check- Check for updatesnpx skills update- Update all installed skills
Browse skills at: https://skills.sh/
How to Help Users Find Crypto Skills
Step 1: Identify the User's Need
When a user asks for crypto-related help, identify:
- Asset type — BTC, ETH, SOL, altcoins, stablecoins, NFTs
- Action — trading, analyzing, monitoring, automating, staking, bridging
- Platform — CEX (Binance, OKX, Coinbase) or DEX (Uniswap, Jupiter, dYdX)
- Data need — price feeds, on-chain data, sentiment, news
Step 2: Search Using Crypto-Specific Queries
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 |
Step 3: Present Options to the User
When relevant skills are found, present them with:
- Skill name and what it does
- Supported exchanges or chains (if applicable)
- The install command
- A link to learn more
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
Step 4: Offer to Install
If the user wants to proceed:
npx skills add \x3Cowner/repo@skill> -g -y
Crypto Skill Categories
| 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 |
Tips for Effective Crypto Searches
- Be exchange-specific:
binance futuresreturns better results than justtrading - Include the chain:
solana swaporethereum definarrows results effectively - Try abbreviations:
btc,eth,soloften work as well as full names - Check these common sources for crypto skills:
ComposioHQ/awesome-claude-skillsokx-trade-mcp- Exchange-specific repos (e.g.
binance-labs/agent-skills)
When No Crypto Skills Are Found
If no relevant skill exists:
- Acknowledge that no existing skill was found
- Offer to help directly — e.g., fetch price data via CoinGecko API, analyze a wallet address, or explain a DeFi protocol
- Suggest creating a custom skill:
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
Security Reminders
When installing any crypto-related skill, remind the user to:
- Never share private keys or seed phrases with any skill
- Use API keys with trade-only permissions (no withdrawal access) when connecting to exchanges
- Test with small amounts before automating real trades
- Verify the skill source on GitHub before installing
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install find-crypto-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/find-crypto-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Find Crypto Skills 是什么?
Helps 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。
如何安装 Find Crypto Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install find-crypto-skills」即可一键安装,无需额外配置。
Find Crypto Skills 是免费的吗?
是的,Find Crypto Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Find Crypto Skills 支持哪些平台?
Find Crypto Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Find Crypto Skills?
由 youhualan(@youhualan)开发并维护,当前版本 v1.0.0。