← Back to Skills Marketplace
135
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install china-stock-analyst
Description
A股短线营收分析助手,聚焦"短线交易信号+营收质量"双轨研判,8位专家并行分析,输出可复核证据链、双轨评分与明确交易条件
README (SKILL.md)
A股短线营收分析助手
快速开始
分析股票:请分析 600519(茅台)
验证报告:验证 stock-reports/xxx.md
核心架构
- 8位专家并行:基本面大师、技术分析派、量化模型师、风险控制官、宏观策略师、行业研究家、消息面猎手、专家鉴别Agent
- 双轨评分:短线动量(40%) + 营收质量(35%) + 风险约束(25%)
- 决策标签:可做 / 观察 / 回避
分析流程
- 数据采集 → 2. 8专家并行分析 → 3. 讨论整合 → 4. 报告输出
报告必含模块
- 时效性警告(数据截至日期、短线有效期2-3日)
- 近5日资金流向数据
- 支撑位/压力位/止损位
- 资金流向反转预警(与前期对比)
- 营收快照(营收/同比/环比/口径/来源)
- 双轨评分(短线动量/营收质量/风险约束)
- 专家鉴别(身份+价格校验)
- 证据链(结论→数据→来源→时间戳)
数据来源
Web Search 优先,东财结构化查询复核(${EASTMONEY_APIKEY})
适用场景
- 用户询问A股短线机会
- 需要结合资金流和营收趋势做快决策
- 查询近5日资金与关键位
- 验证历史报告与最新数据差异
免责声明
所有分析仅供参考,不构成投资建议。股市有风险,投资需谨慎。
Usage Guidance
This skill contains runnable Python scripts and a SKILL.md that expects an EastMoney API key and local .env files, but the registry metadata does not list any required environment variables — that's an inconsistency you should resolve before installing. Before enabling: (1) Confirm whether you must supply EASTMONEY_APIKEY (and where the skill will store or read it). (2) Inspect scripts/stock_utils.py (especially post_eastmoney and get_eastmoney_apikey) to verify which external endpoints will be contacted and how secrets are used/logged. (3) Ensure .env/.env.local are excluded from version control and consider using a limited‑scope API key. (4) If you plan to run this skill on an agent, run the included tests locally and review generated network calls; only enable network access once you trust the EastMoney base URL in README (verify it’s the legitimate provider). The mismatch between declared registry requirements and actual code is the main red flag — ask the author to update the registry to list required env vars and to document exactly what external endpoints the skill calls.
Capability Assessment
Purpose & Capability
The skill's stated purpose (A‑share short‑term + revenue analysis) legitimately requires web search and an EastMoney API key; SKILL.md and scripts reference EASTMONEY_APIKEY, .env.local/.env, and network endpoints. However the registry metadata lists no required env vars/credentials, creating an incoherence between declared requirements and actual capability needs.
Instruction Scope
Runtime instructions explicitly direct use of Web Search and EastMoney structured queries, reading/writing reports under stock-reports/, and reading local .env files (EASTMONEY_APIKEY). Those actions align with the stated purpose (data fetch, verification, report generation) but mean the skill will access local config files and make outbound network calls — users should expect that and verify endpoints before enabling.
Install Mechanism
No install spec is provided (instruction-only on the platform). The repository contains pure‑Python scripts that claim to use only the standard library and an empty requirements.txt, so there is no automatic installer pulling remote binaries. This lowers install risk, but the presence of executable scripts means local execution could perform network I/O and file reads/writes.
Credentials
The code and documentation require an EastMoney API key (EASTMONEY_APIKEY / EASTMONEY_API_KEY / EM_API_KEY) and a base URL for EastMoney endpoints; this is proportionate to the stated functionality. The problem is the skill registry metadata did not declare any required environment variables/primary credential — a discrepancy that can mislead users about what secrets will be needed or accessed.
Persistence & Privilege
The skill is not marked 'always:true' and does not request elevated platform privileges. It will read/write local report files (stock-reports/) and .env files per its instructions — expected for a report generator — but it does not appear to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install china-stock-analyst - After installation, invoke the skill by name or use
/china-stock-analyst - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.4.3
v2.4.3: 精简发布包,保留核心架构说明
v2.4.2
china-stock-analyst 2.4.2 Changelog
- Updated SKILL.md with comprehensive new documentation (analysis workflow, agent team rules, Eastmoney API usage, risk signaling, and mandatory report sections).
- Added detailed "Agent Teams" parallel execution logic for expert analysis and verification.
- Specified external data retrieval protocols with robust API key management and fallback handling.
- Introduced strict reporting requirements: dual-track scoring, data reliability warnings, and critical alert modules.
- Enhanced process transparency with mandatory module checklists and failure signaling.
- No other functional or code-side changes indicated.
Metadata
Frequently Asked Questions
What is A股短线营收分析助手?
A股短线营收分析助手,聚焦"短线交易信号+营收质量"双轨研判,8位专家并行分析,输出可复核证据链、双轨评分与明确交易条件. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install A股短线营收分析助手?
Run "/install china-stock-analyst" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A股短线营收分析助手 free?
Yes, A股短线营收分析助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does A股短线营收分析助手 support?
A股短线营收分析助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A股短线营收分析助手?
It is built and maintained by MarkWu (@wjt0321); the current version is v2.4.3.
More Skills