Manage 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.
Security Analysis
high confidenceThe skill's code, instructions, and storage needs are consistent with a simple local stock-watchlist tool that scrapes 10jqka.com.cn and stores a watchlist under ~/.clawdbot; nothing requests unrelated credentials or system access.
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.
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.
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.
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.
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.
Guidance
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.
Latest Release
v1.0.0
Stock Watcher Skill – Initial Release - Manage a personal stock watchlist: add, remove, list, and clear stocks using 6-digit codes. - View concise summaries of recent stock performance with real-time data from 10jqka.com.cn. - Directly display key metrics and provide links for detailed information on each stock. - Fully supports A-share markets, including Shanghai, Shenzhen, and STAR Market. - Command-line scripts included for all core operations with consistent configuration management.
More by @Robin797860
Published by @Robin797860 on ClawHub