← Back to Skills Marketplace
333
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wenyan
Description
通过 wenyan-cli,快速将带 frontmatter 的 Markdown 文章发布到微信公众号,支持主题管理和图片自动上传。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wenyan - After installation, invoke the skill by name or use
/wenyan - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 文颜?
通过 wenyan-cli,快速将带 frontmatter 的 Markdown 文章发布到微信公众号,支持主题管理和图片自动上传。 It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.
How do I install 文颜?
Run "/install wenyan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 文颜 free?
Yes, 文颜 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 文颜 support?
文颜 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 文颜?
It is built and maintained by Lei (@caol64); the current version is v1.0.0.
More Skills