setup

Diagnose installation mode and environment readiness for the Upbit Strategy Toolkit CLI.

7|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/upbit-official/upbit-strategy-toolkit --skill setup-upbit-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/upbit-official/upbit-strategy-toolkit/tree/main/.cursor/skills/setup
Command: npx skills add https://github.com/upbit-official/upbit-strategy-toolkit --skill setup-upbit-official

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill resolves environment-related friction by diagnosing whether the Upbit Strategy Toolkit is correctly installed and configured for your specific usage mode, preventing execution failures.

Core Features & Use Cases

  • Mode Detection: Automatically identifies if you are running in clone mode, global agent mode, or project-scoped mode.
  • Diagnostic Checks: Validates the presence of required dependencies like uv and ensures the CLI is ready for strategy development.
  • Use Case: If you encounter errors when trying to run a backtest or create a strategy, use this Skill to verify your environment and receive guided steps to fix missing dependencies or path issues.

Quick Start

Run the setup skill to diagnose your current environment and verify that the toolkit is ready for use.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I fix environment configuration errors when running Upbit Strategy Toolkit?

To fix environment configuration errors for the Upbit Strategy Toolkit, you need to diagnose your installation mode and verify dependency availability. The setup skill validates your environment readiness, checks for the uv package manager, and identifies execution path issues across clone and agent-based deployments.

Why does my Upbit backtest fail with missing CLI dependencies?

Your Upbit backtest fails because required CLI dependencies like the uv package manager are missing. Diagnosing your environment readiness detects unavailable packages, verifies execution paths across deployment modes, and ensures the toolkit is correctly configured for strategy design and backtesting.

Do I need the uv package manager to run the Upbit Strategy Toolkit CLI?

Yes, you need the uv package manager to run the Upbit Strategy Toolkit CLI. Environment diagnostic checks validate the availability of uv to ensure the toolkit is correctly configured and ready for strategy development and backtesting across all deployment modes.

How to diagnose installation mode for Upbit toolkit deployment scenarios?

To diagnose the installation mode for Upbit toolkit deployment scenarios, run environment checks that automatically identify whether you are running in clone mode, global agent mode, or project-scoped mode. This detects execution path issues and verifies your configuration readiness.

What is the best way to troubleshoot Upbit CLI execution path issues?

The best way to troubleshoot Upbit CLI execution path issues is to run a full environment diagnostic. This validates your installation mode, confirms the presence of required dependencies like uv, and facilitates resolving path misconfigurations across clone and agent-based deployment scenarios.