← 返回 Skills 市场
derrors

Stock Analysis

作者 Derrors · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ✓ 安全检测通过
165
总下载
0
收藏
0
当前安装
10
版本数
在 OpenClaw 中安装
/install stock-analysis-report
功能描述
提供A股个股及市场多维度深度分析,涵盖基本面、资金面、技术面、筹码和舆情,给出评分及买卖操作建议。
安全使用建议
This skill appears coherent and implements what it advertises, but note: (1) it sends news bodies and stock data to whatever LLM endpoint you configure—ensure LLM_BASE_URL and LLM_API_KEY point to a trusted provider because sensitive or proprietary content will be transmitted; (2) pip installing the requirements will pull third‑party packages from PyPI—review requirements.txt and run installs in a controlled environment if you are cautious; (3) optional data/search API keys (MX_APIKEY, SERPAPI_KEY, etc.) give the skill access to paid/third-party services—only provide keys you trust; (4) if you need a higher privacy guarantee, inspect src/llm/client.py to see exactly what fields are sent to the model and consider redacting or minimizing data before calling the LLM.
功能分析
Type: OpenClaw Skill Name: stock-analysis-report Version: 1.0.9 The stock-analysis-report skill bundle is a comprehensive financial analysis tool for the A-share market. It implements a multi-source data architecture using legitimate providers like Miaoxiang (East Money), Efinance, and AkShare, along with several news search engines (SerpAPI, Tavily, etc.). The code gathers fundamental, technical, and sentiment data, which is then analyzed by an LLM to generate structured reports. The implementation is transparent, follows standard Python practices, includes robust error handling and rate limiting, and lacks any indicators of malicious intent, data exfiltration, or harmful prompt injection.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (A股个股与市场深度分析) align with required items: Python runtime, LLM API credentials, optional data/search API keys. Required env vars and binaries declared (LLM_API_KEY, LLM_BASE_URL, LLM_MODEL, python3) are appropriate for an LLM-driven analysis skill that fetches market/news data.
Instruction Scope
SKILL.md and source code show the agent collects market data, financials, chip/资金/技术 metrics and full news bodies (when Miaoxiang is used) and sends structured prompts + news text to the configured LLM. That behavior is expected for generating analysis but does mean user data (news, stock metadata, and any inputs) will be transmitted to the LLM endpoint.
Install Mechanism
Install is a standard pip install -r requirements.txt (openai, efinance, akshare, httpx, pandas, etc.). No arbitrary URL downloads or extract steps detected; installation uses PyPI packages which is proportionate to a Python analysis tool.
Credentials
Requested environment variables are limited and relevant: LLM credentials (primary) and optional API keys for news/search/data providers. No unrelated cloud credentials or broad secrets are requested.
Persistence & Privilege
Skill is not forced always-on (always:false). It does not request system-wide configuration changes in the provided files. Autonomous invocation (disable-model-invocation:false) is standard and expected for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-analysis-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-analysis-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.9
- Pytdx 数据源被移除,精简为妙想金融、Efinance、AkShare 三级自动容灾。 - 妙想金融资讯正文将直接传递给 LLM 作为分析输入,辅助生成分析摘要和投资结论。 - SKILL.md 说明文档同步更新,优化并明确各数据源优先级及失效容灾逻辑。 - 依赖和主要脚本同步调整,确保移除 Pytdx 后运行和数据采集逻辑正常。 - 输出 json 字段和样例简化说明,将资讯摘要命名更通用,并统一 LLM 分析入口。
v1.0.8
- Added recommendation and guide to use 妙想金融 as the preferred data source by configuring MX_APIKEY. - Updated data source documentation to highlight 妙想金融’s highest coverage/priority and included a direct link for API Key application. - Clarified that 妙想金融, when configured, becomes the highest-priority for all key data dimensions. - Revised environment variable section to directly link to MX_APIKEY acquisition. - No code changes; documentation improvement only.
v1.0.7
- No code or documentation changes in this release. - Version updated to 1.0.7 with no user-facing modifications.
v1.0.6
stock-analysis-report v1.0.6 - 修正 SKILL.md 中 version 字段为 1.0.6,与 manifest.yaml 一致 - 其余功能和使用说明未变
v1.0.5
### stock-analysis-report 1.0.5 - Updated manifest.yaml version to 1.1.0 to reflect the latest skill release. - No other changes to functionality or documentation.
v1.0.4
- Improved Miaoxiang (妙想金融) data provider logic in src/data/miaoxiang_provider.py. - Internal logic or robustness adjustments; no user-facing feature or interface changes.
v1.0.3
- Clarified environment variable requirements: only core variables (LLM_API_KEY, LLM_BASE_URL, LLM_MODEL) are now listed as required; all others are marked as optional. - Updated the metadata section to correctly categorize required and optional environment variables. - No changes were made to the core functionality or user-facing behavior.
v1.0.2
- Added a license field (MIT-0) to SKILL.md for clarity on usage rights. - No changes to features, interface, or functionality.
v1.0.1
- 新增 README.md,提供项目说明和用法示例 - 新增 config.example.yaml,便于环境变量配置参考 - 新增 test/test_manager.py,开始添加测试用例 - 移除 references/data-sources.md,不再单独维护 - 对 src/data/manager.py 进行了调整和优化
v1.0.0
Initial public release with multi-dimensional A股 stock and market analysis: - Provides in-depth structured analysis for individual A股 stocks, covering fundamentals, valuation, capital flow, technicals, chip distribution, sentiment intelligence, and real-time quotes. - Outputs actionable reports with score (0-100), operation direction (buy/hold/sell), trading points, risk alerts, and checklists. - Supports daily A股 market review, including index statistics, sector performance, and sentiment-based strategy advice. - Features parallel data acquisition and multi-source failover for robust, timely reports. - Multiple news/search engine integrations and LLM-based summary extraction. - Flexible CLI and Python API for custom report generation; outputs both Markdown and JSON formats.
元数据
Slug stock-analysis-report
版本 1.0.9
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 10
常见问题

Stock Analysis 是什么?

提供A股个股及市场多维度深度分析,涵盖基本面、资金面、技术面、筹码和舆情,给出评分及买卖操作建议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。

如何安装 Stock Analysis?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-analysis-report」即可一键安装,无需额外配置。

Stock Analysis 是免费的吗?

是的,Stock Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Stock Analysis 支持哪些平台?

Stock Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stock Analysis?

由 Derrors(@derrors)开发并维护,当前版本 v1.0.9。

💬 留言讨论