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.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install naif
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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 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 |
Loading
A lightweight Node.js server that enables AI agents to share media files over a local network when standard communication channels lack inline support.

A persistent memory layer for AI agents that enables semantic search and long-term context retention across multiple sessions.

A persistent memory solution for AI agents that leverages semantic search and structured context storage to maintain state across sessions.

A self-hosted SMS gateway solution that turns an Android device into a private HTTP API for sending and receiving messages.

An automated workflow tool designed to monitor Zhihu trending topics, generate AI-powered responses, and manage review queues via Feishu.

A multi-technique debugging protocol for AI agents designed to triage, investigate, and fix software defects with a mandatory cleanup guarantee.








































