← 返回 Skills 市场
xueyetianya

Engine

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
200
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install engine
功能描述
Rule engine reference — decision tables, Rete algorithm, forward/backward chaining, and business rule management. Use when evaluating business rules, buildin...
使用说明 (SKILL.md)

Engine — Rule Engine & Decision Logic Reference

Quick-reference skill for rule engines, decision tables, and business rule patterns.

When to Use

  • Implementing business rules that change frequently
  • Building decision trees or scoring systems
  • Choosing between rule engine approaches
  • Designing policy engines for access control or pricing
  • Separating business logic from application code

Commands

intro

scripts/script.sh intro

Overview of rule engines — types, benefits, when to use.

patterns

scripts/script.sh patterns

Rule engine patterns — forward chaining, backward chaining, Rete.

tables

scripts/script.sh tables

Decision tables — structure, completeness, and implementation.

dsl

scripts/script.sh dsl

Domain-specific languages for rules — syntax approaches and examples.

tools

scripts/script.sh tools

Rule engine tools — Drools, OPA, json-rules-engine, and more.

scoring

scripts/script.sh scoring

Scoring and ranking engines — weighted rules, multi-criteria decisions.

testing

scripts/script.sh testing

Testing rule engines — coverage, conflict detection, regression.

checklist

scripts/script.sh checklist

Rule engine implementation checklist.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Variable Description
ENGINE_DIR Data directory (default: ~/.engine/)

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to be a local documentation/reference tool implemented as a bash script and is coherent with its description. Before installing or running it, inspect the full scripts/script.sh (the provided snippet is large and was truncated here) to confirm there are no network calls, file writes to sensitive locations, or shell commands that execute other binaries with elevated privileges. Run the script in a sandbox or container if you want to be cautious. If you plan to let an agent invoke this autonomously, remember it will execute a local shell script—avoid granting the agent elevated OS privileges and verify the repo/author (bytesagain.com) if you need provenance.
功能分析
Type: OpenClaw Skill Name: engine Version: 1.0.0 The 'engine' skill is a purely educational reference tool for rule engine concepts, patterns, and tools. The implementation in `scripts/script.sh` consists entirely of static text output via heredocs, with no network activity, file system modifications, or sensitive data access.
能力评估
Purpose & Capability
The name/description (rule engine reference) matches the included assets: an instruction-only SKILL.md and a bash script that prints documentation sections. There are no unrelated environment variables or external binaries required.
Instruction Scope
SKILL.md instructs the agent to run local commands (scripts/script.sh <command>) which correspond to the documented cmd_* functions in the provided script. The only configuration mentioned is ENGINE_DIR (~/.engine/), which is reasonable for local data storage. The visible instructions do not ask the agent to read unrelated files, call external endpoints, or access secrets.
Install Mechanism
No install spec is provided (instruction-only), so nothing is downloaded or written to disk by an installer. The packaged bash script is run locally; this is low-risk but still requires the user to execute local code.
Credentials
The skill declares no required environment variables or credentials. The single configuration variable ENGINE_DIR is appropriate for a documentation/tooling skill and is proportionate to the stated purpose.
Persistence & Privilege
The skill is not forced-always and is user-invocable (normal). It does not request elevated privileges in the visible code and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install engine
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /engine 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug engine
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Engine 是什么?

Rule engine reference — decision tables, Rete algorithm, forward/backward chaining, and business rule management. Use when evaluating business rules, buildin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 200 次。

如何安装 Engine?

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

Engine 是免费的吗?

是的,Engine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Engine 支持哪些平台?

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

谁开发了 Engine?

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

💬 留言讨论