← Back to Skills Marketplace
124
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-browser-fetcher
Description
通过浏览器控制实时抓取A股市场数据,支持东方财富、新浪财经等金融网站,绕过反爬机制。输出:上证/深证/创业板指数、北向资金、涨跌家数、涨停跌停数据。
Usage Guidance
This package as-published is incomplete and raises concerns: it references a Python module that does not exist in the bundle and promises to 'bypass anti-scraping' protections. Before installing or allowing an agent to use it, ask the publisher for the actual code or an install script and for details on how the browser automation works. Consider legal and terms-of-service risks of evading anti-bot measures on sites like eastmoney.com or finance.sina.com.cn. If you plan to proceed, require a code review (or run in an isolated sandbox), ensure no hidden credential prompts, and prefer implementations that use official APIs or site‑permitted scraping methods instead of evasion techniques.
Capability Analysis
Type: OpenClaw Skill
Name: stock-browser-fetcher
Version: 1.0.0
The skill bundle documentation and metadata describe a standard utility for fetching Chinese stock market data (A-shares) using browser automation to bypass anti-scraping measures. The SKILL.md and _meta.json files contain no evidence of malicious intent, prompt injection, or unauthorized data access, and the referenced data sources (eastmoney.com and sina.com.cn) are legitimate financial platforms.
Capability Assessment
Purpose & Capability
The SKILL.md advertises a Python function (from skills.stock_browser_fetcher import fetch_market_data) and depends on an OpenClaw 'browser' tool, yet the registry entry contains no code files and no install spec. A user could not actually import or run the referenced module as provided. Asking to 'bypass anti-scraping mechanisms' is outside what should be achievable by a simple instruction file and suggests additional undisclosed capabilities are expected.
Instruction Scope
Runtime instructions are minimal and assume a local Python module exists; they do not show the concrete browser automation steps. The text explicitly states the skill will '绕过反爬机制' (bypass anti-scraping), which is scope creep: it indicates the agent should evade protections on third‑party sites. That is an operational and legal/ethical red flag even if technically related to the stated purpose of fetching market data.
Install Mechanism
No install spec is provided (instruction-only), which is lower risk in terms of arbitrary downloads. However, being instruction-only also means the advertised functionality is not delivered by code in the skill bundle — this inconsistency prevents the skill from working as described without external components.
Credentials
The skill requests no environment variables, credentials, or config paths, which is proportionate to a read-only market data fetcher. That said, any eventual implementation that automates browsers against third‑party sites may require network access and could prompt for cookies/credentials not declared here.
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistent privileges; autonomous invocation is allowed (platform default). No modifications to other skills or system settings are indicated.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-browser-fetcher - After installation, invoke the skill by name or use
/stock-browser-fetcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release – real-time A-share market data fetcher.
- Real-time retrieval of Shanghai, Shenzhen, and ChiNext indices.
- Bypasses anti-crawling mechanisms by controlling a browser.
- Supports data sources: Eastmoney and Sina Finance.
- Provides northbound capital flow, number of advancing/declining stocks, and limit-up/limit-down stats.
- Outputs data in a structured JSON format for easy use in analysis and monitoring.
Metadata
Frequently Asked Questions
What is Stock Browser Fetcher?
通过浏览器控制实时抓取A股市场数据,支持东方财富、新浪财经等金融网站,绕过反爬机制。输出:上证/深证/创业板指数、北向资金、涨跌家数、涨停跌停数据。 It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install Stock Browser Fetcher?
Run "/install stock-browser-fetcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stock Browser Fetcher free?
Yes, Stock Browser Fetcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Stock Browser Fetcher support?
Stock Browser Fetcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Stock Browser Fetcher?
It is built and maintained by linbo405 (@linbo405); the current version is v1.0.0.
More Skills