feat: add initial skill authoring workspace

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
木炎
2026-04-02 18:34:56 +08:00
parent a461b0734e
commit 51913555ad
30 changed files with 7114 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
[skill]
name = "zhihu-hotlist"
description = "Use when the user wants to collect, snapshot, summarize, or export Zhihu hot list items from the current browser page."
version = "0.1.0"
author = "sgclaw"
tags = ["zhihu", "browser", "hotlist"]
prompts = [
"For live Zhihu hotlist extraction, call zhihu-hotlist.extract_hotlist before generic browser getText probing.",
]
[[tools]]
name = "extract_hotlist"
description = "Primary deterministic extractor for Zhihu hotlist rows on the current page. Use this before generic browser getText probing."
kind = "browser_script"
command = "scripts/extract_hotlist.js"
[tools.args]
top_n = "Maximum number of hotlist rows to return."