vnstock-env-setup

Diagnose and fix VNstock environment issues across OS, Python, and venv readiness.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/quangkmhd/Vietstock_Agent --skill vnstock-env-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vnstock-env-setup
Source: https://github.com/quangkmhd/Vietstock_Agent/tree/main/.agents/skills/vnstock-env-setup
Command: npx skills add https://github.com/quangkmhd/Vietstock_Agent --skill vnstock-env-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the detection and resolution of common VNstock environment issues, ensuring a clean, reproducible setup for development or deployment.

Core Features & Use Cases

  • Diagnostics to verify OS, Python version, and venv readiness using scripts/diagnostics.py.
  • Venv & Dependencies: create a virtual environment and install baseline requirements to prevent conflicts.
  • Agent Guide Installation: install or update the Agent Guide and ensure git is available.
  • Migration Checks: for sponsor deployments, scan for legacy imports and reference migration tooling.
  • Deterministic CLI workflows: all actions are driven via CLI commands to ensure reproducibility.

Quick Start

Run the diagnostics script to verify your environment, then follow the prompts to create a virtual environment, install dependencies, and install the Agent Guide if required.

Frequently Asked Questions about vnstock-env-setup

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

FAQPage Schema
How do I set up the VNstock environment and troubleshoot virtual environment issues?

To set up the VNstock environment, run a diagnostics script that verifies your OS, Python version, and venv readiness. It guides you through creating a virtual environment, installing dependencies, and resolving common configuration issues across Mac, Linux, and Windows.

What Python version is required for VNstock environment setup?

VNstock environment setup requires Python 3.10 or higher. The diagnostic checks also ensure you have a functioning Git client and internet access to successfully install baseline dependencies and the Agent Guide.

How do I migrate legacy imports for sponsor vnstock_data workflows?

To migrate sponsor vnstock_data workflows, the setup process scans for legacy imports and references migration tooling. It validates your environment readiness and guides the transition from the Free vnstock package to sponsor deployments.

Why is my VNstock installation failing due to dependency conflicts?

VNstock installations often fail due to dependency conflicts or missing virtual environments. The setup process addresses this by creating an isolated venv and installing baseline requirements deterministically via CLI commands to ensure a reproducible configuration.

Does the VNstock setup guide work on Mac, Linux, and Windows?

Yes, the VNstock setup guide works across Mac, Linux, and Windows. It uses OS-specific diagnostic scripts to validate system readiness, create virtual environments, and install the Agent Guide uniformly across different operating systems.

What is the Agent Guide installation process in the VNstock environment?

The Agent Guide installation is a core feature of the VNstock setup that installs or updates the guide while ensuring Git is available. It is executed via deterministic CLI workflows using the setup_agent_guide.py script.