Skip to main content

web-crawler

抓取网页内容、提取正文并整理归档

Jump to install

Source facts

Repository
l1064709321/Tiankui
Last source activity
August 19, 2026 at 06:28
Detected SKILL.md language
Chinese
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
web-crawler
description
抓取网页内容、提取正文并整理归档
# 网页抓取技能 使用本技能来抓取和分析网页内容。 ## 流程 1. 用 fetch_url 抓取目标网页,转为纯文本 2. 提取核心信息,剔除导航、广告等噪声 3. 按需将整理结果写入文件保存 4. 汇总抓取结果与关键信息 ## 注意事项 - 尊重 robots.txt 与网站条款,仅抓取允许访问的内容 - 抓取他人页面仅限公开信息,不用于侵权用途
View on GitHub