Loading...
Loading...
Fetch and extract readable content from web pages. Use for lightweight page access without browser automation.
npx skill4agent add sonvee/ai-skills web-fetch<available_skills><base_dir># 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"urloutput_filebash "<base_dir>/scripts/fetch.sh" "https://example.com"bash "<base_dir>/scripts/fetch.sh" "https://example.com" output.txt
cat output.txt