Setup

🌐Community
by marketcalls · vlatest · Repository

Automatically configure market data feeds and alerts based on user-defined criteria within MarketCalls.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add marketcalls-setup npx -- -y @trustedskills/marketcalls-setup
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "marketcalls-setup": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/marketcalls-setup"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill initializes the VectorBT backtesting environment, preparing your AI agent to execute quantitative trading strategies using historical market data. It configures the necessary libraries and settings required for rigorous performance evaluation of financial models.

When to use it

  • Before running any backtests to ensure all dependencies like vectorbt are correctly installed in the execution environment.
  • When setting up a new project folder dedicated to quantitative analysis and strategy development.
  • To standardize the configuration for testing multiple trading strategies against consistent historical datasets.
  • Prior to generating performance metrics such as equity curves, drawdowns, or Sharpe ratios.

Key capabilities

  • Installs and configures the VectorBT library specifically for backtesting tasks.
  • Sets up the foundational environment needed for time-series analysis of financial markets.
  • Prepares the system to handle large-scale historical data processing efficiently.

Example prompts

  • "Run the setup script to prepare my environment for testing a moving average crossover strategy."
  • "Initialize the VectorBT backtesting framework so I can start analyzing crypto market data."
  • "Execute the setup command to ensure all required trading libraries are available before running simulations."

Tips & gotchas

Ensure you have sufficient disk space and network connectivity, as installing backtesting libraries often requires downloading significant historical datasets. This skill is strictly for environment preparation; it does not execute trades or strategies itself.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
marketcalls
Installs
163

🌐 Community

Passed automated security scans.