Create and manage AI-powered trading bots via natural language. Paper & live trading, portfolio monitoring, backtesting, stock quotes, and options chains.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install naif或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install naif⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/naif/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: vibetrader description: Create and manage AI-powered trading bots via natural language. Paper & live trading, portfolio monitoring, backtesting, stock quotes, and options chains. homepage: https://vibetrader.markets metadata: {"openclaw":{"homepage":"https://vibetrader.markets","category":"finance","requires":{"env":["VIBETRADER_API_KEY"]}}} ---
Create and manage AI-powered trading bots using natural language. Trade stocks, ETFs, crypto, and options with automated strategies.
~/.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"
| Tool | Description | |------|-------------| | authenticate | Connect with your API key (auto-uses env var if set) | | create_bot | Create a trading bot from natural language | | list_bots | List all your bots with status | | get_bot | Get detailed bot info and strategy | | start_bot | Start a paused bot | | pause_bot | Pause a running bot | | delete_bot | Delete a bot | | get_portfolio | View positions and balance | | get_positions | View current open positions | | get_account_summary | Get account balance and buying power | | place_order | Place a buy/sell order | | close_position | Close an existing position | | get_quote | Get stock/ETF/crypto quotes | | get_trade_history | See recent trades | | run_backtest | Backtest a bot's strategy | | get_market_status | Check if markets are open |
Switch modes with: "Switch to live trading mode" or "Use paper trading"
This skill connects to the VibeTrader MCP server at:
https://vibetrader-mcp-289016366682.us-central1.run.app/mcp
安装 test 后,可以对 AI 说这些话来触发它
Help me get started with test
Explains what test does, walks through the setup, and runs a quick demo based on your current project
Use test to create and manage AI-powered trading bots via natural language
Invokes test with the right parameters and returns the result directly in the conversation
What can I do with test in my finance & investment workflow?
Lists the top use cases for test, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/naif/ 目录(个人级,所有项目可用),或 .claude/skills/naif/(项目级)。重启 AI 客户端后,用 /naif 主动调用,或让 AI 根据上下文自动发现并使用。
test 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
test 可免费安装使用。请查阅仓库了解许可证信息。
Create and manage AI-powered trading bots via natural language. Paper & live trading, portfolio monitoring, backtesting, stock quotes, and options chains.
test 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using test
Identifies repetitive steps in your workflow and sets up test to handle them automatically