Stock Watcher
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.
v1.0.0
2026/02/06
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.
Security Scan
状态
clean
OpenClaw
gpt-5-mini
OpenClaw 分析
The 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.
置信度: high
VirusTotal
Type: OpenClaw Skill Name: stock-watcher Version: 1.0.0 The OpenClaw AgentSkills skill bundle 'stock-watcher' is benign. All scripts (Python and Bash) and documentation clearly align with the stated purpose of managing a stock watchlist and fetching public stock data from 10jqka.com.cn. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. File operations are confined to the skill's designated data directory (`~/.clawdbot/stock_watcher/watchlist.txt`), and network requests are exclusively to the specified stock data source.