event-driven

Analyze market sentiment from news and macro events to generate trading signals.

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/644408071-design/Kokpop --skill event-driven-644408071-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: event-driven
Source: https://github.com/644408071-design/Kokpop/tree/main/agent/src/skills/event-driven
Command: npx skills add https://github.com/644408071-design/Kokpop --skill event-driven-644408071-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The event-driven Skill unit addresses the need for a systematic approach to analyze news, announcements, and macro events to generate trading signals based on sentiment scoring.

Core Features & Use Cases

  • Sentiment Analysis: Scores news and events from -1.0 (extremely bearish) to 1.0 (extremely bullish).
  • Event Data Management: Manages event data in CSV format, with fields for date, event type, score, source, and summary.
  • Signal Aggregation: Combines technical signals with event signals through weighted aggregation to form the final trading decision.
  • Use Case: A trader can use this Skill to analyze market sentiment and events to inform their trading decisions.

Quick Start

Run the 'analyze_events' script with the 'news.csv' file to generate trading signals.

Frequently Asked Questions about event-driven

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

FAQPage Schema
How do I generate trading signals from market news and events?

Generating trading signals from market news involves analyzing event data in CSV format, applying sentiment scoring from -1.0 to 1.0, and aggregating these signals to inform trading decisions. You can run the 'analyze_events' script with a 'news.csv' file to process market sentiment.

How does sentiment analysis work for event-driven trading?

Sentiment analysis for event-driven trading works by scoring news, announcements, and macro events from extremely bearish (-1.0) to extremely bullish (1.0). These scores are then combined with technical signals through weighted aggregation to form the final trading decision.

Do I need pandas and numpy to analyze market sentiment from CSV files?

Yes, you need pandas and numpy to analyze market sentiment from CSV files. The Skill requires these libraries specifically for data manipulation and computation to process event data and aggregate sentiment scores effectively.

What is the best way to structure CSV data for event sentiment analysis?

The best way to structure CSV data for event sentiment analysis is to include fields for date, event type, score, source, and summary. This format allows the system to parse market events and apply sentiment scoring accurately.

Can I combine event signals with technical signals for trading decisions?

Yes, you can combine event signals with technical signals for trading decisions. The Skill applies weighted aggregation to merge sentiment scores derived from news events with existing technical signals, producing a consolidated final trading decision.

What macro events are supported by event-driven market analysis?

Event-driven market analysis supports any macro events, announcements, or news entries you include in your CSV data. The system applies sentiment scoring to these inputs to generate trading signals based on the aggregated market sentiment.