← 返回 Skills 市场
Ai Automation Workflows
作者
Ömer Karışman
· GitHub ↗
· v0.1.5
4861
总下载
1
收藏
47
当前安装
3
版本数
在 OpenClaw 中安装
/install ai-automation-workflows
功能描述
Build automated AI workflows combining multiple models and services. Patterns: batch processing, scheduled tasks, event-driven pipelines, agent loops. Tools:...
安全使用建议
Install only if you intend to build inference.sh automations. Prefer the manual or checksum-verified CLI install path, review any cron jobs you add, do not send secrets or private files to model prompts or webhooks, and redact command output before alerting to external services.
功能分析
Type: OpenClaw Skill
Name: ai-automation-workflows
Version: 0.1.5
The skill bundle is classified as suspicious due to its extensive use of powerful shell scripting capabilities that introduce significant vulnerabilities, even though presented for legitimate automation. Key indicators include the `curl -fsSL ... | sh` installation method for the `inference.sh` CLI (a supply chain risk), numerous examples of direct bash command execution with variable expansion (e.g., `$(cat $file)`, `$(date ...)`) which creates a high risk of shell injection (RCE) if user input is not sanitized, and the demonstration of external network calls to arbitrary URLs (`https://your-webhook.com/alert`) and cron job setup for persistence. While these are presented as features for AI automation, their combined presence without robust input sanitization makes the skill highly susceptible to abuse for data exfiltration, arbitrary command execution, or persistence if an attacker can inject malicious input into the agent or the workflow variables, as shown in `SKILL.md`.
能力评估
Purpose & Capability
The examples match the stated purpose: batch AI jobs, chained model calls, scheduled generation, logging, monitoring, Python wrappers, and webhook alerts.
Instruction Scope
Examples pass variables, command output, model output, and local file contents into prompts or webhooks, so users need to sanitize inputs and avoid using sensitive data.
Install Mechanism
The quick start uses curl-to-shell for the inference.sh CLI, but the artifact discloses this and provides a checksum/manual-install note; no hidden installer file is bundled.
Credentials
Network use, model-provider calls, local file reads, and optional webhook alerts are proportionate to AI workflow automation, but they can move local data off-host.
Persistence & Privilege
Cron examples create recurring jobs only when the user manually configures them; this is disclosed and aligned with scheduled automation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-automation-workflows - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-automation-workflows触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.5
ai-automation-workflows v0.1.5 changelog
- Adds comprehensive SKILL.md with clear description, usage examples, and supported automation patterns (batch, pipeline, parallel, conditional, retry/fallback).
- Provides ready-to-use Bash scripts for batch processing, scheduled/cron jobs, conditional logic, and monitoring/logging.
- Documents integration methods using inference.sh CLI, Python SDK, and webhook/error alerting.
- Includes install instructions, quick start recipe, and references to external documentation.
v0.1.1
- Expanded SKILL.md with detailed workflow patterns, examples, and scripts for common AI automation tasks.
- Added quick start guides and usage examples for batch, sequential, parallel, conditional workflows, retries, and fallbacks.
- Included cron job setup and sample scripts for scheduled automation.
- Provided templates for logging, monitoring, and error alerting in workflows.
- Added Python SDK usage sample for advanced automation pipelines.
v0.1.0
- Initial release of ai-automation-workflows.
- Provides practical guides and scripts for building automated AI workflows using the inference.sh CLI.
- Includes workflow patterns: batch processing, sequential pipelines, parallel operations, conditional logic, and retry with fallback.
- Offers setup examples for scheduled automation with cron jobs.
- Demonstrates monitoring and logging practices including error alerting.
- Features Bash scripting and Python SDK usage for content and data automation.
元数据
常见问题
Ai Automation Workflows 是什么?
Build automated AI workflows combining multiple models and services. Patterns: batch processing, scheduled tasks, event-driven pipelines, agent loops. Tools:... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4861 次。
如何安装 Ai Automation Workflows?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-automation-workflows」即可一键安装,无需额外配置。
Ai Automation Workflows 是免费的吗?
是的,Ai Automation Workflows 完全免费(开源免费),可自由下载、安装和使用。
Ai Automation Workflows 支持哪些平台?
Ai Automation Workflows 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ai Automation Workflows?
由 Ömer Karışman(@okaris)开发并维护,当前版本 v0.1.5。
推荐 Skills