← 返回 Skills 市场
new-stock-analyzer
作者
future2017
· GitHub ↗
· v1.0.2
· MIT-0
261
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install new-stock-analyzer
功能描述
免费、实时、全面的A股新股分析工具。支持双数据源(东方财富+中财网),提供今日新股查询、基本面分析、风险评估、申购建议,直接在OpenClaw会话中发送通知。
安全使用建议
This skill appears to do what it says (fetch and analyze public A‑share IPO data), but review a few things before installing or enabling automatic tasks:
- Inspect openclaw_notifier.py to see where notifications are sent and whether it requires any secrets or calls external endpoints you don't control. Do not enable automatic sending until you confirm the destination.
- Review scripts/setup_cron.sh and openclaw_daily*.sh to understand what gets scheduled. If you run the script it will modify your crontab and schedule repeated network activity.
- Note one EastMoney API call in the code uses http:// (not HTTPS) which can allow MITM tampering — consider changing to HTTPS or validating responses.
- Run the tool inside a dedicated virtualenv and examine network traffic (or run in an isolated environment) the first time to confirm behavior.
- If you do not trust the source (source/homepage unknown), consider reviewing all files locally or running only unit-test/inspection commands rather than executing installation/setup scripts that modify system state.
If you want, I can: (1) show the contents of scripts/setup_cron.sh and openclaw_notifier.py (if provided) and highlight exact lines of concern, or (2) list a safe sequence of commands to run this tool in a sandboxed environment.
功能分析
Type: OpenClaw Skill
Name: new-stock-analyzer
Version: 1.0.2
The 'new-stock-analyzer' bundle is a comprehensive tool designed to fetch, validate, and analyze A-share IPO data from sources like EastMoney and CFI. The code demonstrates high-quality modular design, including multi-source data validation, automated reporting, and local caching mechanisms. While the bundle includes scripts for persistence (setup_cron.sh) and system resource monitoring (openclaw_daily.sh), these behaviors are explicitly documented and aligned with the tool's stated purpose of providing automated daily stock analysis. No evidence of data exfiltration, malicious prompt injection, or unauthorized remote access was found.
能力评估
Purpose & Capability
Name, description and code/files (parsers, fetchers, analyzers, notifier, cron scripts) align with a new‑stock analysis tool. Required binaries (python3, pip3) and Python packages in SKILL.md are appropriate for the stated functionality.
Instruction Scope
SKILL.md directs the user to run pip install, run Python mains and optionally run scripts/setup_cron.sh to install cron jobs. Those instructions are within scope for a notification/polling tool, but they ask the user to modify system crontab (persistence) and to rely on an OpenClaw notifier; the notifier implementation was not fully visible in the provided snippets, so its external endpoints and behavior should be inspected before enabling automatic sending.
Install Mechanism
No automatic install spec is included (instruction-only), which minimizes automatic disk writes. The SKILL.md asks users to run pip3 install -r requirements.txt manually — expected for Python tools. No downloads from untrusted URLs were found in the visible files.
Credentials
The skill requests no environment variables or credentials, which is proportional. However, the notifier module (openclaw_notifier.py) may assume an OpenClaw runtime integration or endpoint; inspect it to confirm it does not embed hardcoded external endpoints or secrets. Also note a data source in code uses plain HTTP (eastmoney_ipo uses 'http://datacenter-web.eastmoney.com/api/data/v1/get'), which is an integrity/privacy concern.
Persistence & Privilege
The repository includes scripts/setup_cron.sh and openclaw_daily*.sh and SKILL.md instructs adding a crontab entry. If run, these scripts will create scheduled tasks (persistence) that fetch and send data automatically. Persistence is initiated by user action (running the script), but users should review these scripts before running and confirm what the notifier sends and where.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install new-stock-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/new-stock-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
新股分析工具 (New Stock Analyzer)
🎯 核心功能
📊 实时新股数据
双数据源保障:东方财富(主)+中财网(备)
实时更新:5分钟缓存,确保数据新鲜度
全面覆盖:A股主板、创业板、科创板、北交所
🔍 智能分析引擎
估值分析:发行PE vs 行业PE对比
风险评估:多维度风险因素识别
申购建议:基于评分模型的智能建议
关键指标:一键提取核心投资指标
⏰ 定时推送服务
每日提醒:10:00 AM 推送今日新股(可自定义时间)
详细报告:包含完整分析报告
每周日历:周一推送本周新股安排
OpenClaw集成:直接在OpenClaw会话中发送通知,无需外部配置
🛡️ 专业风险提示
明确的投资风险提示
数据仅供参考声明
合规的免责条款
⚠️ 重要声明
风险提示
数据仅供参考:本工具提供的信息仅供参考,不构成任何投资建议
新股有风险:新股申购存在破发风险,投资者需自行承担风险
市场有风险:股市有风险,投资需谨慎
免责声明
数据准确性:我们尽力确保数据准确性,但不保证完全无误
服务可用性:数据源和服务可能因各种原因中断
投资决策:用户应基于自身判断做出投资决策
合规声明
数据来源:所有数据均来自公开、合法的数据源
用户隐私:本工具不收集任何用户个人信息
免费服务:本工具完全免费,不收取任何费用
v1.0.0
Initial release of New Stock Analyzer
- 免费、实时、全面的A股新股分析工具,支持东方财富和同花顺双数据源。
- 提供今日新股查询、基本面分析、风险评估和申购建议。
- 一键集成OpenClaw,支持每日/每周新股推送,无需外部配置。
- 智能分析引擎:估值分析、风险提示、核心指标提取。
- 支持命令行、定时任务与自定义通知时间。
- 完整文档、配置示例和详细输出范例。
元数据
常见问题
new-stock-analyzer 是什么?
免费、实时、全面的A股新股分析工具。支持双数据源(东方财富+中财网),提供今日新股查询、基本面分析、风险评估、申购建议,直接在OpenClaw会话中发送通知。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。
如何安装 new-stock-analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install new-stock-analyzer」即可一键安装,无需额外配置。
new-stock-analyzer 是免费的吗?
是的,new-stock-analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
new-stock-analyzer 支持哪些平台?
new-stock-analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 new-stock-analyzer?
由 future2017(@future2017)开发并维护,当前版本 v1.0.2。
推荐 Skills