Web取り込み

Retrieve web page content and save it as knowledge entries.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/yut0takagi/claude-skills --skill web-yut0takagi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Web取り込み
Source: https://github.com/yut0takagi/claude-skills/tree/main/skills/Web%E5%8F%96%E3%82%8A%E8%BE%BC%E3%81%BF
Command: npx skills add https://github.com/yut0takagi/claude-skills --skill web-yut0takagi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

指定URLのWebページ内容を取得してナレッジとして保存します。複数URLにも対応し、収集した情報を後から検索・整理できるようにします。

Core Features & Use Cases

  • 複数URLの同時取り込みとカテゴリ付け
  • 取得したページをナレッジとして保存・整理
  • 必要に応じてカテゴリを自動推定
  • Use Case: 研究トピックの複数URLを一括してナレッジベースに蓄積

Quick Start

指定したURLを1つ以上渡してWebページを取得し、ナレッジとして保存してください。

Frequently Asked Questions about Web取り込み

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save web page content as knowledge entries for later research?

You can save web pages as knowledge by specifying their URLs; the Skill retrieves content via WebFetch and stores it into your knowledge vault, allowing later search and organization.

Can I extract data from multiple URLs at the same time?

Yes, the Skill handles multiple URLs simultaneously, retrieving content from each specified web page and saving them all as structured knowledge entries in your knowledge base.

How does web scraping handle categorization for a knowledge base?

The Skill supports web scraping categorization by allowing optional manual category assignment or auto-detect categorization, automatically estimating categories when saving web pages as knowledge.

What happens if WebFetch fails to retrieve a web page?

If WebFetch fails to retrieve a web page, the Skill automatically falls back to WebSearch to ensure the target content is still captured and stored as a knowledge entry.

Is this web data extraction tool suitable for accumulating research topics?

Yes, a core use case of this web data extraction tool is batch importing multiple research topic URLs to accumulate and organize information within a searchable knowledge base.