From rkiding-awesome-finance-skills-1
Tracks finance investment signal evolution by assessing new market information to determine if signals are strengthened, weakened, or falsified.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rkiding-awesome-finance-skills-1:alphaear-signal-trackerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides logic to track and update investment signals. It assesses how new market information impacts existing signals (Strengthened, Weakened, Falsified, or Unchanged).
references/PROMPTS.mdscripts/__init__.pyscripts/fin_agent.pyscripts/prompts/fin_agent.pyscripts/prompts/forecast_analyst.pyscripts/prompts/intent_agent.pyscripts/prompts/isq_prompt_generator.pyscripts/prompts/report_agent.pyscripts/prompts/trend_agent.pyscripts/prompts/visualizer.pyscripts/schema/isq_template.pyscripts/schema/models.pyscripts/tools/__init__.pyscripts/tools/toolkits.pyscripts/utils/__init__.pyscripts/utils/content_extractor.pyscripts/utils/database_manager.pyscripts/utils/hybrid_search.pyscripts/utils/json_utils.pyscripts/utils/llm/capability.pyThis skill provides logic to track and update investment signals. It assesses how new market information impacts existing signals (Strengthened, Weakened, Falsified, or Unchanged).
YOU (the Agent) are the Tracker. Use the prompts in references/PROMPTS.md.
Workflow:
InvestmentSignal.Tools:
alphaear-search and alphaear-stock skills to gather the necessary data.scripts/fin_agent.py helper _sanitize_signal_output if needing to clean JSON.Key Logic:
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.
agno (Agent framework)sqlite3 (built-in)Ensure DatabaseManager is initialized correctly.
npx claudepluginhub rkiding/awesome-finance-skillsFetches real-time financial signals and transmission-chain analyses from DeepEar Lite. Provides market trend insights, stock performance factors, and reasoning summaries.
Analyzes SEC Form 4 filings to track insider buying/selling, compute net sentiment, summarize transactions, and highlight significant trades for investment signals.
Tracks investment thesis for portfolio positions: define pillars/risks/catalysts, log data points, maintain scorecard, and update conviction. Use for thesis checks or position reviews.