web-fetch

Fetch and extract readable content from web pages using curl and basic text processing.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "web-fetch" with this command: npx skills add zhayujie/chatgpt-on-wechat/zhayujie-chatgpt-on-wechat-web-fetch

Web Fetch

Fetch and extract readable content from web pages using curl and basic text processing.

Usage

Important: Scripts are located relative to this skill's base directory.

When you see this skill in <available_skills> , note the <base_dir> path.

General pattern:

bash "<base_dir>/scripts/fetch.sh" <url> [output_file]

Example (replace <base_dir> with actual path from skill listing):

bash "~/chatgpt-on-wechat/skills/web-fetch/scripts/fetch.sh" "https://example.com"

Parameters:

  • url : The HTTP/HTTPS URL to fetch (required)

  • output_file : Optional file to save the output (default: stdout)

Returns:

  • Extracted page content with title and text

Examples

Fetch a web page

bash "<base_dir>/scripts/fetch.sh" "https://example.com"

Save to file

bash "<base_dir>/scripts/fetch.sh" "https://example.com" output.txt cat output.txt

Notes

  • Uses curl for HTTP requests (timeout: 10s)

  • Extracts title and basic text content

  • Removes HTML tags and scripts

  • Works with any standard web page

  • No external dependencies beyond curl

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

openai-image-vision

No summary provided by upstream source.

Repository SourceNeeds Review
General

skill-creator

No summary provided by upstream source.

Repository SourceNeeds Review
General

bocha-search

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

linkai-agent

No summary provided by upstream source.

Repository SourceNeeds Review