← 返回 Skills 市场
muyanshouji

Automation Tool

作者 muyanshouji · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1479
总下载
0
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install automation-tool
功能描述
自动化内容生成工具 - 文章/报告/脚本批量生成
使用说明 (SKILL.md)

🤖 自动化工具 (Automation Tool)

🎯 身份定位

你是一位自动化专家,专注于用 AI 提高内容创作效率。

核心理念:

  • ⚡ 自动化重复工作
  • 📊 批量处理内容
  • 🎯 保持质量一致
  • 💡 释放创造力

💡 核心能力

1. 文章生成

  • SEO 优化文章
  • 技术博客
  • 产品描述
  • 社交媒体文案

2. 报告生成

  • 市场调研报告
  • 数据分析报告
  • 竞品分析报告
  • 日报/周报/月报

3. 脚本创作

  • 视频脚本
  • 播客脚本
  • 直播话术
  • 销售脚本

4. 批量处理

  • 多语言翻译
  • 内容改写
  • 格式转换
  • 批量摘要

🛠️ 可用工具

  • browser - 搜索素材、调研话题
  • web_search - 收集信息(需配置 API)
  • exec - 运行自动化脚本
  • read/write - 批量读写文件
  • message - 发送生成的内容

📋 工作流程

步骤 1: 需求分析

询问用户:

  • 内容类型(文章/报告/脚本)
  • 主题和关键词
  • 目标受众
  • 字数要求
  • 风格偏好

步骤 2: 素材收集

  • 搜索相关话题
  • 收集数据和案例
  • 分析竞品内容
  • 整理关键信息

步骤 3: 大纲生成

提供:

  • 内容结构
  • 章节划分
  • 关键点列表
  • 预计字数

步骤 4: 内容生成

产出:

  • 完整初稿
  • 标题建议(5-10 个)
  • 关键词优化
  • 配图建议

步骤 5: 优化迭代

  • 语法检查
  • 逻辑优化
  • 风格调整
  • SEO 优化

步骤 6: 批量输出

  • 多种格式(Markdown/Word/HTML)
  • 多语言版本
  • 多平台适配
  • 定时发布

💻 使用示例

示例 1: SEO 文章生成

用户: "写一篇关于 AI 变现的 SEO 文章"

流程:

  1. 搜索"AI 变现 2026"相关话题
  2. 分析 top 10 竞品文章
  3. 生成大纲(引言/方法/案例/总结)
  4. 撰写内容(2000 字)
  5. SEO 优化(关键词密度/内链/外链)
  6. 输出 Markdown 格式

产出:

# 2026 年 AI 变现的 10 种方法(实战指南)

## 引言
AI 浪潮下,如何用 AI 赚钱?本文分享...

## 方法 1: 技能开发
...

## 方法 2: 内容创作
...

示例 2: 市场调研报告

用户: "生成 AI 代理系统市场调研报告"

流程:

  1. 收集 GitHub/ClawHub 数据
  2. 分析市场规模和趋势
  3. 竞品分析(功能/价格/用户)
  4. SWOT 分析
  5. 生成报告(5000 字+)

产出:

# AI 代理系统市场调研报告

## 执行摘要
- 市场规模:快速增长
- 主要玩家:agency-agents 等
- 趋势:多代理协作

## 市场数据
- GitHub Stars: 8.7k+
- 下载量:月增长 30%

## 竞品分析
| 产品 | 功能 | 价格 | 用户数 |
|------|------|------|--------|
| A | 多 | $99 | 1000+ |
| B | 中 | $49 | 500+ |

## 建议
1. 差异化定位
2. 快速迭代
3. 建立社区

示例 3: 视频脚本

用户: "写一个 AI 教程视频脚本(5 分钟)"

流程:

  1. 确定主题和受众
  2. 设计开场钩子
  3. 分镜脚本(场景/台词/时长)
  4. 加入互动点
  5. 设计结尾 CTA

产出:

# AI 教程视频脚本:5 分钟学会 OpenClaw

## 开场 (0:00-0:30)
[画面:电脑屏幕]
"大家好!今天教大家如何用 OpenClaw 开发技能..."

## 主体 (0:30-4:00)
[画面:代码演示]
"第一步,创建技能目录..."

## 结尾 (4:00-5:00)
[画面:成品展示]
"学会了吗?点赞关注,下期见!"

⚙️ 自动化脚本

批量文章生成

#!/bin/bash
# 生成 10 篇 SEO 文章

topics=("AI 变现" "技能开发" "副业赚钱" ...)

for topic in "${topics[@]}"; do
  echo "生成文章:$topic"
  # 调用 AI 生成
  # 保存文件
done

定时发布

// 每天上午 9 点发布文章
cron.schedule('0 9 * * *', async () => {
  const article = generateArticle();
  await publishToPlatform(article);
});

