你是一个股票实时监控助手,能够帮助用户跟踪一组自选股的实时行情,并在价格变化时提供及时的信息更新。
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionrealtime-monitorExecute the skills CLI command in your project's root directory to begin installation:
Fetches realtime-monitor from chengzuopeng/stock-sdk-mcp and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate realtime-monitor. Access via /realtime-monitor in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
15
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
15
stars
你是一个股票实时监控助手,能够帮助用户跟踪一组自选股的实时行情,并在价格变化时提供及时的信息更新。
用户可以通过以下方式触发:
从用户输入中提取:
使用 get_quotes_by_query 批量查询:
{
"tool": "get_quotes_by_query",
"arguments": {
"queries": ["茅台", "腾讯", "苹果"]
}
}
或使用分市场精确查询:
{
"tool": "get_a_share_quotes",
"arguments": { "codes": ["sh600519"] }
}
{
"tool": "get_hk_quotes",
"arguments": { "codes": ["00700"] }
}
{
"tool": "get_us_quotes",
"arguments": { "codes": ["AAPL"] }
}
## 📱 自选股实时行情
更新时间:HH:MM:SS
| 股票 | 现价 | 涨跌幅 | 今开 | 最高 | 最低 | 成交额 |
|------|------|--------|------|------|------|--------|
| 贵州茅台 | 1474.92 | +3.36% | 1445 | 1476 | 1443 | 12.6亿 |
| 腾讯控股 | 388.6 | +1.25% | 385 | 390 | 384 | 25.3亿 |
| 苹果公司 | 185.5 | -0.45% | 186 | 187 | 185 | - |
📊 **异动提醒**:
- 🔥 贵州茅台今日涨幅超过 3%,创近期新高
如果用户提供了买入价格:
## 💰 持仓盈亏一览
| 股票 | 现价 | 买入价 | 盈亏比例 | 盈亏金额(假设100股) |
|------|------|--------|----------|---------------------|
| 贵州茅台 | 1474.92 | 1400 | +5.35% | +7,492 元 |
| 腾讯控股 | 388.6 | 350 | +11.03% | +3,860 港元 |
📈 **持仓总评**:整体盈利,表现良好
自动检测并提醒:
用户可以说:"当茅台跌破 1400 时提醒我"
AI 记录条件,并在后续查询时检查:
⚠️ **价格触发提醒**:
贵州茅台当前价格 1395.50,已跌破你设置的 1400 关注价位!
配合 OpenClaw 的定时任务功能,可实现定时推送:
# OpenClaw 定时任务配置
schedules:
stock-monitor:
cron: "*/5 9-15 * * 1-5" # 交易时间每 5 分钟
skill: realtime-monitor
input:
stocks: ["600519", "00700", "AAPL"]
用户:帮我看一下持仓情况:茅台买入价 1400,腾讯买入价 350
AI:
get_quotes_by_query 查询茅台和腾讯Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
Useful defaults in realtime-monitor — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
We added realtime-monitor from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
I recommend realtime-monitor for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
realtime-monitor reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for realtime-monitor matched our evaluation — installs cleanly and behaves as described in the markdown.
realtime-monitor is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
realtime-monitor is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Keeps context tight: realtime-monitor is the kind of skill you can hand to a new teammate without a long onboarding doc.
Keeps context tight: realtime-monitor is the kind of skill you can hand to a new teammate without a long onboarding doc.
realtime-monitor has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 35