# Alphaear Deepear Lite

> Fetch the latest financial signals and transmission-chain analyses from DeepEar Lite. Use when the user needs immediate insights into financial market trends, stock performance factors, and reasoning from the DeepEar Lite dashboard.

- Skill: `jadegate/alphaear-deepear-lite` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jadegate/alphaear-deepear-lite`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/alphaear-deepear-lite/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/alphaear-deepear-lite

---


# DeepEar Lite Skill

## Overview

Fetch high-frequency financial signals, including titles, summaries, confidence scores, and reasoning directly from the DeepEar Lite platform's real-time data source.

## Capabilities

### 1. Fetch Latest Financial Signals

Use `scripts/deepear_lite.py` via `DeepEarLiteTools`.

-   **Fetch Signals**: `fetch_latest_signals()`
    -   Retrieves all latest signals from `https://deepear.vercel.app/latest.json`.
    -   Returns a formatted report of signal titles, sentiment/confidence metrics, summaries, and source links.

## Dependencies

-   `requests`, `loguru`
-   No local database required for this skill.

## Testing

Run the test script to verify the connection and data fetching:
```bash
python scripts/deepear_lite.py
```

