check-signals

Query the ai_intelligence_signals table in data/data.db and present results.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/danny0926/NLP-data-for-trading --skill check-signals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-signals
Source: https://github.com/danny0926/NLP-data-for-trading/tree/main/.claude/skills/check-signals
Command: npx skills add https://github.com/danny0926/NLP-data-for-trading --skill check-signals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Effortlessly retrieve and display the latest AI trading signals from the central database to support monitoring and decision-making.

Core Features & Use Cases

  • Query the ai_intelligence_signals table for recent signals and present key fields such as source_type, source_name, ticker, impact_score, sentiment, and timestamp.
  • Filter results by politician, ticker, date range, or minimum impact score to focus on high-priority signals.
  • Use for quick reviews of AI-discovery outcomes and to inform trading-related decisions.

Quick Start

Run the check-signals skill to fetch and display the latest AI intelligence signals.

Frequently Asked Questions about check-signals

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query AI intelligence signals from a SQLite database?

To query AI intelligence signals from a SQLite database, you read the ai_intelligence_signals table in data/data.db to retrieve and display fields like source type, ticker, impact score, and sentiment.

What are AI intelligence signals and how do they help with trading decisions?

AI intelligence signals are AI-discovered trading activity records containing source, ticker, impact score, and sentiment data. Reviewing these signals helps inform trading-related decisions by highlighting high-priority market events.

How can I filter trading signals by ticker or date range?

You can filter trading signals by applying optional filters for politician, ticker, date range, or minimum impact score when querying the ai_intelligence_signals table to focus on specific high-priority results.

Can I review impact scores for AI-discovered trading activity in SQLite?

Yes, you can review impact scores for AI-discovered trading activity by querying the SQLite-based ai_intelligence_signals store and formatting results to display key fields like impact_score and timestamp.

What is the best way to audit recent AI trading signals?

The best way to audit recent AI trading signals is to query the ai_intelligence_signals table and present key fields such as source_name, ticker, sentiment, and timestamp to support monitoring and decision-making.