This skill provides read-focused access to Zhihu (zhihu.com). It lets the agent fetch Zhihu's hot lists, question pages and answers, perform keyword searches for questions/topics/people, and retrieve user profile summaries. The skill uses sigcli provider setup to supply session cookies and proxy settings so scripts can access Zhihu's protected endpoints.
Trigger when the user mentions Zhihu, 知乎, posts a zhihu.com URL (e.g. zhihu.com/question/12345), asks for trending Chinese Q&A content, or requests summaries of Zhihu answers or user profiles. Use it for browsing hot questions, reading top answers, or searching topics in Chinese.
Works with agents that can run CLI/python scripts and supply environment/cookie injection (sig run). Good fit for autonomous agents with a shell/exec capability (Copilot/Codex-style or CLI-capable agents).
Zhihu browsing/search skill with 7 Python scripts backed by a shared client module. SKILL.md is thorough with setup instructions, script reference, error handling table, and workflow examples. Scripts ran in isolation: zhihu_client.py and zhihu_hot.py executed cleanly (hot list returned expected 401 without auth cookie), while others failed due to missing required args or import path issues in the temp directory. No security concerns — cookies passed via env vars, no hardcoded secrets, no destructive commands. Minor note: User-Agent string spoofs a browser, which is typical for API scraping skills but technically misrepresents the client.
requestsWell-structured skill for Zhihu interaction. The sig CLI dependency and cookie setup create friction but are appropriate for the use case. Module import failures in isolation are expected — the scripts are designed to run from the skill directory where zhihu_client.py is importable.
V2EX (sigcli)
Browse, search, and interact with V2EX (v2ex.com): view hot/latest topics, read threads and replies, search posts, and perform authenticated actions like postin
Browse and interact with Reddit: read posts and comments, search subreddits, view user profiles, and perform authenticated actions (comments, votes) when author
X (Twitter) — sigcli
Browse and interact with X (Twitter) from an agent: view profiles, read tweets and threads, search, check trends, like/retweet, follow, bookmark, and post (with