Stock Copilot Pro for Openclaw

A professional-grade AI investment assistant providing deep multi-market stock analysis and real-time sentiment tracking.

buxibuxi
v0.3.0
Feb 28, 2026
6
4.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install stock-copilot-pro

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install stock-copilot-pro using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Stock Copilot Pro?

Stock Copilot Pro is a comprehensive analysis tool designed for the Openclaw Skills ecosystem, bridging the gap between raw financial data and actionable investment intelligence. It aggregates data from premier sources like QVeris, THS iFinD, and Alpha Vantage to provide a 360-degree view of US, Hong Kong, and China A-share markets.

By synthesizing fundamental metrics, technical signals, and social sentiment from platforms like X and specialized regional providers, it empowers developers and investors to make data-driven decisions. This skill is built to provide deterministic results, ensuring that your AI agent has access to the most accurate and recent market context available within the Openclaw Skills framework.

Stock Copilot Pro Use Cases

  • Conducting deep-dive fundamental and technical analysis for specific tickers across global markets.
  • Generating automated morning and evening market briefings tailored to your specific holdings.
  • Identifying emerging market trends and investable themes using the industry hot-topic radar.
  • Managing and monitoring a personalized watchlist or portfolio with real-time quote updates.
  • Comparing multiple stocks side-by-side to rank performance and evaluate portfolio risk.

How Stock Copilot Pro Works

  1. The skill resolves user-provided names or aliases into specific market symbols, such as converting a Chinese company name to a Shanghai Stock Exchange ticker.
  2. It dynamically searches for the best available tools across supported data providers based on the requested capability, such as quotes, sentiment, or technical indicators.
  3. A deterministic routing engine prioritizes market-specific tool chains to ensure the highest data quality, prioritizing regional sources for HK and CN markets.
  4. The system applies Evolution v2 parameter-template memory to optimize tool execution and reduce parameter errors over time based on historical success.
  5. It performs a final quality check for data recency and cross-source consistency before generating a structured analyst report, briefing, or machine-readable JSON payload.

Stock Copilot Pro Setup

To get started with this skill in the Openclaw Skills environment, ensure you have Node.js version 18 or higher. You will also need a valid API key from QVeris.

# Set your QVeris API key as an environment variable
export QVERIS_API_KEY='your_api_key_here'

# Analyze a stock directly using the script
node scripts/stock_copilot_pro.mjs analyze --symbol AAPL --market US --mode comprehensive

# Add a scheduled morning brief for your portfolio
openclaw cron add --name "Stock morning brief" --cron "0 9 * * 1-5" --tz Asia/Shanghai --session isolated --message "Use stock-copilot-pro to generate morning brief: run brief --type morning --max-items 8 --format chat" --announce

Stock Copilot Pro Data Schema & Taxonomy

Data Component Storage Location Description
Watchlist config/watchlist.json Stores user-defined holdings and tracked symbols for personalized briefings.
Evolution State .evolution/tool-evolution.json Persistent storage for learned parameter templates and successful execution patterns.
Routing Logic references/tool-chains.json Defines the priority and fallback strategy for multi-source data retrieval.
Output Modes CLI / API Supports Markdown reports, raw JSON payloads, and segmented Chat formats for messaging apps.

Stock Copilot Pro Advanced Features

  • Deterministic tool routing via dedicated configuration files to ensure high reliability in automated workflows.
  • Evolution v2 parameter-template memory that learns from successful executions to refine future data queries.
  • Multi-market awareness with intelligent symbol resolution supporting US, HK, and CN exchanges natively.
  • Integrated sentiment analysis from X (Twitter) and specialized regional providers like Caidazi for a holistic market view.
  • Fully compatible with the Openclaw Skills official cron format for robust, automated daily market reporting and radar monitoring.

SKILL.md


Loading

Related Openclaw Skills

Featured*