Web Scraper Pro
Comprehensive web scraping tool for stock data, news, sector analysis and more
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 256 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
Name/description claim real-time scraping from Sina/East Money and list dependencies (requests, BeautifulSoup4), but the shipped webscraper.py contains only simulated/local data and no network or requests/bs4 imports. The single required binary (python3) is appropriate, but the declared external data sources and dependencies are not reflected in the code.
Instruction Scope
SKILL.md provides focused runtime instructions (command dispatch to the webscraper tool) and does not instruct the agent to read unrelated files, environment variables, or exfiltrate data. It does mention URL scraping but explicitly notes that a browser tool is required.
Install Mechanism
No install spec (instruction-only) and a single Python script included. No external archives or installers are fetched, minimizing install-time risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not access secrets or external configurations.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. The skill does not request persistent elevated privileges or modify other skills' config.
What to consider before installing
This skill is inconsistent: it advertises real-time scraping from external finance APIs and lists requests/BeautifulSoup, but the included Python script only returns simulated data and has no network calls. Before installing or using it, ask the maintainer for the real implementation or source code repository, confirm whether network access and the listed Python dependencies will be required, and whether the tool adheres to data-source terms of service. If you expect real scraping, run the skill in an isolated/sandboxed environment and inspect any future versions for actual network requests (requests/urllib) and external endpoints. Avoid providing credentials unless you can verify the skill's origin and necessity.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download zipdatalatestnewsscraperstock
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🕷️ Clawdis
Binspython3
SKILL.md
🕷️ Web Scraper - Data Collection Assistant
A powerful web scraping tool for retrieving stock quotes, market data, news, and sector information in real-time.
Features
- Stock Query: Get real-time stock prices and data
- Sector Analysis: View hot market sectors and trends
- News Search: Search news by keywords
- Fund Flow: Track money flow in the market
- URL Scraping: Custom URL content extraction
Commands
| Command | Description | Example |
|---|---|---|
stock <code> | Query stock data by code | /webscraper stock 000001 |
block | Show hot sectors | /webscraper block |
news <keyword> | Search news | /webscraper news AI |
fund | Show fund flow | /webscraper fund |
url <address> | Scrape URL | /webscraper url https://example.com |
Usage Examples
Stock Query
/webscraper stock 600519
Returns: Stock price, change %, volume for Moutai (600519)
Sector Data
/webscraper block
Returns: Top performing sectors with percentage changes
News Search
/webscraper news technology
Returns: Latest technology news articles
Technical Details
- Language: Python 3
- Dependencies: requests, BeautifulSoup4
- Data Source: Sina Finance, East Money APIs
Installation
The skill is pre-installed. Requires Python 3.x on the system.
Notes
- Stock data is real-time from financial APIs
- Rate limits apply to prevent API blocks
- For commercial use, ensure compliance with data source terms
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
