A collection of specialized AI agent skills focused on cryptocurrency and blockchain operations.
npx skills add https://github.com/kukapay/crypto-skills --skill market-sentimentقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
This repository provides a collection of specialized AI agent skills focused on cryptocurrency and blockchain operations. These skills enhance AI agents with the ability to interact with various blockchain networks, query market data, and perform crypto-related tasks.
Install these skills using the Skills CLI:
npx skills add kukapay/crypto-skills
Or you can install a single skill:
npx skills add kukapay/crypto-skills --skill "evm-swiss-knife"
This command will download and configure the crypto skills for your AI agent.
For more information about the Skills CLI, visit https://skills.sh/docs/cli.
A comprehensive tool for interacting with Ethereum Virtual Machine (EVM)-compatible blockchains using Foundry's cast command-line tool. Supports:
This skill enables AI agents to perform low-level blockchain operations across multiple EVM networks like Ethereum, Polygon, BNB Smart Chain, and more.
Install:
npx skills add kukapay/crypto-skills --skill "evm-swiss-knife"
A comprehensive tool for analyzing cryptocurrency market sentiment by aggregating news from popular RSS feeds and performing sentiment analysis. Supports:
This skill helps AI agents assess overall market mood for trading decisions, research, and trend monitoring.
Install:
npx skills add kukapay/crypto-skills --skill "market-sentiment"
A comprehensive tool for scouting trending meme coins on DEX platforms like DexScreener. Supports:
This skill enables AI agents to identify and evaluate trending meme coins for trading and research purposes.
Install:
npx skills add kukapay/crypto-skills --skill "meme-scout"
A comprehensive tool for generating, building, and deploying custom ERC20 tokens on EVM networks. Supports:
This skill enables AI agents to create and deploy custom ERC20 tokens with full control over token parameters and deployment targets.
Install:
npx skills add kukapay/crypto-skills --skill "token-minter"
A comprehensive tool for generating trading strategies for cryptocurrencies by combining Binance market data, technical analysis indicators, and market sentiment analysis. Supports:
This skill enables AI agents to provide data-driven trading advice and strategy analysis.
Install:
npx skills add kukapay/crypto-skills --skill "trading-strategist"
A comprehensive tool for finding and analyzing DeFi yield opportunities across protocols, chains, and asset types. Supports:
This skill enables AI agents to provide comprehensive DeFi yield research with current APY/APR data, risk analysis, and tailored recommendations across multiple blockchains (Ethereum, BSC, Solana, Arbitrum, Optimism, Polygon, etc.).
Install:
npx skills add kukapay/crypto-skills --skill "yield-opportunities"
This repository is actively maintained and will continue to expand with additional crypto-related skills, including:
Contributions are welcome! If you have ideas for new crypto skills or improvements to existing ones, please open an issue or submit a pull request.
MIT License