SkillAgentSearch skills...

Crypto Market AI Research

crypto market ai research toolkit with AI signal generation and redis-backed caching

Install / Use

npx skills add jbird-trading-org/crypto-market-ai-research

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Crypto Market AI Research

TypeScript-based crypto market research toolkit with AI signal generation and Redis-backed caching.

Features

  • Technical Analysis — RSI, MACD, Bollinger Bands, EMA, ATR (pure TypeScript)
  • Redis Cacheioredis-os with in-memory fallback when Redis is unavailable
  • Rate Limiter — sliding-window API throttling
  • Solana SDK — price and wallet data fetcher

Quickstart

git clone https://github.com/jbird-trading-org/crypto-market-ai-research.git
cd crypto-market-ai-research
npm install
cp .env.example .env
npm run build
npm test
npm run test:pipeline

Redis

Set REDIS_URL or REDIS_HOST in .env. When Redis is down or unset, the cache falls back to in-memory storage.

npm run redis:health

Scripts

| Command | Description | |---------|-------------| | npm run build | Compile TypeScript | | npm test | Run vitest suite | | npm run test:pipeline | End-to-end smoke test | | npm run redis:health | Check Redis connectivity |

License

MIT

Related Skills

View on GitHub
GitHub Stars83
CategoryEducation
Updated10d ago
Forks0

Languages

TypeScript

Security Score

85/100

Audited on Jul 28, 2026

No findings