alphaear-signal-tracker
/install alphaear-signal-tracker
AlphaEar Signal Tracker Skill
Overview
This skill provides logic to track and update investment signals. It assesses how new market information impacts existing signals (Strengthened, Weakened, Falsified, or Unchanged).
Capabilities
1. Track Signal Evolution
1. Track Signal Evolution (Agentic Workflow)
YOU (the Agent) are the Tracker. Use the prompts in references/PROMPTS.md.
Workflow:
- Research: Use FinResearcher Prompt to gather facts/price for a signal.
- Analyze: Use FinAnalyst Prompt to generate the initial
InvestmentSignal. - Track: For existing signals, use Signal Tracking Prompt to assess evolution (Strengthened/Weakened/Falsified) based on new info.
Tools:
- Use
alphaear-searchandalphaear-stockskills to gather the necessary data. - Use
scripts/fin_agent.pyhelper_sanitize_signal_outputif needing to clean JSON.
Key Logic:
- Input: Existing Signal State + New Information (News/Price).
- Process:
- Compare new info with signal thesis.
- Determine impact direction (Positive/Negative/Neutral).
- Update confidence and intensity.
- Output: Updated Signal.
Example Usage (Conceptual):
# This skill is currently a pattern extracted from FinAgent.
# In a future refactor, it should be a standalone utility class.
# For now, refer to `scripts/fin_agent.py`'s `track_signal` method implementation.
Dependencies
agno(Agent framework)sqlite3(built-in)
Ensure DatabaseManager is initialized correctly.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install alphaear-signal-tracker - After installation, invoke the skill by name or use
/alphaear-signal-tracker - Provide required inputs per the skill's parameter spec and get structured output
What is alphaear-signal-tracker?
Track finance investment signal evolution and update logic based on new finance market information. Use when monitoring finance signals and determining if th... It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install alphaear-signal-tracker?
Run "/install alphaear-signal-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is alphaear-signal-tracker free?
Yes, alphaear-signal-tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does alphaear-signal-tracker support?
alphaear-signal-tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created alphaear-signal-tracker?
It is built and maintained by zhouzhonglu8-png (@zhouzhonglu8-png); the current version is v1.0.0.