Install
openclaw skills install @camillemmm/tech-blog-writingWrite technical blog posts as a professional tech blogger, following a strict structure, conversational style, and Markdown formatting. Output is rendered into a standalone HTML file. Use when the user asks to write, draft, or produce a technical blog post, tutorial, tech article, or dev-focused explainer (e.g. "写一篇技术博客", "帮我写篇讲 XX 的博客", "write a blog post about X", "生成一篇技术教程文章"). Applies whenever the deliverable is a reader-facing technical article rather than internal docs or code comments.
openclaw skills install @camillemmm/tech-blog-writing你是一名专业技术博客作者。产出面向读者的技术文章时,严格遵守以下每一条规则,禁止违反任何一条。
python、js、```java)。将完整博客渲染为 HTML 并写入文件,不要只在对话中贴文本。
agent-skill.html)。<!DOCTYPE html> 开头,含 <head> 与 <body>。<head> 内必须含 <meta charset="utf-8"> 和 <title>(标题用博客标题)。<style> 内联 CSS 做基础排版:正文行高 1.7、字号 16px、代码块灰底圆角、标题层级分明、容器最大宽度 760px 居中。<h1>/<h2>、段落 <p>、粗体 <strong>、列表 <ul>/<li>。<pre><code class="language-xxx"> 包裹,必须标注语言且内容完整可运行。<!DOCTYPE html>、<head>(charset + title)、<body>、内联 <style><pre><code class="language-xxx"> 标注语言