minute-analysis

Fetch minute-level candlestick data and compute VWAP, TWAP, and volume metrics.

15|2|Updated May 1, 2026
One-click install
npx skills add https://github.com/OpenSucker/OpenSucker --skill minute-analysis-opensucker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minute-analysis
Source: https://github.com/OpenSucker/OpenSucker/tree/main/skills/vibe_skills/minute-analysis
Command: npx skills add https://github.com/OpenSucker/OpenSucker --skill minute-analysis-opensucker

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables traders and analysts to fetch and analyze minute-level market data efficiently, supporting informed intraday trading decisions.

Core Features & Use Cases

  • Data Retrieval: Fetches high-resolution minute candlestick data from APIs like OKX, Tushare, and yfinance.
  • Technical Indicator Calculations: Computes VWAP, TWAP, and volume distribution metrics for detailed market insights.
  • Use Case: A trader wants to evaluate intraday price trends using VWAP and volume profiles for quick decision-making on a 5-minute Bitcoin chart.

Quick Start

Use the minute-analysis skill to fetch 1-hour data for a specific trading pair and compute VWAP and volume profile analysis.

Frequently Asked Questions about minute-analysis

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

FAQPage Schema
How do I fetch real-time intraday minute candlestick data for technical analysis?

You can fetch minute-level candlestick data directly from supported APIs including OKX, Tushare, and yfinance to perform real-time market assessment and inform your intraday trading decisions.

Can I calculate VWAP and volume distribution metrics using Python?

You can calculate VWAP, TWAP, and volume distribution metrics using Python. This skill computes these technical indicators by leveraging the pandas and numpy libraries for detailed intraday market insights.

Does this intraday trading analysis tool require specific Python dependencies?

Yes, this intraday trading analysis tool requires specific Python dependencies. You must have the pandas, numpy, and requests libraries installed in your environment to handle market data fetching and technical computation.

What is the best way to backtest an intraday trading strategy with minute-level market data?

The best way to backtest an intraday trading strategy with minute-level market data is using a tool that integrates data fetching and indicator calculations. This skill supports strategy development and performance evaluation directly.

How do I evaluate 5-minute Bitcoin price trends using VWAP?

To evaluate 5-minute Bitcoin price trends using VWAP, you fetch the specific minute candlestick data via supported APIs and apply the built-in technical indicator calculations to assess volume profiles for quick decision-making.