DeepEar Analysis Skill — community DeepEar Analysis Skill, DeepEar, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Financial Analysis Agents needing comprehensive financial signal analysis via API triggers. A skill that performs financial signal analysis using the DeepEar workflow.

HKUSTDial HKUSTDial
[0]
[0]
Updated: 3/12/2026

Agent Capability Analysis

The DeepEar Analysis Skill skill by HKUSTDial is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Financial Analysis Agents needing comprehensive financial signal analysis via API triggers.

Core Value

Empowers agents to trigger customizable DeepEar analysis workflows via API endpoints, utilizing JSON request bodies to specify query parameters, news sources, and concurrency levels, thereby enhancing financial research and analysis capabilities.

Capabilities Granted for DeepEar Analysis Skill

Triggering comprehensive financial signal analysis for specific market sectors
Customizing analysis workflows with adjustable parameters such as depth and concurrency
Integrating DeepEar analysis into existing financial research and analysis pipelines

! Prerequisites & Limits

  • Requires API access and proper JSON request body formatting
  • Dependent on the availability and quality of news sources and financial data
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

DeepEar Analysis Skill

Install DeepEar Analysis Skill, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

DeepEar Analysis Skill

This skill wraps the DeepEar analysis workflow, allowing you to trigger comprehensive financial signal analysis via an API.

API Endpoints

POST /analyze

Triggers the DeepEar analysis workflow.

Request Body:

json
1{ 2 "query": "A-share tech sector", 3 "sources": "all", 4 "wide": 10, 5 "depth": "auto", 6 "concurrency": 5, 7 "update_from": "20240203_110000" 8}
  • query (optional): The user intent or topic to analyze.
  • sources (optional): News sources ('all', 'financial', 'social', 'tech', or comma-separated). Default: 'all'.
  • wide (optional): Number of items to fetch per source. Default: 10.
  • depth (optional): Analysis depth ('auto' or integer). Default: 'auto'.
  • concurrency (optional): Number of concurrent threads. Default: 5.
  • update_from (optional): Provide a run_id to update an existing analysis with new market data/logic.

Response:

json
1{ 2 "job_id": "550e8400-e29b-41d4-a716-446655440000", 3 "status": "pending", 4 "submitted_at": "2024-02-04T12:00:00.000000" 5}

GET /status/{job_id}

Check the progress and get the result of the analysis job.

Response (Completed):

json
1{ 2 "job_id": "550e8400-e29b-41d4-a716-446655440000", 3 "status": "completed", 4 "result": { 5 "report_path": "/path/to/DeepEar/reports/daily_report_20240204_1205.html", 6 "message": "Analysis completed successfully." 7 }, 8 "timestamp": "2024-02-04T12:05:00.000000" 9}

Usage

Run the server:

bash
1uv run skills/deepear/scripts/server.py

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is DeepEar Analysis Skill?

Perfect for Financial Analysis Agents needing comprehensive financial signal analysis via API triggers. A skill that performs financial signal analysis using the DeepEar workflow.

How do I install DeepEar Analysis Skill?

Run the command: npx killer-skills add HKUSTDial/DeepEar/DeepEar Analysis Skill. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for DeepEar Analysis Skill?

Key use cases include: Triggering comprehensive financial signal analysis for specific market sectors, Customizing analysis workflows with adjustable parameters such as depth and concurrency, Integrating DeepEar analysis into existing financial research and analysis pipelines.

Which IDEs are compatible with DeepEar Analysis Skill?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for DeepEar Analysis Skill?

Requires API access and proper JSON request body formatting. Dependent on the availability and quality of news sources and financial data.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add HKUSTDial/DeepEar/DeepEar Analysis Skill. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use DeepEar Analysis Skill immediately in the current project.

Related Skills

Looking for an alternative to DeepEar Analysis Skill or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer