VibeTrader for Openclaw

VibeTrader is an AI-driven trading platform that enables users to build, backtest, and deploy automated trading bots for stocks and crypto using natural language.

naiiif83
v1.0.0
Jan 31, 2026
1
2.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install naif

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install naif using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is VibeTrader?

VibeTrader is a sophisticated financial automation tool designed to make algorithmic trading accessible through natural language. By integrating with Openclaw Skills, users can transform high-level trading ideas into functional bots that monitor RSI, moving averages, or custom indicators across stocks, ETFs, and crypto markets.

This skill acts as a bridge between an AI agent and the financial markets, enabling complex operations like managing options chains or executing trailing stop losses without manual coding. The versatility of VibeTrader within the Openclaw Skills ecosystem allows for both rapid prototyping in paper trading modes and professional execution in live markets. It simplifies the technical overhead of connecting to brokerages, providing a streamlined interface for portfolio management and real-time market research.

VibeTrader Use Cases

  • Creating automated momentum or mean-reversion bots using simple text prompts.
  • Monitoring real-time portfolio performance and open positions across multiple asset classes.
  • Conducting historical backtests to validate the effectiveness of a strategy before going live.
  • Executing manual trades and managing stop-loss orders through an AI-agent interface.
  • Researching market liquidity and options Greeks for specific stock symbols.

How VibeTrader Works

  1. The user issues a natural language command to an agent powered by Openclaw Skills to define a strategy or check market data.
  2. The skill authenticates with the VibeTrader API using a secure environment variable.
  3. For bot creation, the AI translates the natural language requirements into a structured strategy that VibeTrader can execute.
  4. The agent interacts with the VibeTrader MCP server to fetch real-time quotes, account balances, or historical data.
  5. Depending on the configuration, the bot executes trades in either a risk-free paper environment or a live brokerage account.

VibeTrader Setup

To use this skill, first obtain an API key from vibetrader.markets/settings.

Add the key to your Openclaw Skills configuration in ~/.openclaw/openclaw.json:

{
  "skills": {
    "entries": {
      "vibetrader": {
        "env": {
          "VIBETRADER_API_KEY": "your_api_key_here"
        }
      }
    }
  }
}

Alternatively, you can set the environment variable in your shell:

export VIBETRADER_API_KEY="your_api_key_here"

VibeTrader Data Schema & Taxonomy

VibeTrader organizes its operations through a set of structured tools that return detailed financial data and bot status updates.

Data Type Description Key Components
Bot Configuration Metadata for AI bots name, strategy logic, status (running/paused)
Account Summary Financial standing equity, buying power, cash balance
Position Data Current holdings symbol, quantity, entry price, unrealized P&L
Market Quotes Real-time pricing last price, bid/ask, volume, change percentage
Backtest Results Performance metrics win rate, total return, drawdown
Options Data Derivative chains strike price, expiry, delta, theta, gamma

VibeTrader Advanced Features

  • Natural language bot generation for stocks, ETFs, and cryptocurrencies.
  • Full lifecycle management of bots (create, start, pause, delete) via Openclaw Skills.
  • Real-time options chain retrieval including Greeks for advanced derivative strategies.
  • Dual-mode trading support for seamless switching between Paper and Live environments.
  • Automated strategy backtesting against historical market data.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*