run-pipeline

Automate retrieval and analysis of congressional trading data via ETL pipeline.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end retrieval and analysis of congressional trading data.

Core Features & Use Cases

  • Full ETL pipeline: fetches Senate and House disclosures, structures data with AI, and stores in a local DB.
  • AI discovery and reporting: runs zero-shot/AI analyses and generates signals and insights for decision-making.
  • Partial update support: run only the data fetch or only the AI analysis as needed.

Quick Start

Activate the virtual environment and run the full pipeline (initialize DB, fetch Senate and House data, and run AI discovery) to collect and analyze the latest trading data.

Frequently Asked Questions about run-pipeline

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

FAQPage Schema
How do I automate congressional trading data retrieval and analysis?

To automate congressional trading data retrieval, run a full ETL pipeline that fetches Senate and House disclosures, structures the data with AI, and stores it in a local database for analysis.

What is AI-driven discovery for congressional stock trading disclosures?

AI-driven discovery applies zero-shot analyses to structured congressional trading data to generate actionable signals and insights. It identifies patterns in Senate and House disclosures for decision-making.

Do I need a specific environment to run ETL pipelines for congressional data?

Yes, running congressional data ETL pipelines requires a Python 3+ environment with a configured database and appropriate access keys to fetch and store disclosures successfully.

Can I run only the data fetch without the AI analysis?

Yes, the pipeline supports partial updates so you can run only the data fetch to collect the latest Senate and House disclosures, or run only the AI analysis on existing data as needed.

What's the best way to generate periodic reports from congressional trading data?

The best way to generate periodic reports is to orchestrate an automated ETL workflow that coordinates data fetching, AI discovery, and reporting tools to produce signals from congressional trading data.