openclaw-astro-blog

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 markdown blog posts for /www/wwwroot/www.wanziyoo.com, especially requests like 发布博客, 写一篇博客, 生成博客文章, 自动打标签, ai 分类, or opencalw/openclaw blog posting.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openclaw-astro-blog" with this command: npx skills add ctf010300-commits/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

  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:

文章标题:...
文件路径:...
自动分类:...
自动标签:...
构建结果:成功/失败
是否发布成功:是/否

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

BigA

A股智能分析与选股工具。维护动态股票池(最多30支),按高科技×中小市值×好业绩原则筛选,推送买卖信号。含独立技术面择时分(-10~+10)用于判断买入卖出时机。

Registry SourceRecently Updated
General

AI Product Manager

OpenClaw-first AI product manager for turning analytics, revenue, crash, store, and feedback signals into execution-ready proposals and backlog work.

Registry SourceRecently Updated
General

OpenClaw Growth Engineer

OpenClaw-first growth autopilot for mobile apps. Correlate analytics, crashes, billing, feedback, store signals, and repo context into proposal drafts that c...

Registry SourceRecently Updated
General

Send Md As

在即时通讯 app 中以优雅图片形式展示 Markdown。支持标题、代码高亮(行号、Monokai)、LaTeX 公式、Mermaid 图表、表格、列表。4 种色彩主题,智能分页。渲染阶段零 CDN 依赖(安装时需网络下载依赖)。| Render Markdown as a polished image for...

Registry SourceRecently Updated