feat: restore zhihu browser skills
Reconnect the recovered Zhihu skill flows to the live browser runtime and resolve their resources relative to the executable so they work outside the repo root. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
19
resources/skills/zhihu_hotlist_flow.json
Normal file
19
resources/skills/zhihu_hotlist_flow.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"hotlist_url": "https://www.zhihu.com/hot",
|
||||
"domains": {
|
||||
"zhihu": "www.zhihu.com"
|
||||
},
|
||||
"literals": {
|
||||
"hotlist_guard": "热榜"
|
||||
},
|
||||
"selectors": {
|
||||
"hotlist_root": "main, body",
|
||||
"hotlist_item": ".HotList-item, [data-hot-item], section ol li",
|
||||
"hotlist_title_link": ".HotList-item-title a, h2 a, .ContentItem-title a",
|
||||
"hotlist_summary": ".HotList-item-summary, .HotItem-content, .RichContent-inner, .ContentItem-excerpt",
|
||||
"hotlist_heat": ".HotList-item-heat, .HotItem-metrics, .HotItem-hot",
|
||||
"comment_list": ".Comments-list, .CommentListV2, [data-testid='comment-list'], .CommentList",
|
||||
"comment_item": ".Comments-list > .CommentItem, .CommentListV2 > .CommentItem, .CommentItemV2, .CommentItem",
|
||||
"comment_metric": ".CommentItem-metric, .CommentItem-footer button, .ContentItem-actions button, button"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user