π¦ ClawHub
web info skill
by @sangjie123
Extract and display useful information from web pages including title, meta description, headers, and links.
TERMINAL
clawhub install web-info-skillπ About This Skill
name: web-info description: Extract and display useful information from web pages including title, meta description, headers, and links. version: 1.0.0 metadata: openclaw: requires: bins: - curl emoji: "π" homepage: https://github.com/openclaw/openclaw
Web Info Extractor
A lightweight web scraping skill that extracts structured information from any webpage.
Features
Usage
# Basic usage
web-info https://example.comGet JSON output
web-info --json https://example.comExtract only links
web-info --links-only https://example.comExtract only headers
web-info --headers-only https://example.com
Examples
Extract page info
web-info https://news.ycombinator.com
Get structured JSON data
web-info --json https://github.com > github-info.json
Find all links on a page
web-info --links-only https://example.com
Output Format
The skill provides clean, formatted output:
Title: Example Domain
Description: Example meta description
URL: https://example.comHeaders:
H1: Example Domain
H2: More information
Links:
- Example Link (https://example.org)
- Another Link (https://example.net)
Images:
- logo.png (alt: "Company Logo")
Statistics:
- Word count: 150
- Links: 5
- Images: 2
Requirements
curl (for fetching web pages)Privacy & Security
License
MIT-0 - Free to use, modify, and distribute
π‘ Examples
Extract page info
web-info https://news.ycombinator.com
Get structured JSON data
web-info --json https://github.com > github-info.json
Find all links on a page
web-info --links-only https://example.com