# Send VibeTrader to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "vibetrader",
    "name": "VibeTrader",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/etbars/vibetrader",
    "canonicalUrl": "https://clawhub.ai/etbars/vibetrader",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/vibetrader",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vibetrader",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "openclaw.plugin.json",
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "vibetrader",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T16:22:10.053Z",
      "expiresAt": "2026-05-17T16:22:10.053Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vibetrader",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vibetrader",
        "contentDisposition": "attachment; filename=\"vibetrader-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "vibetrader"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/vibetrader"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/vibetrader",
    "downloadUrl": "https://openagent3.xyz/downloads/vibetrader",
    "agentUrl": "https://openagent3.xyz/skills/vibetrader/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vibetrader/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vibetrader/agent.md"
  }
}
```
## Documentation

### VibeTrader - AI Trading Bots

Create and manage AI-powered trading bots using natural language. Trade stocks, ETFs, crypto, and options with automated strategies.

### 🤖 Bot Management

Create bots from natural language: "Create a bot that buys AAPL when RSI drops below 30"
List, start, pause, delete your bots
View bot performance and trade history
Backtest strategies before going live

### 📊 Portfolio & Trading

View positions and account balance
Get real-time quotes for stocks, ETFs, and crypto
Place manual orders (buy/sell)
Switch between paper and live trading

### 📈 Market Data

Stock and ETF quotes
Options chains with Greeks
Market status checks

### Setup

Get your API key from vibetrader.markets/settings


Set the environment variable in your OpenClaw config (~/.openclaw/openclaw.json):

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

Or export it in your shell:

export VIBETRADER_API_KEY="vt_your_api_key_here"

### REST API Endpoints

Base URL: https://vibetrader-mcp-289016366682.us-central1.run.app

Authentication: Include header Authorization: Bearer YOUR_API_KEY with every request.

### Health Check

GET /api/health

### List All Bots

GET /api/bots
GET /api/bots?mode=paper
GET /api/bots?mode=live

### Get Specific Bot

GET /api/bot?id=BOT_ID

### Get Portfolio (Account + Positions)

GET /api/portfolio?mode=paper
GET /api/portfolio?mode=live

### Get Positions Only

GET /api/positions?mode=paper

### Get Account Summary

GET /api/account?mode=paper

### Get Stock Quote

GET /api/quote?symbol=AAPL
GET /api/quote?symbol=TSLA

### Get Recent Trades

GET /api/trades?mode=paper&limit=20

### Check Market Status

GET /api/market-status

### Example with curl

curl -H "Authorization: Bearer vt_YOUR_KEY" https://vibetrader-mcp-289016366682.us-central1.run.app/api/bots

### MCP Tools (Alternative)

If your agent supports MCP protocol, these tools are available via the MCP server:

ToolDescriptionauthenticateConnect with your API key (auto-uses env var if set)create_botCreate a trading bot from natural language (use prompt param)list_botsList all your bots with statusget_botGet detailed bot info and strategystart_botStart a paused botpause_botPause a running botdelete_botDelete a botget_portfolioView positions and balanceget_positionsView current open positionsget_account_summaryGet account balance and buying powerplace_orderPlace a buy/sell orderclose_positionClose an existing positionget_quoteGet stock/ETF/crypto quotesget_trade_historySee recent tradesrun_backtestBacktest a bot's strategyget_market_statusCheck if markets are open

### Create Trading Bots

"Create a momentum bot that buys TSLA when RSI crosses below 30 and sells above 70"
"Make an NVDA bot with a 5% trailing stop loss"
"Create a crypto scalping bot for BTC/USD on the 5-minute chart"
"Build an iron condor bot for SPY when IV rank is above 50"

### Manage Your Bots

"Show me all my bots and how they're performing"
"Pause my AAPL momentum bot"
"What trades did my bots make today?"
"Delete all my paused bots"

### Portfolio Management

"What's my current portfolio value?"
"Show my open positions with P&L"
"Buy $500 worth of NVDA"
"Close my TSLA position"

### Market Research

"What's the current price of Apple stock?"
"Get the options chain for SPY expiring this Friday"
"Is the market open right now?"

### Backtesting

"Backtest my RSI bot on the last 30 days"
"How would a moving average crossover strategy have performed on QQQ?"

### Trading Modes

Paper Trading (default): Practice with virtual money, no risk
Live Trading: Real money trades via Alpaca brokerage

Switch modes with: "Switch to live trading mode" or "Use paper trading"

### MCP Server

This skill connects to the VibeTrader MCP server at:

https://vibetrader-mcp-289016366682.us-central1.run.app/mcp

### Support

Website: vibetrader.markets
Documentation: vibetrader.markets/docs
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: etbars
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-10T16:22:10.053Z
- Expires at: 2026-05-17T16:22:10.053Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/vibetrader)
- [Send to Agent page](https://openagent3.xyz/skills/vibetrader/agent)
- [JSON manifest](https://openagent3.xyz/skills/vibetrader/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/vibetrader/agent.md)
- [Download page](https://openagent3.xyz/downloads/vibetrader)