一个推荐炒股非常实用的技能(openclaw接入QVeris保姆级教程)

安装上之后,AI 可以直接查询 A 股 / 美股 / 黄金行情。数据来自同花顺实时行情。比如直接问: - 今天 A 股有哪些涨停? - 某只股票现在多少钱? - 现在黄金价格多少? AI 回实时数据。 配置也很简单: 1. 注册 QVeris 2. 获取 API Key 3. 在 OpenClaw 里安装技能四分之一,你拥有一个24小时盯盘的AI。


具体教程如下:
QVeris 工具搜索与执行

QVeris 提供动态工具发现和执行功能——按功能搜索工具,然后使用参数执行工具。

设置

需要设置环境变量:

  • QVERIS_API_KEY- 从qveris.ai获取

快速入门

搜索工具

uv run scripts/qveris_tool.py search "weather forecast API"

执行工具

uv run scripts/qveris_tool.py execute openweathermap_current_weather --search-id <id> --params '{"city": "London", "units": "metric"}'

脚本用法

scripts/qveris_tool.py <command> [options]

Commands:
  search <query>     Search for tools matching a capability description
  execute <tool_id>  Execute a specific tool with parameters

Options:
  --limit N          Max results for search (default: 5)
  --search-id ID     Search ID from previous search (required for execute)
  --params JSON      Tool parameters as JSON string
  --max-size N       Max response size in bytes (default: 20480)
  --json             Output raw JSON instead of formatted display

工作流程

  1. 搜索:描述所需功能(无需具体参数)

    • 好的:“天气预报 API”

    • 糟糕:“获取伦敦天气预报”

  2. 选择:按工具查看success_rateavg_execution_time

  3. 执行:调用工具,并指定参数tool_idsearch_id以及parameters

示例会话

# Find weather tools
uv run scripts/qveris_tool.py search "current weather data"

# Execute with returned tool_id and search_id
uv run scripts/qveris_tool.py execute openweathermap_current_weather \
  --search-id abc123 \
  --params '{"city": "Tokyo", "units": "metric"}'

用例

  • 天气数据:获取任何地点的当前天气和天气预报

  • 股票市场:查询股票价格、历史数据、财报日历

  • 搜索:网页搜索、新闻检索

  • 数据API:货币兑换、地理定位、翻译

  • 此外,QVeris 还聚合了数千种 API 工具。


下载zip,直接发送文件并与龙虾对话请帮我下载zip并unzip解压,帮我安装这个skills

链接: 百度网盘 请输入提取码
提取码: ptdc

QVeris接入炒股确实方便

投资有风险,仅供参考

AI炒股不能完全依赖

@zkmax 同花顺实时行情数据延迟大约15-30秒 做日线级别分析没问题 但想做分钟级别的短线操作 这个延迟就不够用了 需要接券商Level2行情

@bxion 投资有风险仅供参考说得对 用AI做投资分析可以 但千万别让AI替你做交易决策 AI分析当参考 最终买卖操作自己判断 亏了可没地方申诉

@rlhfx AI炒股确实不能完全依赖 AI擅长的是数据收集和计算 不擅长判断市场情绪和突发事件 两者结合比较合理 数据AI来 决策人来做