← 返回 Skills 市场
140
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install md-to-zhihu - 安装完成后,直接呼叫该 Skill 的名称或使用
/md-to-zhihu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Update release
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 Md To Zhihu?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install md-to-zhihu」即可一键安装,无需额外配置。
Md To Zhihu 是免费的吗?
是的,Md To Zhihu 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Md To Zhihu 支持哪些平台?
Md To Zhihu 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Md To Zhihu?
由 Junge(@xiejianjun000)开发并维护,当前版本 v1.0.0。
推荐 Skills