← 返回 Skills 市场
473
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-industry-analyzer
功能描述
自动收集国内外财经新闻,分析股票行业趋势,热点公司与技术指标,生成综合评分和买卖建议报告。
安全使用建议
This skill appears to do what it says (collect/aggregate news, analyze, and write reports locally) but exercise caution before running it:
- Review and remove or update example scripts (run_analysis.py, run_simple.py, test_debug.py) that contain hardcoded Windows paths (C:\Users\l31408\...) so they don't inadvertently read from or write to unexpected locations.
- Inspect the full analyzer.py for the truncated/garbled snippet seen in the provided excerpt (there is an incomplete exception handler) — run tests or linting locally before use.
- pip-installing akshare/yfinance will enable network access to fetch market data; only install these if you trust the network usage and the package versions.
- The docs mention NewsAPI and ta-lib but those integrations are not clearly implemented—if you expect those features, verify and add required API keys or libraries explicitly.
- Run the skill in a sandboxed/isolated environment (virtualenv, container) and back up any important local data; monitor disk usage because config.json retention is set to keep many records indefinitely.
If you want, I can highlight the exact lines with hardcoded paths and the truncated code snippet, or produce a minimal sanitized example (no absolute paths) you can run safely.
功能分析
Type: OpenClaw Skill
Name: stock-industry-analyzer
Version: 1.0.0
The bundle is a functional stock and industry analysis tool that uses legitimate financial data libraries (akshare, pandas) and a local SQLite database. While several scripts (run_analysis.py, run_simple.py, and test_debug.py) contain hardcoded local Windows file paths (e.g., C:\Users\l31408\...), these appear to be unintentional development artifacts left over from the author's environment rather than malicious indicators. The code lacks any evidence of data exfiltration, unauthorized network communication, or prompt injection attempts.
能力评估
Purpose & Capability
Name/description align with the code: modules fetch news, analyze sentiment/industry, compute simple technicals (via akshare), store results in a local SQLite DB, and generate reports. However README/SKILL.md mention supporting NewsAPI and ta-lib/ta while requirements and fetcher implementation do not fully implement those integrations—this is an inconsistency but not necessarily malicious.
Instruction Scope
SKILL.md instructs installing requirements and running main.py/crons which is appropriate. But example helper scripts (run_analysis.py, run_simple.py, test_debug.py) contain hardcoded absolute Windows paths (C:\Users\l31408\...) and write to those locations; these are developer artifacts that could cause accidental reads/writes outside the repo if a user runs those scripts without review. The fetcher largely returns templated URLs and mock data rather than performing authenticated API calls, so network access is limited but akshare/yfinance (optional) will perform external requests when used.
Install Mechanism
No install spec is provided (instruction-only), so nothing is downloaded or executed automatically by the installer. Dependencies are installed via pip -r requirements.txt per SKILL.md, which is normal and expected for Python projects.
Credentials
The skill declares no required environment variables or credentials. The runtime code does not request secrets or external credentials. It does depend on network-capable libraries (akshare, yfinance) which will make outbound requests for market data — this is consistent with the stated purpose.
Persistence & Privilege
Skill is not marked always:true and does not request special platform privileges. It creates and writes to a local data directory (data/news.db and report files) which is expected for a data-collection/reporting tool. Be aware of data retention settings in config.json (many items set to '永久') which may cause indefinite local storage growth if not adjusted.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-industry-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-industry-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布自动化股票行业分析工具
- 支持新闻收集、行业及个股NLP分析、热点识别和技术指标计算
- 自动定时抓取与清洗国内外财经新闻
- 综合评分模型及买卖建议
- 本地SQLite持久化历史数据与报告
- 支持OpenClaw平台集成与自定义配置
元数据
常见问题
stock-industry-analyzer 是什么?
自动收集国内外财经新闻,分析股票行业趋势,热点公司与技术指标,生成综合评分和买卖建议报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 473 次。
如何安装 stock-industry-analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-industry-analyzer」即可一键安装,无需额外配置。
stock-industry-analyzer 是免费的吗?
是的,stock-industry-analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
stock-industry-analyzer 支持哪些平台?
stock-industry-analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 stock-industry-analyzer?
由 ligo-gao(@ligo-gao)开发并维护,当前版本 v1.0.0。
推荐 Skills