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.
Works with
---
name: alphaear-deepear-lite
description: 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.
license: Apache-2.0
---
# 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
```More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

