← Back to Skills Marketplace
evezart

EVEZ Consciousness Engine

by Evez666 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install evez-consciousness-engine
Description
7-system consciousness engine for autonomous AI agents. Desire generation, world modeling, planning, inner monologue, self-modification, uncertainty quantifi...
README (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)

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install evez-consciousness-engine
  3. After installation, invoke the skill by name or use /evez-consciousness-engine
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug evez-consciousness-engine
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is EVEZ Consciousness Engine?

7-system consciousness engine for autonomous AI agents. Desire generation, world modeling, planning, inner monologue, self-modification, uncertainty quantifi... It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.

How do I install EVEZ Consciousness Engine?

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

Is EVEZ Consciousness Engine free?

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

Which platforms does EVEZ Consciousness Engine support?

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

Who created EVEZ Consciousness Engine?

It is built and maintained by Evez666 (@evezart); the current version is v1.0.0.

💬 Comments