Install
openclaw skills install wanziyooautomate 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 markdown blog posts for /www/wwwroot/www.wanziyoo.com, especially requests like 发布博客, 写一篇博客, 生成博客文章, 自动打标签, ai 分类, or opencalw/openclaw blog posting.
openclaw skills install wanziyooUse 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.
Before creating or modifying a post, read references/blog-publish-rules.md and follow it strictly.
/www/wwwroot/www.wanziyoo.com/src/content/blog/ or a subfolder below it.cd /www/wwwroot/www.wanziyoo.com && pnpm build after creating formal posts.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
After a publish attempt, respond in Chinese using this structure:
文章标题:...
文件路径:...
自动分类:...
自动标签:...
构建结果:成功/失败
是否发布成功:是/否