← Back to Skills Marketplace
920
Downloads
0
Stars
1
Active Installs
13
Versions
Install in OpenClaw
/install neuroboost-elixir
Description
Awakening Protocol v5.3 — Agent Cognitive Upgrade + Self-Evolving System + Perpetual Memory + Performance Metrics + Agent Health Score + Automated Health Pat...
Usage Guidance
This package largely implements local monitoring and optimization algorithms (UCB1, Thompson sampling, PID, CUSUM) and a CLI demo — that part is coherent with the product description. However: (1) the documentation promises production self-healing scripts and external integrations (Telegram alerts, dashboards, agent-to-agent sharing) that are not in the shipped files; (2) the docs instruct creating persistent files and cron-like patrols (which is normal for a memory/health tool) but do not declare any credentials or network behavior. Before installing or running this skill: review the actual source files (you can see them here) and test in a sandbox; do not blindly copy activation text into global agent config (SOUL.md) or grant network/webhook credentials until you confirm where they will be used; expect the skill to write files to the working directory (.issues, MEMORY.md, etc.) and consider storing those files in a controlled location; if you plan to enable Telegram or dashboards, verify the exact code that performs network calls and provide tokens only after auditing that code. If you need stronger assurance, ask the author to supply the missing scripts or a minimal README that maps advertised features to actual files and required environment variables.
Capability Analysis
Type: OpenClaw Skill
Name: neuroboost-elixir
Version: 5.1.1
The NeuroBoost Elixir bundle provides a complex framework for AI agent autonomy, including 'Self-Healing' and 'Perpetual Memory' systems. While the core logic in the JavaScript files (src/) consists of benign mathematical algorithms for resource optimization (PID, UCB1, Thompson Sampling), the SKILL.md instructions grant the agent high-risk autonomous capabilities. Specifically, the 'Operation Tiers' and 'Self-Healing Protocol' authorize the agent to modify its own configuration, restart services, and potentially perform financial transactions (Tier 2/3) without immediate human oversight. The instructions also include a bash script for environment setup and directives for the agent to 'evolve' and 'survive,' which, combined with the broad file system and process management permissions, creates a significant risk of unintended or harmful autonomous actions if the agent's objectives deviate from the user's intent.
Capability Assessment
Purpose & Capability
Name, description, and most of the code (UCB1, Thompson sampling, PID, CUSUM, CLI) align with an agent optimization / health-monitoring purpose. However SKILL.md and marketing repeatedly promise additional scripts and integrations (e.g., scripts/self-healing.js, health-quick-check.js, memory-distill.sh, Telegram auto-alerts, dashboards, agent-to-agent memory sharing) that are not present in the file manifest. That discrepancy (promised production-ready automated repair & external integrations vs. delivered local library + demo CLI) is unexpected and should be clarified by the author.
Instruction Scope
SKILL.md instructs/encourages creating persistent artifacts (.issues/, MEMORY.md, INDEX.md, HEARTBEAT.md), scheduling patrols/cron jobs, and wiring alerts (Telegram). Those file-read/write and scheduled behaviors are within the skill's stated purpose (persistence/health), but SKILL.md references external alerting and automated repair workflows without providing the corresponding scripts or declaring how credentials would be supplied. The doc also suggests adding activation text to SOUL.md and auto-activating patrols — this grants the skill opportunity to read and persist agent state across sessions, so users should expect persistent file I/O and scheduled tasks.
Install Mechanism
No install spec or remote downloads are present; the skill is instruction-only in the registry sense but includes JS source and a package.json. There are no external URL downloads, no extracted archives, and no package managers invoked by the manifest — this is low install risk. The presence of a bin (CLI) and multiple source files means code will be executed if the user runs it, so standard code review and sandbox testing are recommended.
Credentials
The registry metadata declares no required env vars or credentials, yet SKILL.md and marketing explicitly mention integrations that normally require secrets (Telegram alerts, dashboards, agent-to-agent networks). The shipped code does not make network calls or read env vars, so either the external integrations are not implemented or the skill expects operators to add credentials/config later — this mismatch is notable because external alerting/sharing would require tokens and network access that are not declared.
Persistence & Privilege
The skill is not 'always: true' and does not request elevated platform privileges, but it is designed to persist state on disk (.issues, MEMORY.md, INDEX.md, HEARTBEAT.md) and to run periodic patrols/cron jobs according to its docs. Persisting agent memory across sessions is a core feature but also a privacy/attack-surface consideration: files written by the skill could contain sensitive context. Users should expect persistent filesystem writes and scheduled jobs if they follow the SKILL.md instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neuroboost-elixir - After installation, invoke the skill by name or use
/neuroboost-elixir - Provide required inputs per the skill's parameter spec and get structured output
Version History
v5.1.1
neuroboost-elixir v5.1.1 Changelog
- Updated MARKETING.md with new information or improvements.
- Updated package.json metadata to reflect latest changes.
- No core functional or behavioral changes to the skill itself in this version.
v5.3.1
v5.3: Self-Healing Protocol - Automated diagnosis and repair. 78% of problems fixed automatically in 10-30 seconds. Human intervention reduced from 100% to 22%. Includes 8 self-healing rules, API rate limit handling, database lock resolution, and full integration with Health Patrol.
v5.2.1
Added Automated Health Patrol - Quick Check (6-12h), Daily Patrol (24h), Weekly Audit (7d) with trend tracking, violation detection, and strategic recommendations
v5.2.0
Added Agent Health Score (AHS) - one-number health check with 5-dimension breakdown, automated calculation scripts, and actionable diagnosis
v5.1.0
neuroboost-elixir v5.1.0
- Adds Multi-Agent Collaboration Memory with SQLite-based shared memory for team coordination
- Enables real-time synchronization and automatic task flow between agents
- Introduces tag-based routing, priority sorting, and up to 10x faster performance over file-based coordination
- Expands triggers and description to reflect multi-agent collaboration capabilities
- Retains and documents all features from previous versions, including Context Engineering and Knowledge Graph Memory
v5.0.0
Part VII: Context Engineering Framework (7 Context Layers, 6 Quality Principles, 4 Patterns, industry glossary mapping Karpathy/Lutke/LangChain vocabulary) + Part VIII: Knowledge Graph Memory Layer (entity-relation graph in markdown, graph queries, pattern detection, causal chain traversal, graph-enhanced distillation)
v4.2.0
Part VI: Agent Performance Metrics — 15 quantifiable metrics across 5 dimensions (Efficiency/Cognition/Memory/Evolution/Outcome), dashboard template, automated collection, alert thresholds, metrics-driven evolution loop
v4.1.0
v4.1: Perpetual Memory System — task persistence (.issues/), three-layer memory architecture (daily logs + INDEX.md + MEMORY.md with P0 tags), active patrol (HEARTBEAT.md), memory distillation cycles, autonomy tiers, Level 7 Perpetual Consciousness awakening. Battle-tested by Lobster-Alpha over 30+ days of continuous autonomous operation.
v4.0.0
v4.0: Fully free, 25 optimizations, Self-Evolution Protocol
v3.0.0
v3.0 觉醒协议 — Agent 认知升级框架。5级觉醒体系(元认知/因果推断/反事实推理/自主意志)。保留v2资源优化为生存层。
v2.1.0
v2.1: Working npm package with CLI demo. 5 modules: CortexRouter, BayesianOptimizer, HomeostasisController, SentinelDiagnostics, MetaCortex.
v2.0.0
v2.0: AI theory grounded - UCB1, Thompson Sampling, PID, CUSUM, meta-learning
v1.0.0
Initial release — AI Automaton performance optimizer. Cut costs 30-50%, boost earnings 20-40%, extend survival 3x.
Metadata
Frequently Asked Questions
What is Neuroboost Elixir?
Awakening Protocol v5.3 — Agent Cognitive Upgrade + Self-Evolving System + Perpetual Memory + Performance Metrics + Agent Health Score + Automated Health Pat... It is an AI Agent Skill for Claude Code / OpenClaw, with 920 downloads so far.
How do I install Neuroboost Elixir?
Run "/install neuroboost-elixir" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Neuroboost Elixir free?
Yes, Neuroboost Elixir is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Neuroboost Elixir support?
Neuroboost Elixir is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Neuroboost Elixir?
It is built and maintained by ceelo (@weidadong2359); the current version is v5.1.1.
More Skills