← Back to Skills Marketplace
new-stock-analyzer
by
future2017
· GitHub ↗
· v1.0.2
· MIT-0
261
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install new-stock-analyzer
Description
免费、实时、全面的A股新股分析工具。支持双数据源(东方财富+中财网),提供今日新股查询、基本面分析、风险评估、申购建议,直接在OpenClaw会话中发送通知。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install new-stock-analyzer - After installation, invoke the skill by name or use
/new-stock-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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,支持每日/每周新股推送,无需外部配置。
- 智能分析引擎:估值分析、风险提示、核心指标提取。
- 支持命令行、定时任务与自定义通知时间。
- 完整文档、配置示例和详细输出范例。
Metadata
Frequently Asked Questions
What is new-stock-analyzer?
免费、实时、全面的A股新股分析工具。支持双数据源(东方财富+中财网),提供今日新股查询、基本面分析、风险评估、申购建议,直接在OpenClaw会话中发送通知。 It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.
How do I install new-stock-analyzer?
Run "/install new-stock-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is new-stock-analyzer free?
Yes, new-stock-analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does new-stock-analyzer support?
new-stock-analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created new-stock-analyzer?
It is built and maintained by future2017 (@future2017); the current version is v1.0.2.
More Skills