skills/deepear/SKILL.md
A skill that performs financial signal analysis using the DeepEar workflow.
npx skillsauth add hkustdial/deepear DeepEar Analysis SkillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill wraps the DeepEar analysis workflow, allowing you to trigger comprehensive financial signal analysis via an API.
Triggers the DeepEar analysis workflow.
Request Body:
{
"query": "A-share tech sector",
"sources": "all",
"wide": 10,
"depth": "auto",
"concurrency": 5,
"update_from": "20240203_110000"
}
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:
{
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"status": "pending",
"submitted_at": "2024-02-04T12:00:00.000000"
}
Check the progress and get the result of the analysis job.
Response (Completed):
{
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"status": "completed",
"result": {
"report_path": "/path/to/DeepEar/reports/daily_report_20240204_1205.html",
"message": "Analysis completed successfully."
},
"timestamp": "2024-02-04T12:05:00.000000"
}
Run the server:
uv run skills/deepear/scripts/server.py
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).