← Back to Skills Marketplace
124
Downloads
1
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install xueqiu-combo-report
Description
End-to-end workflow for Xueqiu self-selected combo analysis from scraped or self-selected combo holdings batches through final ranking and PDF export. Use wh...
Usage Guidance
This skill appears to do what it says, but consider these points before installing or running: (1) The upstream collection step requires the agent's browser tool to run inside an already-logged-in Xueqiu session — that will expose session cookies and page content to the tool; only allow this if you trust the environment and the skill. (2) Review any batch JSON inputs and patch JSON carefully before merging; patches overwrite combos by symbol. (3) The scripts generate HTML by interpolating fields from input data without sanitization — treat untrusted input cautiously (malicious HTML could be embedded). (4) PDF rendering calls a local Chrome/Chromium binary (the script uses --no-sandbox when invoking it), so ensure you run in a safe, isolated environment if you have security concerns. (5) There are no hidden network endpoints or required secrets, and you can inspect the included Python scripts directly; run them locally or in an isolated container if you want to limit exposure.
Capability Analysis
Type: OpenClaw Skill
Name: xueqiu-combo-report
Version: 1.0.2
The skill provides a legitimate workflow for collecting, merging, and analyzing stock portfolio data from the Xueqiu financial platform. It includes Python scripts for data aggregation and report generation (JSON, Markdown, HTML, PDF) and a JavaScript snippet for browser-based scraping within an authenticated session. While `build_report.py` utilizes `subprocess.run` to invoke a local Chrome/Chromium binary for PDF rendering, the implementation is consistent with the tool's stated purpose and lacks indicators of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The name, description, SKILL.md, reference docs, and included Python scripts all align: upstream collection requires a logged-in Xueqiu browser session and downstream scripts merge data, build rankings, and render JSON/MD/HTML/PDF. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
Instructions explicitly require using a logged-in browser context (browser tool) to fetch Xueqiu data with credentials:'include' and then run local scripts to merge/patch and render reports. This is expected for a scraper/report workflow, but it means the agent/browser tool will access session cookies and page content — a sensitive capability that the SKILL.md does call out and limit (small batches, interactive evaluation).
Install Mechanism
No install spec or third-party downloads are present. The skill is instruction-first and ships two small Python scripts that use only stdlib (argparse, json, subprocess, shutil, pathlib). PDF rendering uses a locally installed Chrome/Chromium binary if available (no network downloads).
Credentials
The skill requests no environment variables or credentials, which is proportionate. However, it depends on the agent's browser tool having access to an already-logged-in Xueqiu session (cookies/auth in the page). That access is necessary for the stated scraping step but is sensitive and should be granted consciously.
Persistence & Privilege
always is false and the skill is user-invocable; it does not declare persistent or system-wide privileges and does not modify other skills. Runtime actions write report files to the workspace and suggest committing them; there is no autonomous persistent installation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xueqiu-combo-report - After installation, invoke the skill by name or use
/xueqiu-combo-report - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Update description from Xueqiu combo to Xueqiu self-selected combo
v1.0.1
Add fuller bilingual Chinese-English instructions and examples.
v1.0.0
Initial release: end-to-end Xueqiu combo batch collection workflow, merge, ranking, and PDF export.
Metadata
Frequently Asked Questions
What is Xueqiu Combo Report?
End-to-end workflow for Xueqiu self-selected combo analysis from scraped or self-selected combo holdings batches through final ranking and PDF export. Use wh... It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install Xueqiu Combo Report?
Run "/install xueqiu-combo-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Xueqiu Combo Report free?
Yes, Xueqiu Combo Report is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Xueqiu Combo Report support?
Xueqiu Combo Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Xueqiu Combo Report?
It is built and maintained by ning-kun (@ning-kun); the current version is v1.0.2.
More Skills