Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rkiding avatar

Alphaear Signal Tracker

  • 502 installs
  • 2.8k repo stars
  • Updated March 29, 2026
  • rkiding/awesome-finance-skills

alphaear-signal-tracker is an agent skill that monitors investment signal evolution and classifies thesis updates as strengthened, weakened, falsified, or unchanged from new market data.

About

alphaear-signal-tracker is an Awesome-finance-skills agent workflow for tracking how finance investment signals evolve as new market information arrives. The agent follows prompts in references/PROMPTS.md: FinResearcher gathers facts and prices, FinAnalyst creates an initial InvestmentSignal, and Signal Tracking assesses whether evidence strengthened, weakened, falsified, or left the thesis unchanged. Data collection delegates to alphaear-search and alphaear-stock skills; JSON cleanup can use scripts/fin_agent.py helper _sanitize_signal_output. The pattern is extracted from FinAgent track_signal method rather than a standalone library class, with agno agent framework and sqlite3 persistence noted as dependencies. Developers running systematic strategies use it to keep living theses auditable during live operation instead of one-off analysis snapshots when monitoring drift, misses, and trigger changes across trading sessions and portfolio review cycles that demand continuous signal state updates from alphaear companion skills.

  • Live signal monitoring
  • Trigger change alerts
  • Signal history logging
  • Strategy health checks
  • Operational finance ops

Alphaear Signal Tracker by the numbers

  • 502 all-time installs (skills.sh)
  • +13 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #208 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rkiding/awesome-finance-skills --skill alphaear-signal-tracker

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs502
repo stars2.8k
Last updatedMarch 29, 2026
Repositoryrkiding/awesome-finance-skills

How do you track investment signal drift over time?

Continuously monitor, log, and alert on AlphaEar trading signals so drift, misses, and trigger changes are visible during live strategy operation.

Who is it for?

Quant and fintech developers operating systematic strategies who must maintain auditable, evolving investment theses with AlphaEar data skills.

Skip if: Casual stock screeners or teams without alphaear-search, alphaear-stock, and structured signal state to compare against new information.

When should I use this skill?

User monitors finance signals, asks if a thesis strengthened or was falsified, or needs signal evolution logging during live strategy operation.

What you get

Updated InvestmentSignal records with revised confidence, intensity, and strengthened/weakened/falsified/unchanged classification.

  • Updated InvestmentSignal JSON
  • Signal evolution classification
  • Confidence and intensity revisions

By the numbers

  • Defines four signal evolution states: Strengthened, Weakened, Falsified, and Unchanged
  • Depends on two companion skills: alphaear-search and alphaear-stock

Files

SKILL.mdMarkdownGitHub ↗

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: 1. Research: Use FinResearcher Prompt to gather facts/price for a signal. 2. Analyze: Use FinAnalyst Prompt to generate the initial InvestmentSignal. 3. Track: For existing signals, use Signal Tracking Prompt to assess evolution (Strengthened/Weakened/Falsified) based on new info.

Tools:

  • Use alphaear-search and alphaear-stock skills to gather the necessary data.
  • Use scripts/fin_agent.py helper _sanitize_signal_output if needing to clean JSON.

Key Logic:

  • Input: Existing Signal State + New Information (News/Price).
  • Process:

1. Compare new info with signal thesis. 2. Determine impact direction (Positive/Negative/Neutral). 3. 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.

Related skills

How it compares

Use alphaear-signal-tracker for ongoing thesis maintenance; use alphaear-predictor or alphaear-reporter when forecasting or publishing formal research outputs.

FAQ

What outcomes can alphaear-signal-tracker assign to a signal?

alphaear-signal-tracker assesses new market information against an existing thesis and labels evolution as Strengthened, Weakened, Falsified, or Unchanged while updating confidence and intensity.

Which AlphaEar skills does signal tracking depend on?

alphaear-signal-tracker expects alphaear-search and alphaear-stock for facts and prices, plus prompts in references/PROMPTS.md and optional fin_agent.py JSON sanitization helpers.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.