← 返回 Skills 市场
771
总下载
2
收藏
4
当前安装
3
版本数
在 OpenClaw 中安装
/install workflows
功能描述
Playbook for authoring, running, evaluating, and improving Gina sandbox workflows with safe defaults and repeatable operations.
安全使用建议
This is a coherent operations playbook for creating and running sandbox workflows. It does describe and rely on workflow step capabilities that can execute shell commands, read and write files, and access KV/SQL; those are normal for a workflow system but mean you should never run unreviewed workflows. Before installing/using: (1) Confirm the 'workflow' CLI/runtime you will call is the expected/trusted tool on your system, (2) review any .ts workflow definitions in /workspace/.harness/workflows for untrusted exec/fs/kv usage, (3) keep secrets out of workflow code and logs, and (4) require explicit permission scopes and least privilege for any steps that perform writes or external actions.
功能分析
Type: OpenClaw Skill
Name: workflows
Version: 1.0.2
The skill bundle is classified as suspicious due to the explicit documentation of powerful execution capabilities within workflow steps, which, when combined with input interpolation, creates a high risk of severe injection vulnerabilities. Specifically, `references/cli-and-definition.md` details `type: "ts"` steps with `exec(command)`, `fs.promises.*`, and `sql(query)` access, as well as `type: "bash"` and `type: "host"` steps. The `{{inputs.symbol}}` template syntax allows user input to be directly interpolated into these commands, enabling potential Remote Code Execution (RCE), SQL Injection (SQLi), and arbitrary file access if workflow authors do not implement robust input sanitization. While the skill itself is a playbook for workflow management and does not demonstrate malicious intent, it provides the building blocks and documentation for creating highly vulnerable workflows.
能力评估
Purpose & Capability
Name/description (workflow authoring, running, evaluating) match the content: CLI commands, workflow file locations, run artifacts, and evaluation/optimize loop are all directly relevant. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
The SKILL.md and references describe workflow step types that include powerful runtime primitives (exec, fs.promises.*, kv.*, sql, callTool). This is expected for a workflow engine because steps must run shell commands, read/write files, and use KV/SQL. Because the playbook instructs authors/operators to scaffold/open workflows in /workspace/.harness/workflows and to validate/run them, you should review workflow code before executing runs—steps can execute arbitrary host commands and access files.
Install Mechanism
Instruction-only skill with no install spec and no code files to write to disk. Low installation risk.
Credentials
No environment variables, credentials, or config paths are requested. The playbook explicitly advises least-privilege and not including secrets in logs or skill text.
Persistence & Privilege
Skill does not request always:true, does not modify other skills, and is user-invocable only. No long-lived privileges or autonomous persistence are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install workflows - 安装完成后,直接呼叫该 Skill 的名称或使用
/workflows触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
CI sync from askgina/awesome-gina@99df81b
v1.0.1
manual sync from askgina/awesome-gina@77e993b
v1.0.0
- Initial release of Gina Workflows skill with playbook for authoring, running, and evaluating sandbox workflows.
- Supports creation, validation, execution, and logging of TypeScript-based workflow definitions.
- Introduces a repeatable evaluate-optimize-compare loop for workflow improvement.
- Includes detailed security, permissions, and evidence requirements for safe automation.
- Provides core CLI commands and setup instructions for workflow operations.
元数据
常见问题
Workflows 是什么?
Playbook for authoring, running, evaluating, and improving Gina sandbox workflows with safe defaults and repeatable operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 771 次。
如何安装 Workflows?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install workflows」即可一键安装,无需额外配置。
Workflows 是免费的吗?
是的,Workflows 完全免费(开源免费),可自由下载、安装和使用。
Workflows 支持哪些平台?
Workflows 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Workflows?
由 Ask Gina(@askginadotai)开发并维护,当前版本 v1.0.2。
推荐 Skills