技能详情(站内镜像,无评论)
作者:jialun @15910701838
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 14 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:15910701838/jarvis-stock-price
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's stated purpose (query A‑share prices) matches the code, but there are small yet important inconsistencies (undeclared dependency, mention of Tushare but no API token) that make the package incoherent and worth caution before installing.
目的
Name/description and SKILL.md describe A‑share real‑time price queries and related indicators, which aligns with index.js functionality. However the SKILL.md mentions two data sources (通达信本地数据 / Tushare) while the code only calls a module '@tdx-local' (通达信 client). The package declares no dependencies or credentials — that mismatch reduces confidence in completeness.
说明范围
SKILL.md gives simple, scoped instructions and a promotional link; it does not instruct the agent to read unrelated files or exfiltrate data. The runtime file performs only local data queries and calculations. But SKILL.md references Tushare while code does not, and there are no instructions about installing or configuring the tdx client, so runtime behaviour is underspecified.
安装机制
No install spec is provided, yet index.js requires an external module '@tdx-local'. That creates an incoherence: either the environment must already have that package installed, or runtime will fail or attempt to fetch/resolve it. Missing dependency declaration is a deployment risk and could mask hidden install actions or cause unexpected behavior when the agent tries to run the code.
证书
The skill declares no required environment variables, but SKILL.md lists Tushare as a data source — Tushare normally needs an API token. The code does not use any env vars, however the mismatch suggests credentials might be required in some configurations. Lack of declared credentials is an inconsistency the user should clarify.
持久
Skill is not marked always:true and does not request system-wide config or other skills' credentials. It does not ask to persist settings or modify other agent configs.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Jarvis Stock Price」。简介:免费查询沪深A股实时股价,显示涨跌幅、成交量及多期限均线,支持股票代码和名称搜索。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/15910701838/jarvis-stock-price/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# jarvis-stock-price - 股票价格查询
**版本**: 1.0.0
**免费工具** - 快速查询 A 股实时价格
---
## 功能
- ✅ 查询 A 股实时股价
- ✅ 显示涨跌幅、成交量
- ✅ 5 日/10 日/20 日均线
- ✅ 支持代码/名称搜索
---
## 使用方式
```
查询股票价格:贵州茅台 / 600519
```
---
## 升级服务
需要更高级的缠论分析、买卖点监控、实时预警?
👉 **[贾维斯股票监控服务](https://clawhub.ai/15910701838/jarvis-stock-monitor)**
| 套餐 | 价格 | 功能 |
|------|------|------|
| 体验版 | ¥99/周 | 3 只股票 + 日报 |
| 标准版 | ¥299/月 | 10 只股票 + 实时预警 |
| 专业版 | ¥799/月 | 30 只股票 + 一对一答疑 |
---
## 技术实现
- 数据源:通达信本地数据 / Tushare
- 更新频率:实时(交易时段)
- 支持市场:沪深 A 股
---
*免费工具,仅供参考,不构成投资建议*