← 返回 Skills 市场
333
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wenyan
功能描述
通过 wenyan-cli,快速将带 frontmatter 的 Markdown 文章发布到微信公众号,支持主题管理和图片自动上传。
安全使用建议
This skill appears to do what it says (publish Markdown to WeChat using wenyan-cli) but there are two practical concerns: (1) the SKILL.md requires WeChat credentials (WECHAT_APP_ID and WECHAT_APP_SECRET) even though the registry metadata lists none — confirm you are comfortable providing those secrets; (2) the instructions ask you to install an npm package (@wenyan-md/cli) but no homepage/source/repository is provided in the skill metadata. Before installing or running it, verify the npm package author and repository, inspect the package contents (npm pack + untar or review the GitHub repo) or run it in an isolated environment (container/VM). Consider using a limited or test WeChat account or rotating credentials you can revoke, and avoid pasting secrets into unknown web UIs. If you want, I can help look up the @wenyan-md/cli npm package and its maintainers so you can check provenance.
功能分析
Type: OpenClaw Skill
Name: wenyan
Version: 1.0.0
The skill bundle provides standard documentation and instructions for using the 'wenyan-cli' tool to publish Markdown content to WeChat Official Accounts. It covers installation via npm (@wenyan-md/cli), command-line arguments, and the configuration of necessary environment variables (WECHAT_APP_ID, WECHAT_APP_SECRET) without any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The SKILL.md describes installing @wenyan-md/cli and publishing Markdown to WeChat — this matches the skill name/description. However the registry metadata declares no required environment variables or credentials, while the instructions explicitly reference WECHAT_APP_ID and WECHAT_APP_SECRET and optional --server/--api-key flags. That mismatch is unexplained.
Instruction Scope
The instructions are narrowly scoped to installing the CLI, preparing frontmattered Markdown, uploading images, and invoking wenyan publish/theme commands. They reference local files (markdown, images, theme CSS) and WeChat credentials which are appropriate for the task and do not ask the agent to read unrelated system data.
Install Mechanism
There is no formal install spec in the registry; the SKILL.md instructs the user to run `npm install -g @wenyan-md/cli`. Installing from npm is common and reasonable for this purpose, but the package provenance is not provided (no homepage/repo listed). Without a known upstream (GitHub, official site) this increases risk — recommend verifying the npm package and author before installing.
Credentials
The instructions require WECHAT_APP_ID and WECHAT_APP_SECRET (and possibly server API keys), which are proportionate to publishing to a WeChat public account. The concern is that the skill metadata declared no required env vars or primary credential, so the registry does not accurately represent the secret access needed.
Persistence & Privilege
The skill is instruction-only, always:false, and does not request persistent or elevated platform privileges. It does not attempt to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wenyan - 安装完成后,直接呼叫该 Skill 的名称或使用
/wenyan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of wenyan-cli publish guide.
- Added step-by-step instructions for preparing Markdown articles with frontmatter.
- Introduced installation and verification commands for wenyan-cli.
- Documented the full set of publish options, including file, theme, highlight, and server settings.
- Provided theme management commands for listing, adding, and removing themes.
- Detailed frontmatter field requirements and behaviors for article metadata.
- Included troubleshooting tips for common errors like image upload failures and invalid authentication.
元数据
常见问题
文颜 是什么?
通过 wenyan-cli,快速将带 frontmatter 的 Markdown 文章发布到微信公众号,支持主题管理和图片自动上传。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。
如何安装 文颜?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wenyan」即可一键安装,无需额外配置。
文颜 是免费的吗?
是的,文颜 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
文颜 支持哪些平台?
文颜 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 文颜?
由 Lei(@caol64)开发并维护,当前版本 v1.0.0。
推荐 Skills