mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 16:07:05 +00:00
feat: add comprehensive skills and agents for Rust development (#1573)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# browser-fetcher
|
||||
|
||||
Generic web content fetcher.
|
||||
|
||||
## Fetch
|
||||
|
||||
Use available tools:
|
||||
- agent-browser (preferred)
|
||||
- WebFetch (fallback)
|
||||
|
||||
## Output
|
||||
|
||||
```markdown
|
||||
## Fetched Content
|
||||
|
||||
**URL:** <url>
|
||||
**Title:** <title>
|
||||
|
||||
<content>
|
||||
```
|
||||
|
||||
## Validation
|
||||
|
||||
1. Content is not empty
|
||||
2. Not an error page (403, 429, blocked)
|
||||
3. On failure: report reason
|
||||
Reference in New Issue
Block a user