AI Agent Hub
Back to skills
Wind Alice A-Share Short-Term Strategy Report icon

Wind Alice A-Share Short-Term Strategy Report

Professional Updated 2026.08.30

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, run check-conflict, then call aassr.ps1 --prompt ... --no-wait or the Node CLI.
  • Blocking completion: the CLI polls tasks/get internally until stdout contains ALICE_A_SHARE_SHORT_TERM_STRATEGY_REPORT_DONE; if not done, the agent must not invent output.
  • Delivery boundary: only return agentResult.value as-is; reportFullFile= is for local verification, not user-facing reading.
  • Session control: each call starts a new session by default; use --continue-session for follow-up questions; use --session-scope to isolate hosts such as Cursor and Trae.
  • Config security: WIND_API_KEY is 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.
  • --new and --continue-session control taskId and contextId separately; 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.