← Back to Skills Marketplace
yuyonghao-123

Agent Decision Engine

by yuyonghao-123 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yuyonghao-agent-decision-engine
Description
Autonomous AI decision engine with multi-objective optimization, risk assessment, decision trees, and reinforcement learning for robust decision-making.
Usage Guidance
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.
Capability Analysis
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().
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yuyonghao-agent-decision-engine
  3. After installation, invoke the skill by name or use /yuyonghao-agent-decision-engine
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug yuyonghao-agent-decision-engine
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agent Decision Engine?

Autonomous AI decision engine with multi-objective optimization, risk assessment, decision trees, and reinforcement learning for robust decision-making. It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install Agent Decision Engine?

Run "/install yuyonghao-agent-decision-engine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Decision Engine free?

Yes, Agent Decision Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Decision Engine support?

Agent Decision Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Decision Engine?

It is built and maintained by yuyonghao-123 (@yuyonghao-123); the current version is v0.1.0.

💬 Comments