May 17, 2026, 11:40 PM
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user