May 17, 2026, 11:40 PM
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: my-suite-gather-web
|
||||
description: Fetches sources from the web. Uses web_search when needed, then web_fetch for extraction.
|
||||
user-invocable: false
|
||||
metadata: {"openclaw":{"emoji":"🌐","requires":{"config":["tools.web.fetch.enabled"]}}}
|
||||
---
|
||||
|
||||
# Gather Web
|
||||
|
||||
## When to use
|
||||
- Użytkownik podał URL lub trzeba znaleźć źródła w WWW.
|
||||
|
||||
## Steps
|
||||
1) Jeśli jest URL → `web_fetch(url=..., extractMode="markdown")`
|
||||
2) Jeśli brak URL → `web_search(query=..., count=3)` → wybierz 1–3 wyniki → `web_fetch(...)`
|
||||
|
||||
## Artifacts
|
||||
Zapisz do:
|
||||
- `{baseDir}/runs/<runId>/sources.md` (linki + krótkie ekstrakty)
|
||||
- `{baseDir}/runs/<runId>/inputs.json` (metadane wejścia)
|
||||
Reference in New Issue
Block a user