jbk-collect

Collect YouTube video titles and compute backward honey index predictions for six assets.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/yundoun/junbankkullab --skill jbk-collect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jbk-collect
Source: https://github.com/yundoun/junbankkullab/tree/main/skills/jbk-collect
Command: npx skills add https://github.com/yundoun/junbankkullab --skill jbk-collect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Collects and analyzes YouTube video predictions to compute the backward honey index, turning scattered video titles into actionable market sentiment metrics.

Core Features & Use Cases

  • Builds per-period predictions across six assets (KOSPI, S&P500, NASDAQ, Samsung Electronics, SK Hynix, Nvidia) from channel titles.
  • Fetches historical price data to verify predictions and calculates honey indices for performance insights.
  • Outputs period-wise and overall stats for API consumption and dashboards.

Quick Start

Run the collect script with a year and month to begin gathering data and computing the honey index.

Frequently Asked Questions about jbk-collect

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

FAQPage Schema
How do I collect YouTube video predictions to calculate a honey index for market analysis?

You can collect YouTube video predictions and calculate the backward honey index by running a TS/Node data pipeline that gathers video titles from the 전인구경제연구소 channel and fetches historical price data to validate them.

What assets are supported for computing the backward honey index from YouTube predictions?

The honey index computation supports six assets: KOSPI, S&P500, NASDAQ, Samsung Electronics, SK Hynix, and Nvidia, fetching historical price data to verify channel predictions.

Can I compute the honey index for a custom date range instead of a full month?

Yes, you can compute the honey index for either a specific monthly period or a custom date range, generating per-period predictions and validating them against market data.

How are API keys and computed honey index statistics stored in this data pipeline?

The data pipeline reads API keys from a .env.local file and stores both period-wise and overall computed honey index statistics in JSON files for API consumption.

Does the honey index calculation require both Node.js and Python environments?

Yes, the implementation relies on a TS/Node data pipeline for collecting YouTube titles and integrates a Python script to fetch historical market prices for prediction validation.

What is the backward honey index and how does it validate market predictions?

The backward honey index is a market sentiment metric computed by fetching historical price data to verify YouTube video predictions, turning scattered video titles into actionable performance insights.