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 keyword - INLINECODE2 - Install a skill
- INLINECODE3 - Check for updates
- INLINECODE4 - 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:
- 1. 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:
CODEBLOCK0
Recommended query mapping:
| User Intent | Search Query |
|---|
| "trade on Binance" | INLINECODE5 |
| "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:
- 1. Skill name and what it does
- Supported exchanges or chains (if applicable)
- The install command
- A link to learn more
Example response:
CODEBLOCK1
Step 4: Offer to Install
If the user wants to proceed:
CODEBLOCK2
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
- 1. Be exchange-specific:
binance futures returns better results than just INLINECODE16 - Include the chain:
solana swap or ethereum defi narrows results effectively - Try abbreviations:
btc, eth, sol often work as well as full names - Check these common sources for crypto skills:
-
ComposioHQ/awesome-claude-skills
-
okx-trade-mcp
- Exchange-specific repos (e.g.
binance-labs/agent-skills)
When No Crypto Skills Are Found
If no relevant skill exists:
- 1. 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:
CODEBLOCK3
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
查找加密货币技能
此技能可帮助您从开放代理技能生态系统中发现并安装加密货币交易相关技能。
何时使用此技能
当用户出现以下情况时使用此技能:
- - 询问如何交易X,其中X为加密货币或交易所
- 表示查找DeFi/加密货币/区块链/交易相关技能
- 询问是否有分析加密货币价格/链上数据/钱包追踪的技能
- 希望自动化交易策略、提醒或投资组合管理
- 提及币安、OKX、Coinbase、Bybit、Kraken、Uniswap等交易所
- 询问DeFi协议、NFT、代币兑换、流动性挖矿或质押
- 希望进行链上分析、钱包监控或交易追踪
什么是Skills CLI?
Skills CLI(npx skills)是开放代理技能生态系统的包管理器。
关键命令:
- - npx skills find [查询词] - 按关键词搜索技能
- npx skills add <包名> - 安装技能
- npx skills check - 检查更新
- npx skills update - 更新所有已安装技能
浏览技能: https://skills.sh/
如何帮助用户查找加密货币技能
第1步:识别用户需求
当用户寻求加密货币相关帮助时,需识别:
- 1. 资产类型 — BTC、ETH、SOL、山寨币、稳定币、NFT
- 操作 — 交易、分析、监控、自动化、质押、跨链桥接
- 平台 — 中心化交易所(币安、OKX、Coinbase)或去中心化交易所(Uniswap、Jupiter、dYdX)
- 数据需求 — 价格数据、链上数据、市场情绪、新闻
第2步:使用加密货币特定查询进行搜索
使用目标关键词运行查找命令:
bash
npx skills find [查询词]
推荐查询映射:
| 用户意图 | 搜索查询 |
|---|
| 在币安上交易 | npx skills find binance trading |
| 追踪我的加密货币投资组合 |
npx skills find crypto portfolio tracker |
| DeFi流动性挖矿 | npx skills find defi yield |
| 比特币价格提醒 | npx skills find crypto price alert |
| 分析链上数据 | npx skills find onchain analytics |
| 在Uniswap上兑换代币 | npx skills find uniswap token swap |
| 加密货币新闻情绪 | npx skills find crypto news sentiment |
| NFT地板价 | npx skills find nft floor price |
| 钱包监控 | npx skills find wallet monitor blockchain |
| 自动化交易策略 | npx skills find crypto trading bot |
第3步:向用户展示选项
找到相关技能后,向用户展示:
- 1. 技能名称及其功能
- 支持的交易所或链(如适用)
- 安装命令
- 了解更多信息的链接
示例回复:
我找到了一个可能有帮助的技能!okx-trade技能可让您直接在聊天中
在OKX上进行现货和期货订单、查看余额以及管理仓位。
安装命令:
npx skills add okx-trade
了解更多:https://skills.sh/okx-trade
第4步:提供安装选项
如果用户希望继续安装:
bash
npx skills add <所有者/仓库@技能> -g -y
加密货币技能分类
| 分类 | 搜索关键词 |
|---|
| 中心化交易所交易 | binance, okx, coinbase, bybit, kraken, trading, order, futures, spot |
| 去中心化交易所/DeFi |
uniswap, jupiter, dydx, defi, swap, liquidity, yield, farming, staking |
| 投资组合 | portfolio, tracker, balance, pnl, holdings |
| 价格与提醒 | price, alert, feed, candlestick, ohlcv, coingecko, coinmarketcap |
| 链上分析 | onchain, blockchain, wallet, transaction, etherscan, dune, nansen |
| NFT | nft, floor, opensea, blur, collection, mint |
| 情绪与新闻 | crypto news, sentiment, twitter crypto, fear greed |
| 自动化 | trading bot, strategy, backtest, signal, webhook |
有效搜索加密货币的技巧
- 1. 指定交易所:binance futures比仅搜索trading结果更精准
- 包含链信息:solana swap或ethereum defi能有效缩小结果范围
- 尝试缩写:btc、eth、sol通常与全称同样有效
- 查看这些常见来源以获取加密货币技能:
- ComposioHQ/awesome-claude-skills
- okx-trade-mcp
- 交易所专属仓库(例如binance-labs/agent-skills)
未找到加密货币技能时
如果未找到相关技能:
- 1. 确认未找到现有技能
- 主动提供直接帮助 — 例如通过CoinGecko API获取价格数据、分析钱包地址或解释DeFi协议
- 建议创建自定义技能:
我搜索了与[查询词]相关的技能,但未找到匹配项。
我仍然可以直接为您提供帮助 — 例如,我可以拉取实时价格数据
或手动引导您完成交易。
如果您经常需要此功能,可以搭建自己的技能:
npx skills init my-crypto-skill
安全提醒
安装任何加密货币相关技能时,提醒用户:
- - 切勿向任何技能分享私钥或助记词
- 连接交易所时使用仅限交易的API密钥权限(无提现权限)
- 在自动化真实交易前先用小额资金测试
- 安装前在GitHub上验证技能来源