← Back to Skills Marketplace
Stock Review
by
cnxufei-tech
· GitHub ↗
· v1.0.0
831
Downloads
0
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install stock-review
Description
Provides daily A-share market review with data on top traders, sector limits, fund flows, streaks, sentiment, and next-day strategies.
Usage Guidance
Before installing, ask the skill author to explain how Feishu delivery is authenticated — which env var or webhook URL is required and where it will be stored. Confirm whether the agent's built-in web_fetch will be used for scraping and whether scraping those sites complies with their terms/rate limits. If you plan to enable automatic push to Feishu, prefer supplying a scoped webhook (not broad account credentials), test the skill in a sandbox account, and require the skill explicitly declare which environment variables it will use to avoid silent credential use.
Capability Analysis
Type: OpenClaw Skill
Name: stock-review
Version: 1.0.0
The skill bundle describes a financial analysis tool that fetches public stock market data from specified financial websites (Eastmoney, Sina Finance, Xueqiu) using a built-in `web_fetch` tool. It generates a Markdown report and can push it to Feishu. The `SKILL.md` instructions are clear, align with the stated purpose, and do not contain any directives for the agent to perform malicious actions such as data exfiltration of sensitive local files, arbitrary command execution, or unauthorized network activity beyond fetching public financial data. The scheduled task is a standard feature for such analysis.
Capability Assessment
Purpose & Capability
The skill's purpose (daily A-share review using Eastmoney, Sina, Xueqiu) matches the instructions to fetch web data and generate a Markdown report. However, the SKILL.md says reports 'can be pushed to Feishu' but the skill declares no required credentials, webhooks, or config for Feishu — pushing to Feishu normally requires a token/webhook, so this is an unexplained gap.
Instruction Scope
Instructions direct the agent to fetch data from external websites (东方财富, 新浪财经, 雪球) using a built-in web_fetch tool and to optionally push results to Feishu. The doc does not specify rate-limiting, error handling, or exactly how Feishu delivery is authenticated. The instructions therefore authorize network collection and external transmission without specifying required endpoints/credentials.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest risk for arbitrary code installation. Nothing is written to disk by an installer.
Credentials
No environment variables or credentials are declared, yet the skill implies it will push messages to Feishu. That typically requires a webhook URL or API token (sensitive). The absence of any declared credential is disproportionate to the stated external push capability.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and may run autonomously per platform defaults, which is expected. No modifications to other skills or system-wide settings are described.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-review - After installation, invoke the skill by name or use
/stock-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of stock-review skill.
- Provides daily A-share market recap analysis, including market movers, sector stats, capital flow, sentiment monitoring, and next-day strategy.
- Supports manual trigger with optional date or automatic daily execution after market close.
- Outputs a Markdown report, suitable for Feishu push.
- Integrates data from Eastmoney, Sina Finance, and optionally Xueqiu.
- No additional configuration required; uses built-in web_fetch tool.
Metadata
Frequently Asked Questions
What is Stock Review?
Provides daily A-share market review with data on top traders, sector limits, fund flows, streaks, sentiment, and next-day strategies. It is an AI Agent Skill for Claude Code / OpenClaw, with 831 downloads so far.
How do I install Stock Review?
Run "/install stock-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stock Review free?
Yes, Stock Review is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Stock Review support?
Stock Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Stock Review?
It is built and maintained by cnxufei-tech (@cnxufei-tech); the current version is v1.0.0.
More Skills