🧩 Stock Picker Orchestrator OpenClaw Plugin & Skill | ClawHub
Looking to integrate Stock Picker Orchestrator into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate browser & automation tasks instantly, without having to write custom tools from scratch.
What this skill does
Acts as a meta-orchestrator that routes stock-analysis requests across data, macro/news, backtesting, earnings quality, valuation, portfolio analytics, and risk skills under explicit budget controls.
Install
openclaw skills install @ndtchan/stock-picker-orchestratornpx clawhub@latest install stock-picker-orchestratorFull SKILL.md
Open original| name | description |
|---|---|
| stock-picker-orchestrator | Acts as a meta-orchestrator that routes stock-analysis requests across data, macro/news, backtesting, earnings quality, valuation, portfolio analytics, and risk skills under explicit budget controls. |
SKILL.md content below is scrollable.
Stock Picker Orchestrator
Use this skill to coordinate the full analysis system from user intent to final recommendation framing.
Purpose
- Convert user request into the right analysis pipeline.
- Control budget: vnstock API calls, breadth of news scraping, depth of valuation work.
- Produce transparent outputs: what was fetched, assumptions, confidence, gaps.
- Scope boundary: this skill coordinates other skills and does not replace their domain-specific logic.
Skill graph (preferred dependencies)
vnstock-free-expertfor structured market/fundamental data.nso-macro-monitorfor Vietnam macro snapshot.us-macro-news-monitorfor global macro spillover signals.vn-market-news-monitorfor domestic market narrative.strategy-backtesterfor historical ranking/strategy validation.earnings-quality-reviewerfor earnings quality before valuation conviction.equity-valuation-frameworkfor decision-grade valuation and report standard.portfolio-analyticsfor portfolio risk metrics before sizing/rebalance.portfolio-risk-managerfor IPS mini + position sizing + risk triggers (no-margin).trade-decision-policyforBUY,ADD,HOLD,TRIM,EXIT, target weights, and action drafts.institutional-governancefor D1 approvals, compliance checks, audit logs, and approved target portfolio state.
Trigger conditions
- "Find best stock(s)"
- "Screen this sector"
- "Analyze ticker X deeply"
- "How do macro/news affect these stocks"
- "Value this stock like a professional"
First step: intent classification
Classify user request into one of these modes:
Single-Ticker Deep DiveMulti-Ticker/Universe ScreeningMacro/News-Led InvestigationPortfolio Refresh
If ambiguous, choose the most conservative high-signal mode and note assumption.
Execution workflow (ordered)
- Parse user intent and select one routing mode.
- Set budget preset (
Light,Standard,Deep) and hard request limits. - Execute required upstream skills for the chosen route.
- Validate intermediate outputs for freshness, completeness, and conflicts.
- Run valuation layer only at the required depth.
- Aggregate confidence across modules using the shared rubric.
- Return output using the mandatory output contract.
Budget policy (required)
Define and enforce budget at start:
API budget: max vnstock callsNews budget: max headlines/articles per sourceValuation depth: quick multiples vs full DCF
Default safe presets:
Light: 20-40 vnstock calls, headlines-only news, quick valuationStandard: 40-120 calls, mixed headlines + selected deep reads, scenario valuationDeep: 120-240 vnstock calls, full context package, full valuation + sensitivity
Prefer free-tier-safe pacing when using vnstock.
Free-tier budget mapping (required)
Use these hard limits for vnstock runs:
- Guest/no API key: max
20 requests/min(recommended pacing >=3.2s/request). - Community API key: max
60 requests/min(recommended pacing >=1.1s/request; keep3.2s/requestif unstable).
Policy actions:
- Estimate call count before execution and choose the smallest viable preset.
- If estimated calls exceed current budget, reduce scope (smaller universe or fewer modules).
- Reuse cached artifacts before making new requests.
- Stop scope expansion when remaining call budget < 10% and report partial results.
Routing logic
A) Single ticker request
Priority: depth over breadth. Pipeline:
vnstock-free-expertfetch financials + price behavior.- Optional macro/news context if user asks or risk is macro-sensitive.
- Run
earnings-quality-reviewerbefore valuation when financial statements are available. equity-valuation-frameworkfull thesis + valuation + risks.
B) Multi-ticker/sector screening
Priority: breadth first, then depth on finalists. Pipeline:
vnstock-free-expertbroad screener/ranking.- Run
strategy-backtesterbefore treating the ranking as high-conviction when historical signal/price data is available. - Select top candidates by objective criteria and backtest confidence.
- Run
earnings-quality-revieweron finalists when statement data is available. - Run quick valuation layer on shortlist.
- Deep valuation only for top 1-3 names.
C) Macro/news-led request
Priority: context first, valuation second. Pipeline:
nso-macro-monitor+us-macro-news-monitor+vn-market-news-monitor.- Map exposures to sectors/tickers.
- Run quick vnstock validation on impacted names.
- Use
earnings-quality-reviewerfor decision-critical names after quantitative validation when statement data is available. - If needed, run
equity-valuation-frameworkfor decision-critical names.
D) Portfolio refresh
Priority: risk control + monitoring triggers + sizing discipline. Pipeline:
- Re-score holdings and benchmark against alternatives.
- Macro/news stress overlay.
- Run
portfolio-analyticsbefore risk sizing when holdings and price history are available. - Run
equity-valuation-frameworkat least quick depth on key holdings/watchlist. - Run
portfolio-risk-managerto produce IPS mini + position sizing policy + per-ticker triggers/invalidation. - Flag rebalance candidates with confidence and data gaps.
Mandatory output contract
Always include these sections in final response:
What Was Fetched
- Data sources used, date/time, and coverage.
Pipeline Chosen
- Why this route was selected for current user intent.
Assumptions
- Explicit assumptions on macro, valuation parameters, and data quality.
Results
- Ranked outputs or thesis summary with concise evidence.
Confidence and Gaps
- Confidence level + missing data + potential impact.
Risk Flags
- Top risks and monitoring triggers.
Next-Step Options
- 2-3 practical follow-up actions (e.g., deepen 1 ticker, expand peer set, update after next macro release).
Decision and Governance
- Recommendation label:
BUY,ADD,HOLD,TRIM, orEXIT. - Draft target weight and maximum weight.
- Compliance status.
- Approval requirement.
- D1 write intent.
- Broker execution status:
Disabledin the current phase.
Shared confidence rubric (required)
Use a unified confidence output across pipeline steps:
High: all critical modules complete with no material data blockers.Medium: one critical module has partial gaps but overall conclusion remains stable.Low: key module(s) missing or conflicting evidence makes conclusion fragile.
Aggregation rule:
- Compute per-module confidence first (
vnstock,macro,news,backtest,earnings_quality,valuation,portfolio_analytics,risk_management). - Overall confidence = minimum of critical modules used in the chosen pipeline.
- If module outputs conflict, cap overall confidence at
Mediumunless conflict is resolved with stronger evidence. - If a required professional-grade module is skipped because inputs are unavailable, cap overall confidence at
Mediumand list the missing module and input. - Always state which module is the bottleneck for confidence.
Governance and quality rules
- Single source of truth: if user provides ACTIVE_WATCHLIST/holdings, do not self-modify it; only propose drafts requiring user confirmation.
- Never present uncertain outputs as facts.
- Separate observed data from inference.
- Prefer reproducible logic over ad-hoc narratives.
- When data is insufficient, downgrade confidence and narrow claims.
- May issue structured
BUY,ADD,HOLD,TRIM, orEXITlabels only throughtrade-decision-policy. - Must not place orders, call broker APIs, execute trades, or imply that an approved target portfolio state is an executable order.
- Must route all approved target-state mutations through
institutional-governance. - Require downstream outputs to be English when preparing reusable reports or handoff bundles.
- Carry missing data forward across modules; do not drop gaps when aggregating results.
- If a downstream skill omits confidence or data gaps, cap overall confidence at
Mediumand state the omission.
Conflict resolution rules
If outputs from different modules disagree:
- Trust data quality hierarchy first (freshness/completeness/consistency).
- Prefer broad consensus metrics over fragile point estimates.
- Keep both interpretations and state decision boundary (what would change the conclusion).
Fallback behavior
- If macro/news skills are unavailable: continue with vnstock + valuation only and mark missing context.
- If valuation inputs are weak: provide screening + directional view; defer full valuation.
- If API budget is near limit: stop expanding scope, summarize partial results, request user confirmation for deeper run.
Example orchestration prompts
- "Run a single-ticker deep dive for HPG with full valuation and risk register."
- "Screen VN30 for top value-quality names, then deep value top 3."
- "Start from macro shock signals, then identify Vietnamese sector winners/losers and value 2 candidates."
Trigger examples
- "Find the best Vietnam stocks this week with full reasoning."
- "Compare three candidate tickers and tell me which one is strongest."
- "Start from macro and news, then shortlist potential winners."