18 lines
491 B
Markdown
18 lines
491 B
Markdown
---
|
|
name: my-suite-quickfetch
|
|
description: Slash-safe quick fetch: bypass model and run web_fetch directly on provided URL.
|
|
user-invocable: true
|
|
command-dispatch: tool
|
|
command-tool: web_fetch
|
|
command-arg-mode: raw
|
|
metadata: {"openclaw":{"emoji":"⚡","requires":{"config":["tools.web.fetch.enabled"]}}}
|
|
---
|
|
|
|
# QuickFetch (slash)
|
|
|
|
Usage:
|
|
- `/my-suite-quickfetch https://example.com`
|
|
|
|
Notes:
|
|
- This bypasses the model and dispatches to web_fetch.
|
|
- Provide a single URL as the raw args string. |