Files
skill-lib/skills/zhihu-hotlist/SKILL.toml
木炎 51913555ad feat: add initial skill authoring workspace
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 18:34:56 +08:00

20 lines
677 B
TOML

[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."