← Back to Skills Marketplace
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install md-to-zhihu
Description
Convert markdown articles to Zhihu (知乎) publishing format and one-click publish articles. Use when the user wants to publish markdown content to Zhihu, conve...
Usage Guidance
This skill appears to do what it claims (convert Markdown and publish to Zhihu), but it automates login by launching a real browser with remote debugging and saving Zhihu cookies to a local file. Before installing/using it: (1) review the scripts yourself and confirm you are comfortable with the cookie file (.zhihu_cookies.json) being written to the skill folder; (2) use a dedicated browser profile (the script creates one under the skill directory) and avoid pointing it at your primary browser profile; (3) delete the saved cookie file and profile when no longer needed; (4) be aware the script opens a local debugging port (default 9222) during login — ensure no untrusted local processes can connect at that time; (5) if you host sensitive accounts in the same browser, consider running the login step in an isolated environment (VM/container) or perform the login manually and import cookies yourself; (6) verify network calls (the scripts call zhuanlan.zhihu.com APIs) and avoid running the skill if you see unexpected remote endpoints. If you want higher assurance, have a trusted developer audit the full source before use.
Capability Analysis
Type: OpenClaw Skill
Name: md-to-zhihu
Version: 1.0.0
The 'md-to-zhihu' skill bundle is a legitimate tool designed to convert Markdown files into Zhihu-compatible HTML and automate the publishing process. It uses standard libraries like BeautifulSoup for HTML styling and Playwright/Requests for interacting with Zhihu's platform. While it handles sensitive data (authentication cookies) and launches a browser with remote debugging to bypass bot detection, these actions are transparently documented and strictly limited to the stated purpose of publishing to zhihu.com. No evidence of data exfiltration, malicious execution, or prompt injection was found in scripts/convert.py or scripts/publish.py.
Capability Assessment
Purpose & Capability
Name/description (convert Markdown and publish to Zhihu) match the included files (convert.py and publish.py). The scripts implement HTML conversion and browser-based login + API calls to zhuanlan.zhihu.com, which is expected for this functionality. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs installing markdown/pygments/beautifulsoup4 and optional playwright/requests and to run the bundled scripts. publish.py launches a real Chrome/Edge with remote debugging to capture cookies and then uses requests to call Zhihu APIs. This scope is consistent with one-click publishing, but it requires saving browser cookies and opening a remote-debugging port (9222) during login, which is sensitive and should be understood by the user.
Install Mechanism
There is no install spec in the registry; the SKILL.md tells the user to pip install standard packages and to run playwright install chromium. No downloads from untrusted URLs or archive extraction are present in the provided files. Playwright/Chromium installation is expected for browser automation.
Credentials
The skill declares no environment variables or external credentials. It does persist Zhihu cookies to a local file (.zhihu_cookies.json) and creates a browser profile directory under the script directory. Requesting and storing cookies is proportionate to automating login/publishing, but cookies are sensitive and grant account access if stolen or reused.
Persistence & Privilege
always:false and the skill does not modify other skills or system-wide configs. It writes a browser profile directory and a cookie file within the skill directory, and briefly opens a local remote-debugging port (default 9222) to capture cookies. Those actions are local and limited in scope, but carry modest risk if the profile or cookie file is shared or the debugging port is exposed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install md-to-zhihu - After installation, invoke the skill by name or use
/md-to-zhihu - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Update release
Metadata
Frequently Asked Questions
What is Md To Zhihu?
Convert markdown articles to Zhihu (知乎) publishing format and one-click publish articles. Use when the user wants to publish markdown content to Zhihu, conve... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install Md To Zhihu?
Run "/install md-to-zhihu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Md To Zhihu free?
Yes, Md To Zhihu is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Md To Zhihu support?
Md To Zhihu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Md To Zhihu?
It is built and maintained by Junge (@xiejianjun000); the current version is v1.0.0.
More Skills