AlphaEar Signal Tracker

Tracks how a finance trading signal's validity evolves as new market data comes in.

Works with setup

Test report

Verdict
Works with setup
Score
6.8/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · f4f4a28

Tested by re-evaluating a baseline investment signal after new market info (regulator withdrew an export-control carve-out); the skill's evolution logic is prompt-driven (references/PROMPTS.md, no paid API required -- JINA_API_KEY is optional with a free DDG fallback). Skill and base arms both correctly classified the signal as Falsified and moved sentiment negative / confidence up / expectation_gap down consistently, but the skill's structure did not beat the base model's direct reasoning (base gave slightly richer per-field rationale and a more defensible timeliness value), so A/B was a wash. Output is a code/output-correctness artifact only, NOT investment advice.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 4/5
  • Output vs. baseline 5/10
  • Docs & honesty 3/5

What AlphaEar Signal Tracker does

Track finance investment signal evolution and update logic based on new finance market information. Use when monitoring finance signals and determining if they are strengthened, weakened, or falsified.

How to install AlphaEar Signal Tracker

git clone https://github.com/RKiding/Awesome-finance-skills
cd Awesome-finance-skills
mkdir -p ~/.claude/skills
cp -r skills/alphaear-signal-tracker ~/.claude/skills/alphaear-signal-tracker

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger AlphaEar Signal Tracker

  • /alphaear-signal-tracker Tracks how a finance trading signal's validity evolves as new market data comes in.

It also activates on plain-language prompts like these:

  • Track whether my RSI divergence signal is still valid
  • Check if this earnings signal has been falsified by new data
  • Update the strength of my momentum signal with today's data

Frequently asked questions

Is the AlphaEar Signal Tracker skill free?
Yes. The skill itself is free from RKiding/Awesome-finance-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does AlphaEar Signal Tracker work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. Tested by re-evaluating a baseline investment signal after new market info (regulator withdrew an export-control carve-out); the skill's evolution logic is prompt-driven (references/PROMPTS.md, no paid API required -- JINA_API_KEY is optional with a free DDG fallback). Skill and base arms both correctly classified the signal as Falsified and moved sentiment negative / confidence up / expectation_gap down consistently, but the skill's structure did not beat the base model's direct reasoning (base gave slightly richer per-field rationale and a more defensible timeliness value), so A/B was a wash. Output is a code/output-correctness artifact only, NOT investment advice.
What is the AlphaEar Signal Tracker SkillProof Score?
6.8/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 3/5.
How do I install AlphaEar Signal Tracker?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use AlphaEar Signal Tracker with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.