Access KOL profiles, alpha opportunities, hot projects, and trending topics from OmniCrypto — directly from your terminal or AI agent.
macOS (arm64)
curl -fsSL https://github.com/CryptoAllKnows/omnicrypto-cli/releases/latest/download/omnicrypto-macos-arm64 -o omnicrypto
chmod +x omnicrypto && mv omnicrypto ~/bin/omnicryptoLinux (x64)
curl -fsSL https://github.com/CryptoAllKnows/omnicrypto-cli/releases/latest/download/omnicrypto-linux-x64 -o omnicrypto
chmod +x omnicrypto && mv omnicrypto ~/bin/omnicryptoWindows (x64)
Download the latest omnicrypto-windows-x64.exe from Releases and add it to your PATH.
# KOL profiles & followers
omnicrypto profile <handle>
omnicrypto followers <handle>
# Alpha opportunities
omnicrypto alphas # trending (default)
omnicrypto alphas -r HOT
omnicrypto alphas -r LATEST -l 10
omnicrypto alphas -t AIRDROP # filter by type
omnicrypto alpha <id> # single alpha detail
# Hot projects & topics
omnicrypto hot-projects
omnicrypto hot-topics
omnicrypto hot-topic <id>Add --json to any command for machine-readable output.
Tell your Claude agent:
Read https://app.omnicrypto.ai/skill.md and use omnicrypto to get the latest trending alphas
The skill doc at app.omnicrypto.ai/skill.md teaches Claude all available commands and output shapes.