web 技能编写
- 作者仓库星标 330
- 许可证 MIT
- 作者仓库 claude-skill-registry
Web Content Loader
This skill helps you load and extract all content from web URLs efficiently.
Instructions
When loading content from a URL:
Use WebFetch to fetch the content from the provided URL
- The URL must be fully-formed and valid
- Provide a clear prompt describing what information to extract
- HTTP URLs will be automatically upgraded to HTTPS
Extract all content by using an appropriate prompt like:
- "Extract all text content from this page"
- "Get the complete page content including all sections"
- "Retrieve all information from this webpage"
Handle redirects properly:
- If WebFetch returns a redirect message, make a new request with the redirect URL
Save content if requested:
- If the user wants to save the content, use the Write tool to save to a file
- Suggest appropriate filenames based on the URL or content
Examples
Basic URL fetch:
User: Load content from https://example.com
Action: Use WebFetch with prompt "Extract all text content from this page"
Fetch and save:
User: Load https://docs.example.com/guide and save it
Action:
1. Use WebFetch to get content
2. Use Write to save to a markdown file
Multiple URLs:
User: Load content from these URLs: url1, url2, url3
Action: Use WebFetch for each URL in parallel when possible
Best Practices
- Always validate that URLs are well-formed before fetching
- Use descriptive prompts when calling WebFetch to get complete content
- For large amounts of content, consider saving to files
- Process multiple URLs in parallel when they're independent
- 流狐分类
- 数据
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 94 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @majiayu000 · MIT
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 允许外网请求
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 When loading content from a URL: Use WebFetch to fetch the content from the provided URL The URL must be fully-formed and valid
Basic URL fetch: Fetch and save: Multiple URLs:
Always validate that URLs are well-formed before fetching Use descriptive prompts when calling WebFetch to get complete content For large amounts of content, consider saving to files
# Web Content Loader
This skill helps you load and extract all content from web URLs efficiently.
## Instructions
When loading content from a URL:
1. **Use WebFetch** to fetch the content from the provided URL
- The URL must be fully-formed and valid
- Provide a clear prompt describing what information to extract
- HTTP URLs will be automatically upgraded to HTTPS
2. **Extract all content** by using an appropriate prompt like:
- "Extract all text content from this page"
- "Get the complete page content including all sections"
- "Retrieve all information from this webpage"
3. **Handle redirects** properly:
- If WebFetch returns a redirect message, make a new request with the redirect URL
4. **Save content if requested**:
- If the user wants to save the content, use the Write tool to save to a file
- Suggest appropriate filenames based on the URL or content
## Examples
**Basic URL fetch:**
```
User: Load content from https://example.com
Action: Use WebFetch with prompt "Extract all text content from this page"
```
**Fetch and save:**
```
User: Load https://docs.example.com/guide and save it
Action:
1. Use WebFetch to get content
2. Use Write to save to a markdown file
```
**Multiple URLs:**
```
User: Load content from these URLs: url1, url2, url3
Action: Use WebFetch for each URL in parallel when possible
```
## Best Practices
- Always validate that URLs are well-formed before fetching
- Use descriptive prompts when calling WebFetch to get complete content
- For large amounts of content, consider saving to files
- Process multiple URLs in parallel when they're independent 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Instructions → Examples → Best Practices
要点 -> Use WebFetch · Extract all content · Handle redirects · Save content if requested · Basic URL fetch · Fetch and save · Multiple URLs
文件/命令 -> docs.example.com/guide
内容 SHA-256 -> 73cc8a7f6da2
原文结构
适用与边界
原文中的明确线索
docs.example.com/guide