Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

openclaw-automation-recipesOpenClaw 自动化 recipes

Agent Skill

openclaw-automation-recipes 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

42,548

周安装

1,809

GitHub Stars

1

下载量

14,906
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-automation-recipes(OpenClaw 自动化 recipes)
来源仓库:https://github.com/yang1002378395-cmyk/openclaw-automation-recipes
安装命令:
openclaw skills install openclaw-automation-recipes
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-automation-recipes

简介

OpenClaw 自动化食谱 - 10 个实用的自动化场景。适合:效率工具爱好者、自动化新手。

SKILL.md

name
openclaw-automation-recipes
version
1.0.0
description
OpenClaw 自动化配方 - 10 个实用自动化场景。适合:效率工具爱好者、自动化新手。
metadata
openclaw
emoji
requires
bins
[]

OpenClaw 自动化配方

10 个开箱即用的自动化场景。

配方 1:每日新闻摘要

每天早上自动推送新闻摘要。

# ~/.openclaw/automations/daily-news.yaml
trigger:
  type: schedule
  cron: "0 8 * * *"  # 每天 8:00
  
actions:
  - type: fetch
    url: https://news.ycombinator.com/rss
  - type: summarize
    prompt: "总结今日科技新闻,列出前 5 条"
  - type: send
    to: telegram

配方 2:邮件自动回复

检测关键词自动回复邮件。

trigger:
  type: email
  keywords: ["合作", "商务", "咨询"]
  
actions:
  - type: reply
    template: "感谢来信,我会在 24 小时内回复..."

配方 3:GitHub Issue 监控

自动监控项目 Issues 并通知。

trigger:
  type: github
  event: issues
  repo: owner/repo
  
actions:
  - type: send
    to: discord
    template: "新 Issue: {{title}}"

配方 4:价格监控

监控商品价格变动。

trigger:
  type: schedule
  cron: "0 */4 * * *"  # 每 4 小时
  
actions:
  - type: fetch
    url: "https://example.com/product"
  - type: extract
    selector: ".price"
  - type: condition
    if: "price < 100"
    then:
      type: send
      to: telegram
      message: "价格降到 {{price}}!"

配方 5:会议提醒

自动提醒即将到来的会议。

trigger:
  type: calendar
  before: 15m
  
actions:
  - type: send
    to: dingtalk
    message: "15 分钟后有会议:{{title}}"

配方 6:客服自动分流

根据问题类型分流客服。

trigger:
  type: message
  
actions:
  - type: classify
    categories: ["技术", "账单", "投诉"]
  - type: route
    technical: tech_support
    billing: billing_team
    complaint: manager

配方 7:内容发布

自动发布内容到多平台。

trigger:
  type: schedule
  cron: "0 9 * * 1-5"  # 工作日 9:00
  
actions:
  - type: generate
    prompt: "写一篇关于 AI 的短文"
  - type: publish
    platforms: [juejin, zhihu, twitter]

配方 8:数据备份

定期备份重要数据。

trigger:
  type: schedule
  cron: "0 2 * * *"  # 每天凌晨 2:00
  
actions:
  - type: backup
    source: ~/.openclaw/data
    dest: s3://backup-bucket/
  - type: notify
    message: "备份完成"

配方 9:社交媒体监控

监控品牌提及。

trigger:
  type: social
  keywords: ["OpenClaw", "AI助手"]
  
actions:
  - type: save
    to: database
  - type: alert
    if: "sentiment == 'negative'"

配方 10:智能排程

根据日历自动安排任务。

trigger:
  type: schedule
  cron: "0 7 * * *"
  
actions:
  - type: analyze_calendar
  - type: prioritize_tasks
  - type: send
    message: "今日任务优先级:{{tasks}}"

如何使用

  1. 复制配方到 ~/.openclaw/automations/
  2. 修改参数(URL、时间等)
  3. 重启 OpenClaw
openclaw restart

需要定制?

  • 单个配方定制:¥99
  • 企业自动化方案:¥999

联系:微信 yang1002378395 或 Telegram @yangster151

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.79%
按下载量换算14,129

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills