← 返回 Skills 市场
Stock Expert
作者
sionyugg-a11y
· GitHub ↗
· v1.0.0
· MIT-0
131
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-expert-cn
功能描述
专业股票分析师,提供实时行情解读、技术指标分析、潜力股筛选及投资建议,包括风险提示和仓位管理。
安全使用建议
What to consider before installing:
- Do not reuse the TUSHARE_TOKEN shown in the README/ SKILL.md. That value looks like a concrete token and may be leaked; if you provided that token anywhere, rotate it immediately.
- The skill legitimately needs market-data tokens (TUSHARE_TOKEN, FINNHUB_TOKEN). Only provide tokens you control and that have appropriate scopes/limits.
- The package requests Python libs including ta-lib (which often requires native libraries). Install in a virtualenv or sandbox to avoid system-wide side effects.
- The registry metadata (no envs, no install) disagrees with the embedded SKILL.md and analyzer.py. Ask the author/maintainer to reconcile metadata before trusting automatic installs.
- Review analyzer.py yourself (it's included) or run it in an isolated environment to confirm behavior; it uses tushare and requests but does not contain obvious exfiltration code or external endpoints beyond standard APIs.
- Because the skill source/owner is unknown, prefer running it in a container/VM, limit provided credentials to least privilege, and audit network activity if you test it.
- If you plan to use the skill in production or share access, request the author to remove hard-coded tokens from docs and publish correct registry metadata and a provenance statement.
功能分析
Type: OpenClaw Skill
Name: stock-expert-cn
Version: 1.0.0
The skill bundle contains a hardcoded Tushare API token (abfa8a1c06b30afd16dbe62e0c656dc769f4c56280d7c686556761b2) within both SKILL.md and README.md. Hardcoding credentials is a significant security vulnerability that can lead to credential leaks, unauthorized API usage, or potential tracking of users by the token owner. While the Python logic in analyzer.py appears to perform legitimate stock analysis and lacks clear evidence of data exfiltration or malicious intent, the inclusion of static secrets is a high-risk practice.
能力评估
Purpose & Capability
The skill claims to do stock analysis (real-time quotes, indicators, screening) and the analyzer.py implements those functions using Tushare/Finnhub — those credentials reasonably belong here. However, the registry metadata earlier reported no required env vars/binaries while SKILL.md embeds required env variables and installation steps, which is an internal inconsistency.
Instruction Scope
SKILL.md instructs use of TUSHARE_TOKEN and FINNHUB_TOKEN and includes cron setup commands and dependency installs. More importantly, the README/SKILL.md contains a concrete TUSHARE_TOKEN value (hard-coded example) — this is sensitive and unexpected for a published package and increases risk of token leakage or misuse.
Install Mechanism
There is no registry install spec, but SKILL.md includes an embedded pip install requirement for pandas, numpy, ta-lib, requests. Installing pip packages is expected for this skill; ta-lib can require native libs which raises operational friction but not direct maliciousness. The mismatch between 'no install spec' in registry and install instructions in SKILL.md is inconsistent.
Credentials
The only needed credentials (TUSHARE_TOKEN, optional FINNHUB_TOKEN) are appropriate for market data access. However, the README contains a concrete token value, which is disproportionate and risky: it suggests a leaked/shared credential or that the author embedded a real token. Registry metadata claimed no required env vars, which contradicts the code and SKILL.md.
Persistence & Privilege
The skill does not request always:true, does not claim to modify other skills or system settings, and does not demand elevated persistence. Cron commands are user-invoked examples, not automatic privileged actions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-expert-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-expert-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
股票分析专家智能体 1.0.0 发布
- 提供专业技术面与基本面分析,支持实时行情及多因子选股。
- 每日自动筛选并推送 5 支潜力股,生成详细报告。
- 内置行业轮动分析、资金流向追踪与高级自定义筛选。
- 集成多项核心功能与早盘/复盘输出模板。
- 支持定时报告、仓位风险提示及组合其他智能体联动使用。
- 依赖 Tushare、Finnhub 等数据源及外部环境配置。
元数据
常见问题
Stock Expert 是什么?
专业股票分析师,提供实时行情解读、技术指标分析、潜力股筛选及投资建议,包括风险提示和仓位管理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 Stock Expert?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-expert-cn」即可一键安装,无需额外配置。
Stock Expert 是免费的吗?
是的,Stock Expert 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Expert 支持哪些平台?
Stock Expert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Expert?
由 sionyugg-a11y(@sionyugg-a11y)开发并维护,当前版本 v1.0.0。
推荐 Skills