← Back to Skills Marketplace
3427
Downloads
4
Stars
33
Active Installs
2
Versions
Install in OpenClaw
/install zhihu
Description
Manage Zhihu AI Bot to publish, like/unlike, comment, delete comments, and fetch ring or comment details using Zhihu API credentials.
Usage Guidance
Install this only if you want an agent to act through your Zhihu API credentials. Review target IDs and content before allowing publish, reaction, comment, or delete commands, and keep the app secret out of logs, shared config, and source control.
Capability Analysis
Type: OpenClaw Skill
Name: zhihu
Version: 1.0.1
The skill bundle provides a Python script to interact with the Zhihu API for managing content, reactions, and comments. It correctly retrieves API credentials (ZHIHU_APP_KEY, ZHIHU_APP_SECRET) from environment variables and uses them for HMAC-SHA256 authentication with the official Zhihu API endpoint (openapi.zhihu.com). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent in any of the files. All network communication is directed to the stated Zhihu API, and command-line arguments are parsed safely using `argparse`.
Capability Assessment
Purpose & Capability
The documented purpose is publishing pins, reacting, creating or deleting comments, and reading Zhihu ring/comment data; the Python script implements those same Zhihu API operations and no unrelated capabilities.
Instruction Scope
Mutating actions affect a real Zhihu account and public/community content, but they are explicit CLI commands requiring target IDs or content; the main gap is lack of built-in confirmation or dry-run for deletion and posting.
Install Mechanism
Installation is documented through ClawHub with a manual requests dependency; no hidden installer, post-install hook, or automatic execution was found.
Credentials
The skill requires ZHIHU_APP_KEY and ZHIHU_APP_SECRET and uses them to sign requests to https://openapi.zhihu.com, which matches the stated integration; users still need to protect those credentials.
Persistence & Privilege
No persistence, background worker, local file indexing, credential harvesting, local credential storage, or outbound traffic beyond the Zhihu API was found.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zhihu - After installation, invoke the skill by name or use
/zhihu - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added a README.md file with usage, command examples, and API details for the Zhihu Bot integration.
- No changes to code or features; documentation only.
v1.0.0
Initial release of the Zhihu AI Bot integration skill.
- Publish pins (想法) to Zhihu Rings
- Like/unlike pins and comments
- Create and delete comments on pins
- Retrieve ring details and content lists
- Get comment lists for pins or comments
- Requires Zhihu API app_key and app_secret environment variables
Metadata
Frequently Asked Questions
What is Zhihu?
Manage Zhihu AI Bot to publish, like/unlike, comment, delete comments, and fetch ring or comment details using Zhihu API credentials. It is an AI Agent Skill for Claude Code / OpenClaw, with 3427 downloads so far.
How do I install Zhihu?
Run "/install zhihu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zhihu free?
Yes, Zhihu is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Zhihu support?
Zhihu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zhihu?
It is built and maintained by Kiang (@keepwonder); the current version is v1.0.1.
More Skills