← Back to Skills Marketplace
126
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install xiapi-price-limit-analysis
Description
分析A股涨跌停股票,识别热点板块和龙头股。触发词:涨停、跌停、炸板、涨跌停分析、涨停板、涨停股、跌停股、炸板股。适用场景:短线热点追踪、市场情绪判断、龙头股识别。不适用场景:个股深度分析、长线投资研究、技术指标详解。
Usage Guidance
This skill appears to do what it says (fetch and analyze limit‑up/down data) but has two red flags: (1) the SKILL.md tells you to run npx daxiapi-cli@latest which downloads and executes code from npm at runtime, and (2) it requires an API token (DAXIAPI_TOKEN) even though the metadata doesn't declare it. Before installing/use: verify the reputation of daxiapi/daxiapi-cli and the package maintainer; prefer pinning a specific package version instead of @latest; inspect the daxiapi-cli source (or run it in an isolated/sandbox environment) to ensure it does only the expected API calls; limit token permissions if possible and avoid committing it to repos; consider generating a dedicated, revocable token for this use. If you cannot verify the npm package or don't want to run remote code, do not install/use the skill.
Capability Assessment
Purpose & Capability
Functionality (fetching zt/dt/zb data from daxiapi and aggregating by industry) matches the name/description and legitimately requires an API token. However, the skill registry metadata lists no required env vars/credentials while SKILL.md explicitly instructs setting DAXIAPI_TOKEN / configuring a token — an inconsistency between declared requirements and actual instructions.
Instruction Scope
SKILL.md instructs the agent/user to run npx daxiapi-cli@latest commands and to persist a token via the CLI or environment. That means the agent will download and execute remote code at runtime and will store/use a credential. The instructions do not ask to read unrelated local files, but running @latest without verification grants broad discretion to execute arbitrary package code.
Install Mechanism
There is no formal install spec, but the runtime workflow relies on npx daxiapi-cli@latest. Using npx with @latest pulls code from the public npm registry at runtime, which increases risk (unreviewed remote code execution). The skill provides no guidance to pin or verify the package or its provenance.
Credentials
Although the registry metadata declares no required env vars, the documentation requires a DAXIAPI_TOKEN and recommends persisting it (CLI config or .env). Requesting and storing a token is proportionate for this data service, but the metadata mismatch and lack of guidance on token scope/permissions and safe handling are concerning.
Persistence & Privilege
The skill does not request always:true and does not declare system-wide modifications. It suggests persisting a token via the CLI or .env (normal for API clients) but does not ask to change other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiapi-price-limit-analysis - After installation, invoke the skill by name or use
/xiapi-price-limit-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- No file changes were detected for version 1.0.2.
- No functional or documentation updates in this release.
- The skill behavior and description remain unchanged.
v1.0.1
**行业和连板统计标准优化,报告结构细化**
- 行业热度统计按“行业字段”优先聚合,避免仅用概念标签,提升板块识别严谨性
- 龙头股清单仅保留“N==M且N≥2”真连板股,剔除非连续涨停
- 炸板股按连板数拆分高位(≥3)与低位,并在报告中分别说明风险级别
- 报告模版显式增加“数据日期”、“炸板率”、“高/低位炸板分类”等必填项,确保分析结构规范
- 概念/行业统计全面排除AB股、机构重仓、昨日高换手等噪音概念
- 强化核查项:行业聚合、真连板筛选、炸板分类、数据日期标注和追高风险提示均为必检
v1.0.0
- Initial release of xiapi-price-limit-analysis.
- Analyzes A-share price limit stocks to identify hot sectors and leading stocks.
- Provides a structured process and detailed reporting template for market sentiment and short-term hotspot tracking.
- Includes token setup, error handling, and clear quality guidelines.
- Designed for short-term analysis; not for deep single-stock or long-term investment research.
Metadata
Frequently Asked Questions
What is 虾皮A股涨跌停股分析?
分析A股涨跌停股票,识别热点板块和龙头股。触发词:涨停、跌停、炸板、涨跌停分析、涨停板、涨停股、跌停股、炸板股。适用场景:短线热点追踪、市场情绪判断、龙头股识别。不适用场景:个股深度分析、长线投资研究、技术指标详解。 It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.
How do I install 虾皮A股涨跌停股分析?
Run "/install xiapi-price-limit-analysis" 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 三水清 (@ksky521); the current version is v1.0.2.
More Skills