data-dependency-download

Construct hv-ext download-data-dependency commands from local hotvect config.

2|2|Updated Aug 4, 2020
One-click install
npx skills add https://github.com/hotvect/hotvect --skill data-dependency-download
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-dependency-download
Source: https://github.com/hotvect/hotvect/tree/main/hotvect-claude-code-plugin/skills/data-dependency-download
Command: npx skills add https://github.com/hotvect/hotvect --skill data-dependency-download

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Downloads training and test data dependencies required for local hotvect operations. Use when user needs data for training or backtesting.

Core Features & Use Cases

  • Automatically read ~/.hotvect/config.json and determine defaults for data directories and credentials
  • Construct complete hv-ext download-data-dependency commands with all required arguments
  • Activate the appropriate Python virtual environment and validate prerequisites before download

Quick Start

Run hv-ext download-data-dependency with the full set of arguments after configuring your local environment and algorithm repository.

Frequently Asked Questions about data-dependency-download

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

FAQPage Schema
How do I download training and test data dependencies for local hotvect operations?

To download training and test data dependencies, this skill reads your local hotvect config and algorithm repository info, constructs complete hv-ext download-data-dependency commands, and executes them after validating prerequisites.

What do I need to configure before downloading data dependencies for hotvect?

Before downloading data dependencies, you need a local hotvect configuration at ~/.hotvect/config.json specifying data directories and credentials, plus a configured algorithm repository and an active Python virtual environment.

How does the data dependency download process validate my hotvect environment?

The data dependency download process validates prerequisites by checking your local hotvect config, confirming algorithm repository information, and activating the appropriate Python virtual environment before executing the download commands.

What happens if my hotvect configuration is missing when trying to download data?

If your hotvect configuration is missing, the skill detects the absence of ~/.hotvect/config.json and guides you through the necessary setup steps to define data directories and credentials before retrying the data dependency download.

When should I download local data dependencies for hotvect training and backtesting?

You should download local data dependencies before running hotvect training or backtesting operations locally, ensuring all required training and test datasets are available in your configured data directories.

Can I use this skill to download data dependencies without a pre-configured algorithm repository?

No, you cannot download data dependencies without an algorithm repository. The skill reads algorithm repository information from your local hotvect config to construct the complete hv-ext download-data-dependency commands with all required arguments.