A Share Paper Trading

Runs A-share simulated trading and backtests with multi-account order management.

Test report

Verdict
In test queue
Tested
Environment
Pending

In the test queue — machine-screened (validator 85/100, 194★ repo), full install/trigger/output test scheduled.

What A Share Paper Trading does

A股模拟盘交易与回测技能。Use when 用户要启动模拟仓服务、创建多账户、下限价单/市价单、撤单、查询持仓资金、验证涨跌停成交逻辑或运行A股回测。

How to install A Share Paper Trading

git clone https://github.com/shouldnotappearcalm/a-share-skill
cp -r a-share-skill/a-share-paper-trading ~/.claude/skills/a-share-paper-trading

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger A Share Paper Trading

  • /a-share-paper-trading Runs A-share simulated trading and backtests with multi-account order management.

It also activates on plain-language prompts like these:

  • Start a paper trading account for A-shares
  • Place a limit order in the simulated account
  • Backtest this strategy against A-share history

Frequently asked questions

Is the A Share Paper Trading skill free?
Yes. The skill itself is free from shouldnotappearcalm/a-share-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does A Share Paper Trading work with Claude Code?
It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
How do I install A Share Paper Trading?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use A Share Paper Trading with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.