Stock Watcher
v1.0.0Manage and monitor a personal stock watchlist with support for adding, removing, listing stocks, and summarizing their recent performance using data from 10jqka.com.cn. Use when the user wants to track specific stocks, get performance summaries, or manage their watchlist.
⭐ 80· 26.8k·363 current·376 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included scripts: add/remove/list/clear/summarize. The only network access is to the declared data source (stockpage.10jqka.com.cn). File paths (~/.clawdbot/stock_watcher/watchlist.txt) align with the stated purpose.
Instruction Scope
SKILL.md instructs running the included scripts and the install/uninstall shell scripts. The scripts only read/write the watchlist file and fetch HTML from the declared site. There are no instructions to read other system files, environment variables, or to transmit data to unexpected endpoints.
Install Mechanism
No package install spec in registry (instruction-only). Provided install.sh only creates directories and warns about missing Python packages; there are no downloads from third-party URLs and no archive extraction. Risk from install is low and limited to creating ~/.clawdbot/stock_watcher and creating the watchlist file.
Credentials
Skill does not request environment variables, credentials, or access to unrelated config paths. The scripts use only the standard home directory path and network access to the declared site; no SECRET/TOKEN/KEY variables are required.
Persistence & Privilege
always: false and model invocation is normal. The skill only creates and removes files under the user's ~/.clawdbot/stock_watcher directory and does not modify other skills or system-wide agent settings.
Assessment
This skill appears coherent and limited to managing a local watchlist and scraping 10jqka.com.cn for stock info. Before installing: (1) review the scripts locally (they are included) and confirm you’re comfortable running Python scripts and the shell install/uninstall; (2) be aware it will create and store data in ~/.clawdbot/stock_watcher/watchlist.txt; (3) the scripts perform network requests to an external website (10jqka.com.cn) so ensure that is acceptable for your privacy/policy constraints; (4) install required Python packages (requests, beautifulsoup4) in a controlled environment; (5) if you need stronger guarantees, run the scripts in a sandbox or inspect/modify them to suit your security posture.Like a lobster shell, security has layers — review code before you run it.
latestvk97ajwgdmxvk499wa93jr0wcc180nktb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
