← 返回 Skills 市场
sunshine-del-ux

Tech Blog Generator

作者 Sunshine-del-ux · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
405
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tech-blog-generator
功能描述
Generate professional technical blog posts from simple outlines. Supports Markdown, includes code blocks, and is optimized for SEO.
安全使用建议
This skill appears to be a simple shell-based blog post generator rather than a networked or credentialed tool, but the documentation and code are inconsistent and there is a small bug. Before installing or using it: 1) Review and, if needed, fix the script (move TAGS_TAG_LINE assignment before the heredoc or expand the heredoc after setting variables; add proper flag parsing if you expect --tags/--output/--level). 2) Run it in an isolated environment first to confirm behavior (it writes to stdout and prints a success message, it doesn't create files by itself). 3) Because the source and homepage are unknown, avoid running it with elevated privileges or in environments containing sensitive data until you are satisfied with the code. If you want, I can propose a corrected version of the script that implements flags and fixes the tag bug.
功能分析
Type: OpenClaw Skill Name: tech-blog-generator Version: 1.0.0 The `tech-blog-generator.sh` script is vulnerable to shell injection. User-provided arguments for `$TITLE`, `$DESCRIPTION`, and `$TAGS` are directly interpolated into the `cat << EOF` block without proper sanitization. This allows an attacker to inject and execute arbitrary shell commands by crafting malicious input, leading to potential Remote Code Execution (RCE). While the skill's stated purpose is benign, this critical input sanitization flaw makes it suspicious.
能力评估
Purpose & Capability
Name/description (tech blog generation) align with the included tech-blog-generator.sh which emits Markdown blog posts. Asking for no env vars, no binaries, and no install spec is consistent with a simple shell script. However the SKILL.md documents CLI flags (--tags, -t, --output, --level, templates) that the script does not actually parse; the script uses positional parameters instead. This mismatch between claimed capabilities and actual implementation is a functional inconsistency.
Instruction Scope
SKILL.md instructs users to use flag-based options and templates; the script expects positional arguments and does not implement flags/option parsing. The script also has a logic bug: it emits a heredoc that references $TAGS_TAG_LINE before that variable is set, so tags will not appear in the generated output. Otherwise the script stays within its scope: it only writes to stdout, uses simple utilities (date, tr, cat, echo), and does not read unrelated files or environment variables or contact external endpoints. The mismatch between documented and actual behavior could mislead users.
Install Mechanism
No install specification — instruction-only with a shipped shell script. This is low-risk from an install perspective because nothing is downloaded or extracted at install time.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script does not access external secrets. This is proportional to the stated purpose.
Persistence & Privilege
Skill is not always-enabled and does not request persistent platform privileges. It does not attempt to modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tech-blog-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tech-blog-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Tech Blog Generator 1.0.0 – Initial Release - Generate professional technical blog posts from simple outlines - Supports Markdown output with syntax-highlighted code blocks - Includes SEO optimization, table of contents generation, and tag suggestions - Offers multiple post templates: Tutorial, Deep Dive, Quick Tip - Allows customization of title, description, tags, level, and output path - Provides responsive images and structured blog post sections
元数据
Slug tech-blog-generator
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Tech Blog Generator 是什么?

Generate professional technical blog posts from simple outlines. Supports Markdown, includes code blocks, and is optimized for SEO. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 405 次。

如何安装 Tech Blog Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tech-blog-generator」即可一键安装,无需额外配置。

Tech Blog Generator 是免费的吗?

是的,Tech Blog Generator 完全免费(开源免费),可自由下载、安装和使用。

Tech Blog Generator 支持哪些平台?

Tech Blog Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tech Blog Generator?

由 Sunshine-del-ux(@sunshine-del-ux)开发并维护,当前版本 v1.0.0。

💬 留言讨论