jarvis-stock-monitor
全功能智能股票监控预警系统 Pro 版。支持成本百分比、均线金叉死叉、RSI 超买超卖、成交量异动、跳空缺口、动态止盈等 7 大预警规则。基础功能免费,高级功能 SkillPay 付费。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/15910701838/jarvis-stock-monitorWhat This Skill Does
Jarvis Stock Monitor Pro is a full-featured, AI-powered investment advisory system designed for the Chinese financial market. It transforms raw stock data into actionable insights by monitoring seven distinct technical and fundamental rules, including cost percentage, moving average crossovers (golden/death cross), RSI-based overbought/oversold detection, volume surges, price gaps, and dynamic profit-taking triggers. The skill uses a multi-level warning system—Emergency, Warning, and Notification—to filter market noise. With integrated smart analysis (Kimi engine), it provides users with context-aware advice for every alert, helping investors maintain a disciplined approach to their portfolios.
Installation
To install the skill, use the ClawHub command-line tool:
clawhub install openclaw/skills/skills/15910701838/jarvis-stock-monitor
After installation, navigate to ~/.openclaw/workspace/skills/jarvis-stock-monitor/scripts, copy the config.example.py file to config.py, and populate it with your specific stock portfolio and cost basis. Finally, initiate the service using ./control.sh start to enable the background monitor daemon.
Use Cases
- Active Trading: Monitor intraday price volatility and volume surges to catch potential breakouts in real-time.
- Trend Following: Use automated MA5/MA10 crossover detection to determine the strength of a current trend without staring at charts all day.
- Risk Management: Automatically receive notifications when stocks hit your pre-set profit targets or loss-stop percentages, ensuring consistent risk-adjusted returns.
- Market Analysis: Leverage the integrated intelligence to interpret complex technical indicators (like RSI or Gap detection) into simple, human-readable suggestions.
Example Prompts
- "Jarvis, check the current status of my portfolio and confirm if any stocks are hitting the dynamic stop-profit triggers."
- "Show me the latest market alert report for my tech stocks and explain why the volume surge on 600362 is considered a high-priority signal."
- "List all current active monitoring rules for my holding in 159892 and adjust the profit-taking threshold to 12%."
Tips & Limitations
- Free vs Pro: While basic price and cost monitoring are free, advanced technical analysis (MA/RSI/Gap/Dynamic Stop) requires a SkillPay subscription via either pay-per-use or monthly pass.
- Market Context: Remember that standard monitoring operates on a 5-minute interval during market hours (9:30-15:00); extremely fast scalping strategies might require more frequent polling than this skill provides.
- Consistency: Ensure your
config.pyis updated whenever you buy or sell assets, as the AI needs accurate cost-basis data to calculate percentage returns correctly. - Regional Note: This tool is optimized for Shanghai/Shenzhen A-shares and domestic ETFs; verify specific ticker availability before adding them to your watch list.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-15910701838-jarvis-stock-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-read, file-write, external-api
Related Skills
ProcMon
Watch and control running processes in real time. Use when scanning active PIDs, monitoring resource spikes, reporting trees, alerting on crashes.
Bmi
Calculate BMI, log weight entries, and chart body composition trends. Use when tracking fitness progress, setting weight goals, or reviewing data.
stock-cli
用于股票行情查询与分析的命令行技能。用户提到 stock 命令、股票代码、最新资讯、市场概览、K 线或配置管理时调用。
token-budget-monitor
Track and control token consumption across OpenClaw cron jobs
APIMon
Monitor API endpoints and track response times to catch outages. Use when checking uptime, validating schemas, or generating status reports.