博客发布规则 本项目是 astro-koharu 博客。博客发布规则
/install wanziyoo
OpenClaw Astro Blog
Purpose
Use this skill to help publish Markdown posts for the Astro Koharu blog located at /www/wwwroot/www.wanziyoo.com.
This skill defines the blog directory, frontmatter format, AI tagging/classification rules, safe file-operation limits, and build workflow.
Required reference
Before creating or modifying a post, read references/blog-publish-rules.md and follow it strictly.
Workflow
- Parse the user's request into title, body, draft intent, optional tags, optional category, and optional cover.
- If the user did not provide tags, generate 2 to 5 concise tags using the rules in the reference file.
- If the user did not provide a category, choose one category using the classification rules in the reference file.
- Generate a lowercase English slug for the Markdown filename.
- Create the Markdown file only under
/www/wwwroot/www.wanziyoo.com/src/content/blog/or a subfolder below it. - Do not overwrite an existing file. If the target filename exists, append a date or numeric suffix.
- Write complete YAML frontmatter and Markdown body.
- Run
cd /www/wwwroot/www.wanziyoo.com && pnpm buildafter creating formal posts. - If the build fails, report the error and do not restart services or perform extra deployment actions.
- Return the title, file path, category, tags, build result, and publish status.
Safety limits
Do not read, print, modify, or move secrets such as .env, private keys, tokens, database passwords, or server credentials.
Do not delete existing posts, theme source code, configuration files, node_modules, or system files unless the user explicitly asks and the operation is clearly safe.
Only run commands needed for this workflow. The default allowed command is:
cd /www/wwwroot/www.wanziyoo.com && pnpm build
Output format
After a publish attempt, respond in Chinese using this structure:
文章标题:...
文件路径:...
自动分类:...
自动标签:...
构建结果:成功/失败
是否发布成功:是/否
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wanziyoo - 安装完成后,直接呼叫该 Skill 的名称或使用
/wanziyoo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
博客发布规则 本项目是 astro-koharu 博客。博客发布规则 是什么?
automate publishing posts for the user's astro koharu blog on the same server. use when the user asks to publish, draft, generate, classify, tag, or build ma... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 17 次。
如何安装 博客发布规则 本项目是 astro-koharu 博客。博客发布规则?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wanziyoo」即可一键安装,无需额外配置。
博客发布规则 本项目是 astro-koharu 博客。博客发布规则 是免费的吗?
是的,博客发布规则 本项目是 astro-koharu 博客。博客发布规则 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
博客发布规则 本项目是 astro-koharu 博客。博客发布规则 支持哪些平台?
博客发布规则 本项目是 astro-koharu 博客。博客发布规则 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 博客发布规则 本项目是 astro-koharu 博客。博客发布规则?
由 ctf010300-commits(@ctf010300-commits)开发并维护,当前版本 v1.0.0。