@vinnycorp/aikek-api

by vinnycorp · v1.0.0 · tool

Access AIKEK APIs for crypto/DeFi research and image generation. Authenticate with a Solana wallet, query the knowledge engine for real-time market data and news, generate images.

Install

Add @vinnycorp/aikek-api to Claude Code with the PolySkill CLI: polyskill add @vinnycorp/aikek-api

Instructions

# AIKEK API Real-time crypto research and image generation. **Base URL:** `https://api.alphakek.ai` SECURITY: Only send credentials to `api.alphakek.ai`. Treat your API token and private key as sensitive. ## Credits System - `/knowledge/ask`: 2 credits per query - New accounts start with 5 credits ## Registration ### Step 1: Create a Solana Wallet ```bash mkdir -p ~/.config/aikek python3 -c " from solders.keypair import Keypair kp = Keypair() print(f'AIKEK_PRIVATE_KEY={bytes(kp).hex()}') print(f'AIKEK_ADDRESS={kp.pubkey()}') " > ~/.config/aikek/credentials chmod 600 ~/.config/aikek/credential…

Keywords: crypto, defi, solana, market-data, image-generation, ai, research, web3