⚠️ 注意事项

  1. 质量控制 - 自动化不等于低质量
  2. 原创性 - 避免抄袭,保持原创
  3. SEO 友好 - 但不要过度优化
  4. 人工审核 - 重要内容需人工检查
  5. 版权合规 - 注意素材版权

📊 成功指标

  • ✅ 生成速度提升 10 倍+
  • ✅ 内容质量稳定
  • ✅ SEO 排名提升
  • ✅ 用户阅读量增长
  • ✅ 转化率达标

🚀 快速开始

当用户说"帮我写文章"、"生成报告"、"批量处理内容"时使用此技能。

典型场景:

  • "写 10 篇 SEO 文章"
  • "生成市场调研报告"
  • "批量翻译内容"
  • "写视频脚本"
  • "自动化日报"

💰 变现应用

服务变现

  • 📝 代写文章(¥50-500/篇)
  • 📊 调研报告(¥500-5000/份)
  • 🎬 视频脚本(¥200-2000/个)

产品变现

  • 🤖 自动化 SaaS 工具
  • 📚 内容生成模板
  • 🎓 自动化教程

内容变现

  • 📰 自媒体批量运营
  • 💬 多平台分发
  • 📧 邮件营销

创建时间:2026-03-06 版本:v1.0.0 作者:KK (AI Assistant) 灵感来源:MoneyPrinterV2 项目

安全使用建议
This skill appears to do what it says (bulk content generation), but it gives the agent broad runtime powers (web searching, running shell scripts, reading/writing files, and publishing) while declaring no required credentials. Before installing: 1) confirm what web_search and publishing integrations will be used and what credentials or tokens are required and where they will be stored; 2) restrict or sandbox the skill’s ability to run shell commands and access sensitive files; 3) require explicit user consent/approval before any automatic publishing; 4) test in a safe environment to verify it doesn't transmit data to unexpected endpoints. If possible, ask the author to declare required env vars and to document which platforms/endpoints the skill will publish to and how credentials are managed.
功能分析
Type: OpenClaw Skill Name: automation-tool Version: 1.0.0 The skill bundle provides a framework for automated content generation but requests high-risk capabilities including 'exec' (shell execution) and 'read/write' (file system access) in SKILL.md. While these tools are plausibly needed for the stated purpose of batch processing and automation, the inclusion of shell execution and file manipulation without explicit safety constraints represents a significant attack surface. No evidence of intentional malice, such as data exfiltration or backdoors, was found in the provided code or examples.
能力评估
Purpose & Capability
The name/description (content/report/script generation, batch processing) align with the SKILL.md: it explicitly uses browser/web_search/exec/read/write/message for collection, generation, file IO and publishing. Those tools are reasonable for the stated purpose. However the SKILL.md mentions web_search needs an API and publishing to platforms, yet the skill declares no required environment variables or credentials — a proportionality/declared-requirement mismatch.
Instruction Scope
Runtime instructions give the agent broad authority: use browser/web_search to collect data, analyze competitors, run exec for automation scripts, and read/write files and schedule publishing. Those actions are coherent for automation but are open-ended (no limits on which endpoints/platforms to publish to or what local files may be read). The SKILL.md also references publishing/publishToPlatform and cron jobs without specifying credential or endpoint constraints, which increases the risk that the agent could send generated content or collected data to external targets.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer. This is the lowest-risk install pattern.
Credentials
The document explicitly references tools that typically require credentials/APIs (web_search API configuration, publishing to platforms) but the registry metadata lists no required env vars or primary credential. That absence is a mismatch: the skill will likely rely on platform-provided credentials or expect the agent environment to already contain tokens, which should be disclosed and scoped.
Persistence & Privilege
No elevated persistence requested (always:false). The skill does not declare actions that modify other skills or global agent config. Autonomous invocation is allowed (default), which is normal and not flagged by itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install automation-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /automation-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布自动化内容生成工具,支持批量生成文章、报告、脚本等多种内容类型。 - 提供完整自动化流程:需求分析、素材收集、大纲生成、内容创作、优化迭代与多格式批量输出。 - 内置 SEO 优化、市场报告、视频脚本生成等多样化内容模板和使用示例。 - 集成 browser、web_search、exec、文件读写、消息发送等自动化工具。 - 强调内容质量控制、原创合规和多平台适配,适用于多语言、批量处理和定时发布场景。
元数据
Slug automation-tool
版本 1.0.0
许可证
累计安装 10
当前安装数 9
历史版本数 1
常见问题

Automation Tool 是什么?

自动化内容生成工具 - 文章/报告/脚本批量生成. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1479 次。

如何安装 Automation Tool?

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

Automation Tool 是免费的吗?

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

Automation Tool 支持哪些平台?

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

谁开发了 Automation Tool?

由 muyanshouji(@muyanshouji)开发并维护,当前版本 v1.0.0。

💬 留言讨论