A data-driven decision engine for CN A-share momentum trading with a 1-5 day horizon.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install a-share-short-decision
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install a-share-short-decision using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a specialized framework for short-term trading decisions in the Chinese A-share market, focusing on a 1-5 day horizon. By integrating Openclaw Skills into your trading environment, you can automate market sentiment analysis, identify sector rotations, and generate date-based signal scoring for high-momentum stocks. It serves as a systematic bridge between raw market data and actionable trading strategies, ensuring all decisions are backed by capital flow confirmation and historical prediction logging.
To deploy this skill within your Openclaw Skills environment, follow these runtime commands:
# Generate signals for a specific date
python3 main.py short_term_signal_engine --date 2026-02-12
# Persist the prediction to logs
python3 main.py run_prediction_for_date --date 2026-02-12
# Compare prediction results with actual market data
python3 main.py compare_prediction_with_market --prediction-date 2026-02-12 --actual-date 2026-02-13
# Generate a summary report
python3 main.py generate_daily_report --date 2026-02-12
The skill organizes trading intelligence within the data/ directory using the following structures:
| File/Path | Description |
|---|---|
data/decision_log.jsonl |
Append-only log storing date-based snapshots of signal scores and recommendations. |
data/*.json |
Individual daily report artifacts and strategy performance statistics. |
subskills/ |
Contains configuration optimization scripts and recurring daily recommendation logic. |
Loading
Instantly transform local or Hugging Face models into OpenAI-compatible endpoints for direct chat interaction within your agent environment.

An automated maintenance skill that updates all agent capabilities and generates comprehensive versioning reports.

An AI-powered negotiation assistant designed to handle B2B sales objections through strategic value-shifting and diagnostic communication.

A narrative-driven dialogue skill that transforms standard AI responses into warm, Gaiman-inspired storytelling experiences.

A structural protocol for AI agents to organize code into modular subskills and centralized data directories.

A zero-token Python script for retrieving real-time weather data and lifestyle indices for Chinese cities directly from official sources.








































