alphaear-deepear-lite

仓库创建 2026年1月31日最近提交 4 个月前SkillHot 收录 21 天前
▸ 精选理由

直接提供信号与置信度,利于量化研究与策略迭代。

▸ 风险提示

需访问外部平台并可能需要 API 密钥或授权。

这个 Skill 做什么

从 DeepEar Lite 抓取高频金融信号与推理解释,辅助短期策略决策。

实时从 DeepEar Lite 拉取高频金融信号和链路化推理:包括信号标题、摘要、置信度以及平台给出的因果链路说明。适合需要分钟级或短期策略决策、快速判断某只股票或市场异动的时候用。特别之处在于不仅给数值信号,还把 DeepEar 的推理链路一并带出,方便复盘和把机器输出转化为交易思路。

▸ 展开 SKILL.md 英文原文

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.

垂直行业金融信号高频数据因果推理通用
2.7k
Stars
348
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/RKiding/Awesome-finance-skills/main/skills/alphaear-deepear-lite/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/RKiding/Awesome-finance-skills/main/skills/alphaear-deepear-lite/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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 conne
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有