KS
Killer-Skills

DeepEar Analysis Skill — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for Financial Analysis Agents needing comprehensive financial signal tracking and deep research capabilities via API endpoints like POST /analyze. DeepEar | 顺风耳 An open-source framework for Deep Research and Financial Signal Tracking. 一个用于深度研究与金融信号追踪的开源框架。

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

Quality Score

Top 5%
51
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add HKUSTDial/DeepEar

Agent Capability Analysis

The DeepEar Analysis Skill MCP Server by HKUSTDial is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for Financial Analysis Agents needing comprehensive financial signal tracking and deep research capabilities via API endpoints like POST /analyze.

Core Value

Empowers agents to trigger comprehensive financial signal analysis using JSON request bodies with parameters like query, sources, wide, depth, concurrency, and update_from, enabling advanced data visualization and financial insights through the DeepEar open-source framework.

Capabilities Granted for DeepEar Analysis Skill MCP Server

Automating financial signal tracking for specific sectors or topics
Generating comprehensive analysis reports using the DeepEar analysis workflow
Debugging financial signal analysis workflows through customizable API requests

! Prerequisites & Limits

  • Requires API endpoint access with valid request body parameters
  • Dependent on the DeepEar open-source framework for analysis workflow
  • Limited to financial signal analysis and tracking capabilities
Project
SKILL.md
1.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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

Related Skills

Looking for an alternative to DeepEar Analysis Skill or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
Design

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication