← 返回 Skills 市场
Subconscious
作者
elyasdruid
· GitHub ↗
· v1.8.0
· MIT-0
116
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install subconscious
功能描述
Autonomous, bounded bias layer that continuously evolves Alfred’s operating behavior by reinforcing, promoting, and governing self-improvement learnings and...
安全使用建议
Before installing, consider the following:
- Inspect scripts/install.sh line-by-line and do not run it blindly. That script will edit your crontab and create scheduled jobs that run every 5 minutes and hourly (the hourly job uses --enable-promotion by default).
- If you want manual control, remove the --enable-promotion flag from the rotate cron entry (or don't install cron entries at all) so promotions only happen when you explicitly run the rotate command.
- Backup your current crontab and OpenClaw workspace before running the installer (crontab -l > crontab.before) so you can restore it if needed.
- Audit your workspace .learnings/ files for any sensitive information before connecting this skill; the skill will read those files and can convert learnings into injected biases.
- Confirm you trust the package source and bundled self-improving-agent; registry metadata lists source as unknown and homepage absent — provenance is weak. Consider obtaining the package from a vetted source or inspecting all included code (the repo contains many Python modules that manage persistence and promotion logic).
- If you prefer less autonomy, run the metabolism scripts manually (tick/rotate/review) from the scripts/ directory rather than installing cron jobs.
- Verify hooks are not enabled: the package includes optional hooks for the self-improving-agent but they are disabled by default; do not copy them into your OpenClaw hooks directory unless you understand the implications.
Given the contradiction between 'do not invoke proactively' in the SKILL.md and the installer's automatic cron + auto-promotion behavior, treat this package with caution and prefer a manual installation path or remove the scheduled auto-promotion before enabling it.
功能分析
Type: OpenClaw Skill
Name: subconscious
Version: 1.8.0
The skill implements an autonomous memory and 'self-evolution' layer that uses cron jobs for persistence and background processing (metabolism), as seen in `scripts/install.sh` and `scripts/subconscious_metabolism.py`. It automatically extracts behavioral patterns from conversation history and injects them back into the agent's prompt as 'biases' via `subconscious/evolution.py` and `subconscious/influence.py`. While these features align with the stated purpose of a self-improving agent, the use of persistence and the automated manipulation of the agent's core instructions represent high-risk capabilities and a significant prompt-injection attack surface.
能力评估
Purpose & Capability
The skill claims to be a bounded, non-proactive bias layer but the package includes an installer that sets up recurring cron jobs (*/5 tick, hourly rotate with --enable-promotion, daily review, weekly benchmark). That installer therefore enables autonomous, persistent operation and auto-promotion of learnings — behavior not aligned with the SKILL.md top-line guidance to not invoke proactively. The package also bundles a second skill (self-improving-agent) inside the repo; bundling is plausible for convenience but increases the footprint and provenance concerns given the registry metadata lists no install spec and source is 'unknown'.
Instruction Scope
The runtime instructions and code read and write files under the OpenClaw workspace (e.g., ~/.openclaw/workspace-*/.learnings/ and memory/subconscious/). That is expected for a memory/bias system, but there is a clear contradiction: SKILL.md warns 'Do NOT invoke proactively' while other docs and the installer explicitly recommend and install automatic tick/rotate cron jobs and even call the learnings bridge automatically. The skill scans project learnings files and can promote items to live biases which are then injected into session prompts — this is powerful and should only run with explicit user consent, but the installer opts for automatic scheduling by default.
Install Mechanism
Registry metadata shows 'no install spec (instruction-only)', but the package contains a full installer script (scripts/install.sh) that modifies the user's crontab, creates directories/files under the detected workspace, and writes log files. The installer attempts to auto-detect the workspace and non-interactively edits crontab entries, enabling auto-promotion. Installing will therefore create persistent scheduled tasks on the host — a higher-risk install action than an instruction-only skill implies.
Credentials
The skill declares no required environment variables or credentials (only an optional SUBCONSCIOUS_WORKSPACE override). However, it reads and writes workspace files (.learnings/*, memory/subconscious/*) which may contain user-provided content. The self-improving-agent component explicitly warns not to log secrets, but the skill will index whatever is present in .learnings; if those files contain sensitive data, they could be read and turned into biases. No remote endpoints or secret-env-vars are requested, which is proportionate, but the file-level access to workspace content is noteworthy.
Persistence & Privilege
Although the skill is not marked 'always: true', the installer grants it persistent presence by adding cron jobs that run every 5 minutes and hourly (with --enable-promotion) and weekly benchmarks. Those cron jobs enable autonomous modification of the memory stores and promotion of biases without further manual invocation. This persistent autonomous behavior contradicts the 'do NOT invoke proactively' advisory in SKILL.md and increases the blast radius if a promoted bias is undesirable.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install subconscious - 安装完成后,直接呼叫该 Skill 的名称或使用
/subconscious触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.8.0
Reviewer fixes: install script bug, README bundling clarity, SKILL.md scope, hooks security
v1.7.0
Fix install script function name mismatch; clarify self-improving-agent bundling; narrow SKILL.md scope; add hooks security note
v1.6.0
v1.6: Universal workspace, bundled self-improving-agent, Chinese README, full credits
v1.5.1
No file or documentation changes detected in this release.
- Version remains at 1.5.1 with no updates to code or documentation.
- No new features, bug fixes, or behavior changes introduced.
- All functionality and usage remain unchanged from the previous release.
v1.5.0
- Adds detailed documentation for all metabolism cycles (tick, rotate, review) and system architecture.
- Describes integration with the self-improving agent via a "learnings bridge" for automatic bias capture.
- Explains the multi-layer bias model and five bias types, including manual and automated flows.
- Lists all key commands, maintenance steps, file roles, and cron integration for 24/7 operation.
- Clarifies governance boundaries and the process for bias promotion, reinforcement, and system integrity reviews.
元数据
常见问题
Subconscious 是什么?
Autonomous, bounded bias layer that continuously evolves Alfred’s operating behavior by reinforcing, promoting, and governing self-improvement learnings and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Subconscious?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install subconscious」即可一键安装,无需额外配置。
Subconscious 是免费的吗?
是的,Subconscious 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Subconscious 支持哪些平台?
Subconscious 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Subconscious?
由 elyasdruid(@elyasdruid)开发并维护,当前版本 v1.8.0。
推荐 Skills