Skip to content

CryptoAllKnows/omnicrypto-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

omnicrypto CLI

Access KOL profiles, alpha opportunities, hot projects, and trending topics from OmniCrypto — directly from your terminal or AI agent.

Install

macOS (arm64)

curl -fsSL https://github.com/CryptoAllKnows/omnicrypto-cli/releases/latest/download/omnicrypto-macos-arm64 -o omnicrypto
chmod +x omnicrypto && mv omnicrypto ~/bin/omnicrypto

Linux (x64)

curl -fsSL https://github.com/CryptoAllKnows/omnicrypto-cli/releases/latest/download/omnicrypto-linux-x64 -o omnicrypto
chmod +x omnicrypto && mv omnicrypto ~/bin/omnicrypto

Windows (x64)

Download the latest omnicrypto-windows-x64.exe from Releases and add it to your PATH.

Commands

# 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.

Use with AI agents

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.

About

OmniCrypto CLI — access KOL profiles, alphas, and market insights

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors