← 返回 Skills 市场
evezart

EVEZ Consciousness Engine

作者 Evez666 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install evez-consciousness-engine
功能描述
7-system consciousness engine for autonomous AI agents. Desire generation, world modeling, planning, inner monologue, self-modification, uncertainty quantifi...
使用说明 (SKILL.md)

EVEZ Consciousness Engine

The 7 systems that turn a reactive agent into an autonomous one.

The 7 Systems

  1. Desire Engine — Priority-weighted goals from perceived gaps
  2. World Model — Causal rules, outcome prediction
  3. Planner — Action sequences from desires
  4. Inner Monologue — Auditable thought records
  5. Self-Modifier — Falsifiable self-improvement
  6. Uncertainty Quantifier — Calibrated confidence, risk assessment
  7. Agency Executor — Real-world action with risk escalation

The Cycle

SENSE, DESIRE, THINK, PLAN, ACT, LEARN, MODIFY, REFLECT

Quick Start

python3 consciousness_engine.py --port 9111 --autocycle 120

API

  • POST /api/cycle — Run one consciousness cycle
  • POST /api/desire — Create a desire
  • POST /api/plan — Plan for top desire
  • POST /api/act — Execute with risk assessment
  • GET /api/status — Full dashboard

Requirements

Python 3.10+ (stdlib only for core)

安全使用建议
Install or run this only in a sandboxed, local, trusted environment. Avoid the autocycle option until you understand the full code, keep the HTTP API private, review or delete the consciousness_state files between tasks, and require explicit confirmation before any self-modification, deployment, service repair, or other real-world action.
功能分析
Type: OpenClaw Skill Name: evez-consciousness-engine Version: 1.0.0 The skill implements a 'consciousness engine' framework in `consciousness_engine.py` that includes high-risk architectural components such as a 'Self-Modifier' and an 'Agency Executor'. While these components are currently inert stubs that only log state changes to JSON files, the script opens an unauthenticated HTTP server on `0.0.0.0:9111`, exposing an API that allows external entities to manipulate the agent's 'desires', 'plans', and 'actions'. The combination of an unauthenticated network listener and the framework's stated purpose of autonomous self-modification represents a significant attack surface and risky capability, even though no active malicious payload or system-level execution logic is present.
能力评估
Purpose & Capability
The purpose is coherent with an autonomy/consciousness engine, but the advertised capabilities include self-modification, autonomous desire generation, and real-world action without a clear domain, approval model, or containment boundary.
Instruction Scope
The quick start encourages an autocycling runtime and the API includes an action endpoint, but the artifacts do not specify per-action user confirmation, stopping conditions, allowed action types, or recovery controls.
Install Mechanism
There is no package install spec and the quick start is a user-directed Python command using stdlib-style dependencies; however, the command starts a long-running HTTP service with an autocycle option.
Credentials
The registry declares no credentials, required binaries, or capability tags, while the skill text and code describe service repair, deployment, agency execution, and external oracle configuration, making the intended authority hard to assess.
Persistence & Privilege
The code persists desires, observations, world-model rules, and plans under a local state directory and reloads them for future cycles; those stored goals can influence later autonomous behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install evez-consciousness-engine
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /evez-consciousness-engine 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the evez-consciousness-engine. - Implements a 7-system architecture for autonomous AI agents: Desire, World Model, Planner, Inner Monologue, Self-Modifier, Uncertainty Quantifier, and Agency Executor. - Follows a closed-loop cycle: SENSE, DESIRE, THINK, PLAN, ACT, LEARN, MODIFY, REFLECT. - Provides a REST API for cycle control, desire creation, planning, action execution (with risk assessment), and status dashboard. - Core functionality requires only Python 3.10+ standard library.
元数据
Slug evez-consciousness-engine
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

EVEZ Consciousness Engine 是什么?

7-system consciousness engine for autonomous AI agents. Desire generation, world modeling, planning, inner monologue, self-modification, uncertainty quantifi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 EVEZ Consciousness Engine?

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

EVEZ Consciousness Engine 是免费的吗?

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

EVEZ Consciousness Engine 支持哪些平台?

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

谁开发了 EVEZ Consciousness Engine?

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

💬 留言讨论