An intelligent investment assistant that scrapes top financial influencers and real-time stock data from Xueqiu to provide actionable market summaries.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install snowtrace
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 snowtrace using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Xueqiu Summary skill is a professional investment analysis tool designed for the Openclaw Skills ecosystem. It automates the collection of the latest posts from prominent financial influencers (Big Vs) and correlates their insights with your personal stock portfolio or watchlist. By leveraging advanced web automation, it bypasses complex WAF protections to deliver a structured report in Chinese, providing a high-level overview of market sentiment and specific stock performance.
This skill serves as a bridge between social sentiment and hard market data, helping investors stay informed without manually browsing through endless feeds. It utilizes a combination of Playwright for browser-based scraping and optimized curl commands for high-speed quote fetching, ensuring a robust and efficient data pipeline for financial research.
First, ensure you have Node.js and curl installed. Set your Xueqiu token as an environment variable:
export XQ_A_TOKEN="your_xq_a_token_here"
Run the automated installation script within the skill directory to set up dependencies and Playwright:
bash ./install.sh
Or install manually:
npm install playwright-extra puppeteer-extra-plugin-stealth
npx playwright install chromium
The skill manages data through two primary JSON files and structured API responses:
| File | Description | Key Fields |
|---|---|---|
watchlist.json |
List of influencers to track | user_id, name, note |
portfolio.json |
User's actual holdings | symbol, shares, cost |
current price, percent change, pe_ttm, and market_capital formatted by currency (CNY/HKD/USD).portfolio.json.Loading
A comprehensive system health diagnostic and autonomous repair suite designed to maintain OpenClaw installations.

A sophisticated AI-driven tool for building and managing intelligent surveys, quizzes, and conversational forms through the Model Context Protocol.

An automated reporting skill that empowers AI agents to review their session logs and output professional, quantified daily work summaries.

An MCP-powered skill for querying Sentry issues, events, and projects to streamline incident investigation and triage.

A powerful integration tool that makes standard web forms discoverable and submittable by verified AI agents.

A professional quality engineering tool for identifying potential design failures and calculating Risk Priority Numbers in product development.








































