16 lines
384 B
TOML
16 lines
384 B
TOML
[skill]
|
|
name = "extract_hotlist"
|
|
description = "extract_hotlist browser_script tool"
|
|
version = "0.1.0"
|
|
author = "sgclaw-skill-converter"
|
|
tags = ["sgclaw", "browser_script", "converter"]
|
|
|
|
[[tools]]
|
|
name = "extract_hotlist"
|
|
description = "基于现有脚本生成结构化结果"
|
|
kind = "browser_script"
|
|
command = "scripts/extract_hotlist.js"
|
|
|
|
[tools.args]
|
|
top_n = "脚本参数 top_n"
|