Agent skill · AI & Agents

nixtla-event-impact-modeler

Quantifies the impact of exogenous events on contract prices using TimeGPT and CausalImpact. Triggers on "event impact analysis", "model event effects", "quantify event impact", or "causal analysis".

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill nixtla-event-impact-modeler-intent-solutions-io-plugins-nixtla --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: ReadWriteBashGlobGrepWebSearch
Path: skills/analysis/nixtla-event-impact-modeler-intent-solutions-io-plugins-nixtla/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Nixtla Event Impact Modeler Quantifies the causal impact of exogenous events on contract prices using TimeGPT forecasting and CausalImpact analysis. ## Overview This skill analyzes how external events (promotions, natural disasters, policy changes) affect contract prices over time. It combines historical price data with event details to quantify causal impacts using MCMC-based counterfactual modeling and TimeGPT forecasting. The skill produces impact estimates, adjusted forecasts, and visualizations for event-driven price changes. **Use cases**: Promotion effectiveness analysis, disaster impact quantification, policy change assessment, pricing anomaly investigation, event-aware forecasting. ## Prerequisites **Environment**: - `NIXTLA_TIMEGPT_API_KEY` (required for TimeGPT forecasting) **Dependencies**: ```bash pip install nixtla pandas causalimpact matplotlib ``` **Input requirements**: - `prices.csv`: Contract prices with columns `ds` (datetime), `price` (numeric) - `events.csv`: Event data with columns `ds` (datetime), `event` (string description) ## Instructions ### Step 1: Prepare data Load and validate contract price and event data using the data preparation script. ```bash

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Instructions
  4. Step 1: Prepare data
  5. Step 2: Configure model
  6. Step 3: Execute analysis
  7. Step 4: Generate report
  8. Output
  9. Error Handling
  10. Examples
  11. Example 1: Promotion impact analysis
  12. Example 2: Natural disaster impact
  13. Resources
Ships with 1 file
  • metadata.json
Commands it runs
pip install nixtla pandas causalimpact matplotlib
python {baseDir}/scripts/prepare_data.py \
python {baseDir}/scripts/prepare_data.py --create-sample
python {baseDir}/scripts/configure_model.py \
python {baseDir}/scripts/analyze_impact.py \
python {baseDir}/scripts/generate_report.py \
python scripts/prepare_data.py --prices prices.csv --events events.csv
python scripts/configure_model.py --prices prepared_prices.csv --events prepared_events.csv --window-days 5
python scripts/analyze_impact.py --prices configured_prices.csv --events prepared_events.csv --niter 2000
python scripts/generate_report.py --impact-results impact_results.csv --adjusted-forecast adjusted_forecast.csv
More from claude-skill-registry
All skills →
About this skill
What does the nixtla-event-impact-modeler skill do?

Quantifies the impact of exogenous events on contract prices using TimeGPT and CausalImpact. Triggers on "event impact analysis", "model event effects", "quantify event impact", or "causal analysis".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill nixtla-event-impact-modeler-intent-solutions-io-plugins-nixtla --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going