← Back to Skills Marketplace
131
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install xiapi-premarket-briefing
Description
交易日开盘前(8:00-9:25)生成A股市场全景简报,整合市场结构、资金热度、风格轮动、板块强弱等信息,帮助把握当日投资主线。触发词:盘前简报、盘前分析、今日市场、开盘前瞻、市场主线、今日热点。适用场景:交易日开盘前快速了解市场全貌、投资决策参考、识别当日主线方向。不适用场景:非交易日、盘中实时分析、个股深度研究。
Usage Guidance
What to consider before installing/using this skill:
- The skill's runtime requires a daxiapi API token and instructs using npx daxiapi-cli@latest; the registry metadata does not declare this credential—expect to provide and persist a token.
- npx will download and run code from the npm registry each time; verify the daxiapi-cli package origin and prefer pinned versions or review its source before executing (check npm page and upstream GitHub repository). Avoid running unknown 'latest' packages on sensitive machines.
- The token may be saved to ~/.daxiapi/config.json or added to your shell rc (persistent). If you proceed, create a dedicated, least-privileged token/account, do not reuse high-privilege credentials, and avoid storing secrets in shared accounts or repos.
- Consider running the CLI in an isolated environment (container, VM) or limiting network access, and inspect the CLI's configuration file after first use to confirm only expected data is stored.
- If you need metadata to match runtime requirements (recommended), ask the publisher to update the registry to declare the required credential (DAXIAPI_TOKEN) and to document/pin the CLI package source/version.
Confidence note: I am confident this skill is internally inconsistent (undeclared but required token; use of npx), so exercise caution. Additional information that would change the assessment: a declared required-env field listing the token, a pinned CLI package URL/version, or hosting/publisher provenance (official daxiapi.com package repository) would reduce concern.
Capability Analysis
Type: OpenClaw Skill
Name: xiapi-premarket-briefing
Version: 1.0.3
The skill is a financial analysis tool designed to generate A-share market briefings by fetching data from daxiapi.com using its associated CLI tool (daxiapi-cli). All instructions in SKILL.md and the supporting documentation are consistent with this purpose, and no evidence of data exfiltration, malicious execution, or harmful prompt injection was found. The use of npx and API tokens is standard for the integration of this financial data service.
Capability Assessment
Purpose & Capability
The name/description (A股盘前简报) align with the actions described: fetching market metrics and composing a structured report. However, the skill's runtime explicitly requires using the daxiapi CLI (npx daxiapi-cli@latest) and an API token, while the registry lists no required environment variables or primary credential. The token requirement is proportional to the stated purpose but is not declared in metadata, creating an inconsistency.
Instruction Scope
SKILL.md instructs the agent/operator to run multiple npx daxiapi-cli commands and to configure a persistent token (via CLI config or by setting DAXIAPI_TOKEN / shell rc). The instructions reference and write a local config path (~/.daxiapi/config.json) and recommend adding environment variables to shell startup files—actions that read/write user config and environment state beyond what the registry declares. The commands themselves stay within the stated data domain (market APIs) and do not exfiltrate to unrelated endpoints, but they do grant the CLI persistent access to the user's token.
Install Mechanism
The skill is instruction-only (no install spec), but runtime uses npx daxiapi-cli@latest which dynamically downloads and executes an npm package. npx/remote npm execution is moderate-risk: it fetches code from the public registry at runtime and executes it locally. The skill does not provide verification of the CLI package source or a pinned version, increasing risk if the npm package or its maintainer were compromised.
Credentials
Functionally, an API token is reasonable for calling daxiapi APIs. However the registry declares no required env vars/credentials while the SKILL.md and references instruct storing and using an API token (DAXIAPI_TOKEN and ~/.daxiapi/config.json). This mismatch (undeclared but required credential and config path) is a proportionality/visibility problem: the skill will ask for secrets and persist them but that critical requirement is not surfaced in the metadata.
Persistence & Privilege
The skill does not set always:true and does not ask to modify other skills. It does instruct persistent storage of a token (CLI config file and/or adding export to shell rc), making the token persist on the host. Persisting API credentials is expected for a client CLI but is an important security consideration: the token will remain on disk/environment and could be used by other processes if compromised.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiapi-premarket-briefing - After installation, invoke the skill by name or use
/xiapi-premarket-briefing - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- 修订盘前简报报告模板,将成交额章节的日期表述由“数据日期”明确为“前一交易日”,提升时效性表达准确度。
- 优化报告生成规范,强调盘前简报仅基于前一交易日最新数据,避免日期混淆。
- 其余流程与数据解读要求保持一致,未引入新特性或命令变更。
v1.0.2
xiapi-premarket-briefing v1.0.2 Changelog
- 明确要求报告标题日期必须与数据日期一致,禁止使用系统当前日期,提升报告准确性。
- 报告第二章「成交额」章节须从数据字段读取实际日期,并在模板中予以说明。
- 其他报告结构、生成逻辑和质量检查未修改。
v1.0.1
- 强化了盘前简报的数据获取流程,所有关键市场数据并行获取,提升时效与完整度。
- 以“市场结构、成交额、大小盘风格、板块强弱、市场活跃度、热点主线”为六大分析主轴,明确了每一维度应覆盖的具体数据与解读方法。
- 报告结构全面精简优化,采用六章节标准模板,所有输出必须量化且结论先行,章节与标题严格固定。
- 明确常见陷阱与危险信号,强化热榜与CS强度交叉验证,不允许绝对化结论和数据误用。
- 报告必须包含具体风险提示、完整免责声明,并对Token配置、数据延迟等常见技术问题给出明确指引。
v1.0.0
xiapi-premarket-briefing 1.0.0
- Initial release of the A股盘前简报(A-share Premarket Briefing)skill.
- Provides a structured, multi-dimensional premarket analysis for A-shares between 8:00–9:25 on trading days.
- Integrates data from overnight global markets, macro policy news, capital flows, market breadth, sector heatmaps, and top financial news sources.
- Designed to help users quickly understand market conditions, identify investment themes, and support decision-making before the market opens.
- Includes a detailed, step-by-step workflow and report template, with quality checks, error handling, best practice guides, and compliance requirements.
- Trigger phrases and applicable scenarios are clearly defined; skill is designed for premarket use only, not intra-day trading or individual stock analysis.
Metadata
Frequently Asked Questions
What is 市场盘前概览简报?
交易日开盘前(8:00-9:25)生成A股市场全景简报,整合市场结构、资金热度、风格轮动、板块强弱等信息,帮助把握当日投资主线。触发词:盘前简报、盘前分析、今日市场、开盘前瞻、市场主线、今日热点。适用场景:交易日开盘前快速了解市场全貌、投资决策参考、识别当日主线方向。不适用场景:非交易日、盘中实时分析、个股深度研究。 It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.
How do I install 市场盘前概览简报?
Run "/install xiapi-premarket-briefing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 市场盘前概览简报 free?
Yes, 市场盘前概览简报 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 市场盘前概览简报 support?
市场盘前概览简报 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 市场盘前概览简报?
It is built and maintained by 三水清 (@ksky521); the current version is v1.0.3.
More Skills