← 返回 Skills 市场
yuyonghao-123

Agent Decision Engine

作者 yuyonghao-123 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yuyonghao-agent-decision-engine
功能描述
Autonomous AI decision engine with multi-objective optimization, risk assessment, decision trees, and reinforcement learning for robust decision-making.
安全使用建议
This package appears to implement decision-making modules (decision tree, risk assessor, multi-objective optimizer, and a Q-learning learner) but the SKILL.md shows a different API (a single DecisionEngine class) that does not exist in src/. Before installing or enabling this skill: 1) Do not assume the SKILL.md usage examples will work — either the author forgot to include a wrapper class, or the documentation is stale. 2) Inspect src/index.js and the module exports; if you expect a single DecisionEngine API, ask the author to provide the wrapper or adapt your code to import the modules individually (e.g., import { MultiObjective, RiskAssessor, ReinforcementLearner } from './src'). 3) Verify tests locally (npm run test) to ensure the modules run as you expect. 4) Note there is no homepage/author and the owner ID is an opaque string—treat the source as untrusted until provenance is confirmed. 5) Although there are no network calls or credential requests in the code, always run third-party code in a sandbox or isolated environment before using it with sensitive data. If the project is updated to include a DecisionEngine implementation consistent with SKILL.md (or the documentation is corrected), the mismatch concern would be resolved and the skill could be considered coherent.
功能分析
Type: OpenClaw Skill Name: yuyonghao-agent-decision-engine Version: 0.1.0 The skill bundle provides a legitimate set of mathematical and algorithmic tools for decision-making, including Q-Learning, Pareto optimization, and decision trees. Analysis of the source code (src/decision-tree.js, src/reinforcement-learner.js, etc.) reveals no evidence of data exfiltration, malicious execution, or prompt injection; the condition parser in the decision tree module safely uses regex and standard comparison operators instead of risky functions like eval().
能力评估
Purpose & Capability
The SKILL.md and description claim an integrated "DecisionEngine" class that exposes methods like optimize(), assessRisk(), buildDecisionTree(), and qLearn() on a single instance. The code in src/ exports separate modules (DecisionTree, RiskAssessor, MultiObjective, ReinforcementLearner) and default-exports DecisionTree; there is no DecisionEngine wrapper class. That mismatch means the stated purpose (a single combined engine) is not implemented by the provided code.
Instruction Scope
SKILL.md usage examples instruct importing { DecisionEngine } from './src/index.js' and calling engine.qLearn(...). Those instructions will fail against the provided src/index.js exports. Aside from the API mismatch, the instructions are otherwise narrow and do not request reading files, credentials, or sending data externally — no scope creep to external endpoints is present.
Install Mechanism
No install spec is provided (instruction-only install), and all code is included in the package. There are no downloads, postinstall scripts, or external installers. This is low-risk from an installation mechanism standpoint.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code does not reference external secrets or environment access. Requested privileges are proportionate (none).
Persistence & Privilege
Flags indicate always:false and default autonomous invocation allowed. The skill does not request persistent system privileges, does not modify other skills, and does not perform any self-enablement steps in the package.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yuyonghao-agent-decision-engine
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yuyonghao-agent-decision-engine 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Agent Decision Engine: - Multi-objective optimization with configurable weights and constraints using Pareto optimization. - Built-in risk assessment tools: probability evaluation, impact analysis, and risk matrices. - Support for decision trees: build, evaluate, prune, and visualize decision paths. - Reinforcement learning capabilities via Q-Learning with customizable reward functions.
元数据
Slug yuyonghao-agent-decision-engine
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agent Decision Engine 是什么?

Autonomous AI decision engine with multi-objective optimization, risk assessment, decision trees, and reinforcement learning for robust decision-making. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 Agent Decision Engine?

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

Agent Decision Engine 是免费的吗?

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

Agent Decision Engine 支持哪些平台?

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

谁开发了 Agent Decision Engine?

由 yuyonghao-123(@yuyonghao-123)开发并维护,当前版本 v0.1.0。

💬 留言讨论