← 返回 Skills 市场
seedew

A 股大师 Pro

作者 seedew · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ⚠ suspicious
124
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-master-pro
功能描述
A 股智能盯盘与选股系统,基于 QVeris AI 数据源。提供持仓监控(10 分钟自动检查)、实时预警、午盘/尾盘复盘、趋势选股等功能。支持创业板和主板(不含科创板)。 使用方式: - 对话触发:用户说"午盘复盘"、"我的持仓"、"帮我选股"等 - Web 界面:访问 file:///home/yaoha/.o...
安全使用建议
What to check before installing: - Verify the QVeris domain and source files: the instructions ask you to curl scripts from https://qveris.ai — confirm that domain is the legitimate provider and inspect any downloaded scripts before saving/executing them. - Treat the example API key in INSTALL_SUMMARY.md as suspicious: do not copy it into your environment. The presence of a long-looking key in the docs contradicts claims of 'no hardcoded API Key' and could be an accidental leak or placeholder; if you see a key already present in files, do not trust it. - Avoid embedding your API key directly in crontab or world-readable shell files. Use a safer secret storage method (user-only shell rc or OS secret manager) and ensure file permissions are restrictive. - Inspect all scripts (scripts/*.mjs, web/*.js, package.sh, start-web.sh) before running them, paying attention to any network calls (other than QVeris), file writes outside the skill directory, or attempts to execute arbitrary commands. - Because many docs and scripts use absolute paths with username 'yaoha', update paths to your user/home and verify scripts reference only expected local directories (e.g., ~/.openclaw/workspace/skills/stock-master-pro) rather than system-wide locations. - If you plan to allow the agent to run autonomously, be extra cautious: the skill instructs downloads and cron setup which would give long‑running local behavior. Consider running initially in a sandbox or manual mode and verify behavior before enabling automation. If you want, I can: (1) list the exact places where an API key or absolute path appears in the files, (2) highlight all curl/download commands and remote URLs, or (3) produce a short checklist of which files to inspect first.
功能分析
Type: OpenClaw Skill Name: stock-master-pro Version: 0.0.1 The skill bundle exhibits several high-risk patterns, primarily the extensive use of `execSync` to execute shell commands in multiple scripts (e.g., `aggregate_data.mjs`, `check_holdings.mjs`, and `market_review.mjs`), which presents a significant shell injection surface. Furthermore, the `SKILL.md` and `INSTALL.md` files contain instructions for the AI agent to prompt users to download and execute remote scripts from a third-party domain (`qveris.ai`) using `curl`, posing a substantial supply chain risk. While the code appears functionally aligned with its stated purpose of stock monitoring and utilizes a required `QVERIS_API_KEY`, the combination of unvalidated shell execution and the promotion of insecure installation practices warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description, required env var (QVERIS_API_KEY), and dependency on a QVeris skill are coherent: the skill needs a market-data API and only requests that API key. Declared dependency on qveris-official and allowed-tools (qveris_tool) match the stated functionality.
Instruction Scope
SKILL.md and other docs instruct the agent/user to install a separate 'QVeris' skill by curling files from https://qveris.ai into ~/.openclaw/skills/qveris-official/* and to use absolute home paths (e.g., /home/yaoha/...). The skill also suggests creating/reading holdings under ~/.openclaw/workspace/skills/stock-master-pro/stocks. Those actions are plausible for this product, but the instructions give the agent permission to download remote scripts and write them into the local skills directory — a risk if the remote host or URL is compromised. Documentation also contains multiple absolute paths hard-coded to a specific username, which reduces portability and suggests the author reused local paths without sanitization.
Install Mechanism
There is no formal install spec; instead the SKILL.md and INSTALL/SETUP docs instruct the user to curl scripts from qveris.ai and place them into the local skills directory. Downloading dependency scripts via curl from an external domain is a moderate risk: it's expected for installing a third‑party dependency but should be validated (HTTPS host appears to be a project domain, not a shortener or IP). The skill's own files are bundled in the package (many .mjs scripts, web UI).
Credentials
The skill only declares one required env var, QVERIS_API_KEY, which is proportionate. However, multiple docs include examples that embed or recommend placing an API key in shell files/crontab. Notably INSTALL_SUMMARY.md contains a long-looking example key (sk-...), contradicting the release note claim 'no hardcoded API Key' and creating potential confusion or accidental key leakage. The docs also recommend adding export QVERIS_API_KEY lines into crontab and shell rc files — practices that can expose secrets to other local users/processes.
Persistence & Privilege
The skill does not request always:true and does not declare system-wide privileged changes. It suggests creating cron jobs to run scripts periodically and provides crontab examples that embed API keys. Scheduling background jobs that include exported credentials increases persistence/risk if keys are stored insecurely — this is a usability/design concern rather than an elevated platform privilege request.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-master-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-master-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Stock Master Pro 0.0.1 - 初始发布,支持 A 股智能持仓监控和选股,依赖 QVeris AI 数据源 - 实现持仓自动检查(10 分钟轮询)、实时预警、午盘/尾盘复盘、趋势选股等功能 - 提供对话和本地 Web 界面两种使用方式 - 支持自定义持仓和关注股配置,内置多项风险预警及事件提醒 - 明确依赖安装指导与故障排查说明
元数据
Slug stock-master-pro
版本 0.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

A 股大师 Pro 是什么?

A 股智能盯盘与选股系统,基于 QVeris AI 数据源。提供持仓监控(10 分钟自动检查)、实时预警、午盘/尾盘复盘、趋势选股等功能。支持创业板和主板(不含科创板)。 使用方式: - 对话触发:用户说"午盘复盘"、"我的持仓"、"帮我选股"等 - Web 界面:访问 file:///home/yaoha/.o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。

如何安装 A 股大师 Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-master-pro」即可一键安装,无需额外配置。

A 股大师 Pro 是免费的吗?

是的,A 股大师 Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

A 股大师 Pro 支持哪些平台?

A 股大师 Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 A 股大师 Pro?

由 seedew(@seedew)开发并维护,当前版本 v0.0.1。

💬 留言讨论