← Back to Skills Marketplace
ctf010300-commits

博客发布规则 本项目是 astro-koharu 博客。博客发布规则

by ctf010300-commits · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
17
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wanziyoo
Description
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...
README (SKILL.md)

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

  1. Parse the user's request into title, body, draft intent, optional tags, optional category, and optional cover.
  2. If the user did not provide tags, generate 2 to 5 concise tags using the rules in the reference file.
  3. If the user did not provide a category, choose one category using the classification rules in the reference file.
  4. Generate a lowercase English slug for the Markdown filename.
  5. Create the Markdown file only under /www/wwwroot/www.wanziyoo.com/src/content/blog/ or a subfolder below it.
  6. Do not overwrite an existing file. If the target filename exists, append a date or numeric suffix.
  7. Write complete YAML frontmatter and Markdown body.
  8. Run cd /www/wwwroot/www.wanziyoo.com && pnpm build after creating formal posts.
  9. If the build fails, report the error and do not restart services or perform extra deployment actions.
  10. 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:

文章标题:...
文件路径:...
自动分类:...
自动标签:...
构建结果:成功/失败
是否发布成功:是/否
Usage Guidance
Install this only on the server that hosts the intended Astro blog. It appears safe and well-scoped, but it can create persistent posts and run the build command, so confirm the path and build script are correct and trusted.
Capability Analysis
Type: OpenClaw Skill Name: wanziyoo Version: 1.0.0 The skill bundle is designed to automate the creation, tagging, and building of Markdown blog posts for an Astro-based site located at a specific local directory (/www/wwwroot/www.wanziyoo.com). It includes robust safety instructions in SKILL.md and references/blog-publish-rules.md that explicitly forbid accessing secrets, overwriting existing files, or executing unauthorized system commands, limiting the agent's scope to standard blog maintenance and the 'pnpm build' command.
Capability Assessment
Purpose & Capability
The requested capabilities match the stated purpose: create new Astro blog Markdown posts, generate metadata, and build the site. Users should notice that this can publish or update visible website content.
Instruction Scope
The instructions are scoped to user publish/draft requests, restrict writes to the blog content directory, forbid overwriting/deleting by default, and prohibit reading or revealing secrets.
Install Mechanism
There is no install spec and no required binary declaration, but the workflow expects an existing server project and uses pnpm build. This is a setup completeness note, not suspicious behavior.
Credentials
Access to /www/wwwroot/www.wanziyoo.com and the ability to run the build command are proportionate for publishing the specified local Astro blog.
Persistence & Privilege
The skill intentionally creates persistent Markdown files under the blog content directory, but it does not define background agents, service restarts, credential use, or autonomous persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wanziyoo
  3. After installation, invoke the skill by name or use /wanziyoo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Blog publishing rules
Metadata
Slug wanziyoo
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 博客发布规则 本项目是 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 17 downloads so far.

How do I install 博客发布规则 本项目是 astro-koharu 博客。博客发布规则?

Run "/install wanziyoo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 博客发布规则 本项目是 astro-koharu 博客。博客发布规则 free?

Yes, 博客发布规则 本项目是 astro-koharu 博客。博客发布规则 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 博客发布规则 本项目是 astro-koharu 博客。博客发布规则 support?

博客发布规则 本项目是 astro-koharu 博客。博客发布规则 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 博客发布规则 本项目是 astro-koharu 博客。博客发布规则?

It is built and maintained by ctf010300-commits (@ctf010300-commits); the current version is v1.0.0.

💬 Comments