24 lines
973 B
TOML
24 lines
973 B
TOML
[skill]
|
|
name = "rrweb-customer-callback-draft-execute"
|
|
description = "Run the generated rrweb semantic trace for 客户回访工单登记 through sgBrowser."
|
|
version = "0.1.0"
|
|
author = "rrweb-skill"
|
|
tags = ["rrweb", "semantic-trace", "sgbrowser-action", "generated"]
|
|
|
|
prompts = [
|
|
"Use rrweb-customer-callback-draft-execute only for the generated 客户回访工单登记 browser flow.",
|
|
"Run it after browser.open_url has opened the target page.",
|
|
"Return the structured JSON evidence emitted by the tool; do not use Playwright, CDP, or generic browser_action for this step."
|
|
]
|
|
|
|
[[tools]]
|
|
name = "execute_trace"
|
|
description = "Replay or dry-run the generated 客户回访工单登记 semantic trace in sgBrowser."
|
|
kind = "sgbrowser_action"
|
|
command = "sgBrowserExcuteJsCodeByDomain"
|
|
expected_domain = "127.0.0.1"
|
|
|
|
[tools.args]
|
|
script_path = "scripts/execute_trace.js"
|
|
mode = "Baked default mode is execute. Runtime may pass mode=execute or mode=dry-run if supported."
|