Wind Alice A-Share Short-Term Strategy Report
Paste the following prompt into your AI chat to install this skill:
Please install @org-r64ixwde/alice-a-share-short-term-strategy-report according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem to solve
A-share short-term analysis often breaks between natural-language requests and deliverable reports. An agent must know when to block, when the task is complete, whether to read downloaded attachments, and how to avoid GBK mojibake on Windows PowerShell and cross-host session contamination. This skill collapses those concerns into one CLI call and an execution contract.
How it works
- Fixed entrypoint: read
AGENT.md, runcheck-conflict, then callaassr.ps1 --prompt ... --no-waitor the Node CLI. - Blocking completion: the CLI polls
tasks/getinternally until stdout containsALICE_A_SHARE_SHORT_TERM_STRATEGY_REPORT_DONE; if not done, the agent must not invent output. - Delivery boundary: only return
agentResult.valueas-is;reportFullFile=is for local verification, not user-facing reading. - Session control: each call starts a new session by default; use
--continue-sessionfor follow-up questions; use--session-scopeto isolate hosts such as Cursor and Trae. - Config security:
WIND_API_KEYis stored only in~/.wind-alice/config.env, not from environment variables or skill-local config, reducing key leakage.
Boundaries and caveats
- Requires Node.js 18+ and a valid
WIND_API_KEY. - On Windows, prefer the PowerShell script for UTF-8 handling; if live output looks like GBK mojibake, do not retry repeatedly or manually poll
tasks.json. --newand--continue-sessioncontroltaskIdandcontextIdseparately; run conflict checks before creating parallel tasks and let the user choose.
Use Cases
- Ask for a daily A-share short-term review in Cursor and wait for the report text.
- Follow up on the same market topic with --continue-session to reuse context.
- Run conflict checks before starting a parallel task and choose attach, new, or cancel.
- Save report attachments to a chosen folder and deliver only agentResult.value.
Best For
- Quant researchers using IDE agents to turn market questions into A-share reports.
- Engineers maintaining agent workflows with CLI blocking, conflict checks, and session isolation.
- Analysts on Windows PowerShell who need to avoid GBK mojibake and repeated polling.
- Developers managing Wind Alice API keys with supported config storage and host isolation.
Related Skills
Analyze corporate financial statements with DuPont, solvency, operations, profitability, cash-flow quality, Z-Score, and EVA.
Provides compliance self-check and remediation guidance for medical aesthetics and jewelry businesses, covering tax categories, invoicing, and private-account risk.
Covers literature review, data analysis, visualization, drug discovery, paper writing, and grant writing workflows.
A retrieval assistant for Chinese laws and regulations, supporting semantic queries, validity checks, clause location, and regulation comparison with CLI-based output.