A multi-source A-share decision-support skill for screening Shanghai and Shenzhen main-board stocks, analyzing market events, optimizing portfolios, and enforcing trading discipline.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install a-share-expert
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-expert using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
A-Share Expert is one of the Openclaw Skills built for structured China A-share analysis across nine practical workflows: candidate screening, real-time quotes, fundamentals, capital flows, event-driven research, portfolio optimization, post-market review, theme-launch detection, and rule-based profit-taking or stop-loss management.
The skill coordinates TDX, iFind, mx-ds, FTShare, Wudao, and local Riskfolio tooling according to trading hours and data availability. It validates the latest real-time tick before making current-price or limit-up judgments, filters for the configurable main-board scope, follows deterministic fallback routes, and clearly reports when data cannot be retrieved. It provides decision support rather than trade execution or guaranteed investment advice.
/tmp/portfolio_real.py integration for portfolio optimization..XSHE or .XSHG.Load a-share-expert through the host agent's skill mechanism. After loading, retrieve the stock data source guide for additional provider context:
skill_view('stock-data-source-guide')
For specialized workflows, load the supporting references only when needed:
skill_view('a-share-expert/references/theme-launch-hunting.md')
skill_view('a-share-expert/references/discipline-execution.md')
skill_view('a-share-expert/references/multi-agent-decision-framework.md')
Set TRADING_SCOPE according to the permitted universe. Keep the default main-board scope unless broader coverage is explicitly required. Ensure each MCP server's credentials and rate limits are configured in the Openclaw environment. Do not substitute AKShare or Tushare for the documented capital-flow paths when those sources are unstable.
market=AG or an explicit Shanghai/Shenzhen main-board enumeration for TDX calls.主板 or an equivalent exclusion phrase in mx-ds natural-language screening queries.market such as main_sh or main_sz to Wudao tools.| Entity | Key fields | Typical sources |
|---|---|---|
| Stock quote | code, symbol, price, time, pct_change, volume, is_limit_up, is_limit_down, order_value |
TDX, FTShare, Wudao |
| Stock universe | code, exchange, market_scope, name, sector, concept, float_market_cap |
mx-ds, TDX, Wudao |
| Fundamentals | code, period, revenue, profit, PE, financial_metrics, earnings_status |
iFind, Wudao |
| Capital flow | code, trade_date, main_inflow, main_outflow, net_flow, flow_type |
Wudao, FTShare |
| Catalyst | keyword, event_date, source_time, event_type, news_freshness, price_or_capacity_signal |
Wudao, iFind EDB, news MCP |
| Theme signal | theme, volume_ratio, MA20_breakout, limit_up_count, sector_strength, fund_flow, lifecycle_stage |
Wudao, TDX, iFind |
| Position rule | code, entry_price, cost, current_price, profit_target, moving_stop, hard_stop, time_stop, action |
User input, quote tools, local rules |
| Portfolio allocation | code, returns_history, weights, risk_model, objective |
FTShare, local Riskfolio |
weights column, with 30/15/55 or valuation-based allocation fallbacks when Riskfolio is unavailable.The workflow taxonomy is organized by intent: screening, quote, fundamentals, capital_flow, event_driven, portfolio, replay, theme_launch, and discipline_execution. Every result should also retain market_scope, data_source, retrieval_time, fallback_level, and confidence_or_limitation metadata.
port.optimization(model='Classic', rm='MV', obj='MinRisk') and a weights DataFrame result.skill_view loading.Loading
A read-only Openclaw Skills integration for inventorying Huawei Cloud CCE clusters by name, ID, status, version, and flavor.

A local geospatial analysis skill that maps five-level burn severity with dNBR and tracks vegetation recovery from post-fire NDVI time series.

Amazon Listing Evidence Audit evaluates listing readiness and turns unsupported claims, unclear content, keyword issues, and missing visual proof into a prioritized action plan.

Resume Styles Kit transforms a candidate’s real experience into complete, polished, and customizable PDF resumes without inventing or removing meaningful details.

Playwright Stealth Verify measures whether an automated browser presents a coherent, internally consistent fingerprint without modifying or evading detection.

DataQuant Connector gives AI agents a secure REST API workflow for retrieving multi-market financial data, screening securities, and supporting quantitative research.








































