← Back to Skills Marketplace
124
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-master-pro
Description
A 股智能盯盘与选股系统,基于 QVeris AI 数据源。提供持仓监控(10 分钟自动检查)、实时预警、午盘/尾盘复盘、趋势选股等功能。支持创业板和主板(不含科创板)。 使用方式: - 对话触发:用户说"午盘复盘"、"我的持仓"、"帮我选股"等 - Web 界面:访问 file:///home/yaoha/.o...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-master-pro - After installation, invoke the skill by name or use
/stock-master-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
Stock Master Pro 0.0.1
- 初始发布,支持 A 股智能持仓监控和选股,依赖 QVeris AI 数据源
- 实现持仓自动检查(10 分钟轮询)、实时预警、午盘/尾盘复盘、趋势选股等功能
- 提供对话和本地 Web 界面两种使用方式
- 支持自定义持仓和关注股配置,内置多项风险预警及事件提醒
- 明确依赖安装指导与故障排查说明
Metadata
Frequently Asked Questions
What is A 股大师 Pro?
A 股智能盯盘与选股系统,基于 QVeris AI 数据源。提供持仓监控(10 分钟自动检查)、实时预警、午盘/尾盘复盘、趋势选股等功能。支持创业板和主板(不含科创板)。 使用方式: - 对话触发:用户说"午盘复盘"、"我的持仓"、"帮我选股"等 - Web 界面:访问 file:///home/yaoha/.o... It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install A 股大师 Pro?
Run "/install stock-master-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A 股大师 Pro free?
Yes, A 股大师 Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does A 股大师 Pro support?
A 股大师 Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A 股大师 Pro?
It is built and maintained by seedew (@seedew); the current version is v0.0.1.
More Skills