web-load2
- Repo stars 330
- License MIT
- Author repo 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
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- External requests
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 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 Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Instructions → Examples → Best Practices
terms -> Use WebFetch · Extract all content · Handle redirects · Save content if requested · Basic URL fetch · Fetch and save · Multiple URLs
files/cmd -> docs.example.com/guide
body sha256 -> 73cc8a7f6da2
Decide Fit First
Design Intent
How To Use It
Boundaries And Review