← 返回 Skills 市场
sieyer

Neon Soul 0.4.5

作者 Sieyer · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
492
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install neon-soul-0-4-5
功能描述
Automated soul synthesis for AI agents. Extracts identity from memory files, promotes recurring patterns to axioms (N>=3), generates SOUL.md with full proven...
安全使用建议
This skill appears internally coherent, but it executes a bundled JavaScript CLI that will read your agent's memory files and produce SOUL.md — which means it will process potentially highly sensitive personal data. Before installing or scheduling it to run automatically: 1) Inspect scripts/neon-soul.mjs (or run it in a sandboxed/test workspace) to confirm there are no unexpected network calls or telemetry; 2) Run a dry-run first (use --dry-run) to see what would change and what it reads; 3) Back up your memory/ and existing SOUL.md before first run; 4) Ensure Ollama runs locally and is configured securely (the skill expects http://localhost:11434); 5) If you cannot audit the bundled code, prefer running the tool only in an isolated workspace or VM. These precautions reduce risk from hidden behavior in the compiled bundle.
功能分析
Type: OpenClaw Skill Name: neon-soul-0-4-5 Version: 1.0.0 The skill is classified as suspicious primarily due to a path traversal vulnerability in `scripts/neon-soul.mjs`. The `xe` function, intended for path sanitization, allows access to any subdirectory within the user's home directory (`~`) and `/tmp`. While the skill processes only `.md` files, a malicious user could potentially direct the skill to read or overwrite sensitive `.md` files (e.g., crafted files in `~/.ssh` or `~/.aws`) by providing a controlled `--memory-path` or `--output-path` argument. Additionally, the skill executes external commands (`node`, `git`) via `execFileSync`, which, while implemented with array arguments for safety, still represents a potential RCE vector if underlying sanitization or command parsing were to fail. There is no evidence of intentional data exfiltration, backdoors, or malicious prompt injection within the skill's own instructions to the agent.
能力评估
Purpose & Capability
Name/description match what the skill does: it reads memory files, extracts patterns, and writes SOUL.md. Declared requirements (Node >=22 and a local Ollama service) are consistent with the stated LLM-driven processing engine.
Instruction Scope
SKILL.md explicitly instructs the agent to run the bundled CLI which reads memory/ and .neon-soul/ state files and writes SOUL.md and backups — this is within scope. It also recommends cron runs and provides options like --dry-run and --memory-path. Because the tool processes personal memory files, expect sensitive data to be loaded and summarized; this is expected but high-sensitivity.
Install Mechanism
No install spec (instruction-only for OpenClaw) and the script is bundled — nothing is downloaded from external URLs during install. The lack of an install process reduces install-time risk.
Credentials
The skill requests no environment variables or credentials. It does require access to local files under the workspace (memory/, .neon-soul/) and to a local Ollama endpoint, which are proportionate to its function.
Persistence & Privilege
always:false and user-invocable:true. The skill does not demand permanent inclusion or elevated platform privileges. It asks to read/write files within its own state dirs and to be scheduled optionally via cron — expected for this kind of utility.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install neon-soul-0-4-5
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /neon-soul-0-4-5 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of NEON-SOUL: Automated soul synthesis for AI agents, extracting identity from real memory files with full provenance. - Generates SOUL.md by identifying recurring patterns with incremental, cached synthesis. - No manual Q&A needed — identity emerges from actual conversations. - Includes commands to synthesize, check status, rollback, audit, and trace axioms with provenance tracking. - Designed for privacy: all data remains local and only requires a running instance of Ollama and Node.js 22+. - Adds options for cron scheduling, detailed reporting, and safe dry runs.
元数据
Slug neon-soul-0-4-5
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Neon Soul 0.4.5 是什么?

Automated soul synthesis for AI agents. Extracts identity from memory files, promotes recurring patterns to axioms (N>=3), generates SOUL.md with full proven... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 492 次。

如何安装 Neon Soul 0.4.5?

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

Neon Soul 0.4.5 是免费的吗?

是的,Neon Soul 0.4.5 完全免费(开源免费),可自由下载、安装和使用。

Neon Soul 0.4.5 支持哪些平台?

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

谁开发了 Neon Soul 0.4.5?

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

💬 留言讨论