← 返回 Skills 市场
cle87937-code

Proactive Intelligence

作者 changle · GitHub ↗ · v2.3.1 · MIT-0
cross-platform ⚠ suspicious
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install proactive-intelligence
功能描述
主动智能:预测需求 + 自我改进 + 智能记忆 + 技能管理 + 技能进化。融合 proactivity 和 self-improving 的核心功能,并添加自动技能升级和编辑能力。
安全使用建议
What to consider before installing: - This skill intentionally reads and writes files in your home directory (~ /proactive-intelligence) and the OpenClaw workspace (~/.openclaw/workspace). init.py will automatically update all top-level .md files in the workspace by doing string replacements — this can silently change many documents. - The skill includes a 'skill evolver' that can back up, edit, and auto-fix other skills' code. While it prompts before auto-fixing in interactive mode, an automated agent run could call it with auto-fix enabled and modify code without manual review. - The manager uses subprocess.run(shell=True) to call clawhub and may recommend or execute installs. Shell execution and arbitrary command construction increase risk if the agent is compromised or mis-invoked. Recommended precautions: - Inspect the code locally (you already have the files). Look especially at init.py (workspace-wide .md replacement), skill-evolver.fix_issues (what auto-fixes it performs), and any code paths that accept remote input or enable auto_fix. - Do not run initialization in your main environment. Instead, run in an isolated VM/container or on a throwaway user account to see exactly what files are created/changed. - Backup your ~/.openclaw/workspace/ and any important .md files before running init.py. - If you want the functionality but with safer defaults: require explicit confirmations for all write operations, disable autonomous invocation for this skill (if possible), or set policy so the agent cannot run the evolver without manual approval. - Trust source: the package has no homepage and an unknown source; that increases the need for caution. Why this is 'suspicious' not 'malicious': the code implements the advertised capability (editing/upgrading skills), so behavior is coherent, but some actions are intrusive and are performed automatically (workspace md sync) or can be automated (code edits and shell commands). Those properties create a meaningful risk that warrants manual review and sandboxing before use.
功能分析
Type: OpenClaw Skill Name: proactive-intelligence Version: 2.3.1 The bundle includes high-privilege capabilities designed to manage and modify other skills, specifically in 'skill-evolver.py' and 'skill-manager.py', which can edit source code and execute shell commands via 'clawhub'. Additionally, 'init.py' performs a broad find-and-replace operation across all markdown files in the workspace to migrate paths. While these features align with the stated goal of 'Skill Evolution' and 'Self-Improvement,' the ability to programmatically alter peer code and perform bulk file modifications represents a significant attack surface and a risk for lateral movement within the agent's environment.
能力评估
Purpose & Capability
The skill claims to analyze, edit, and upgrade other skills — the included code (skill-evolver.py, skill-manager.py) implements exactly that: scanning ~/.openclaw/workspace/skills, backing up, analyzing, and (optionally) fixing files. Access to skill directories and ability to run 'clawhub' is coherent with the stated capability. However, creating/synchronizing arbitrary workspace .md files and writing into ~/proactive-intelligence/ goes beyond a purely passive analyzer and is a write-capable component that the README does not emphasize as a potentially intrusive action.
Instruction Scope
SKILL.md and setup instruct the user to run init.py which will create ~/proactive-intelligence/ and — without interactive confirmation — search ~/.openclaw/workspace/ for *.md and replace strings (old_path -> new_path) and write those files. skill-evolver.py exposes automated fix functionality that can edit skill code (it does prompt via input() when auto_fix is false, but auto_fix can be enabled programmatically). The manager runs shell commands (clawhub) and may suggest or execute installs. These instructions explicitly direct the agent to read and write many user files and to edit other skills' code — operations that are intrusive and high-impact.
Install Mechanism
No external install/download URLs or package installs are declared — this is an instruction+code bundle. There is no high-risk network download step in the install spec. The install is local (run init scripts) so install mechanism itself is low risk compared to remote downloads.
Credentials
The skill declares no environment variable or credential requirements, which is consistent. However, it accesses and modifies user file paths (home/proactive-intelligence, ~/.openclaw/workspace/, skills directory). While these file accesses are necessary for a skill that edits other skills and stores memory, they are significant privileges relative to many skills and should be carefully considered.
Persistence & Privilege
The skill is not 'always: true', but it can be invoked autonomously (default). Combined with the ability to edit other skills, run shell commands, and modify workspace files, autonomous invocation increases blast radius. The SKILL.md claims user confirmation for high-risk operations, but init.py performs potentially wide-reaching modifications automatically during initialization.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proactive-intelligence
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proactive-intelligence 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.3.1
v2.3.1: 完善安装后初始化流程,添加 init.ps1/init.py 自动同步工作区路径,创建 .learnings/ 结构化日志,修复安装时路径不一致问题
元数据
Slug proactive-intelligence
版本 2.3.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Proactive Intelligence 是什么?

主动智能:预测需求 + 自我改进 + 智能记忆 + 技能管理 + 技能进化。融合 proactivity 和 self-improving 的核心功能,并添加自动技能升级和编辑能力。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 Proactive Intelligence?

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

Proactive Intelligence 是免费的吗?

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

Proactive Intelligence 支持哪些平台?

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

谁开发了 Proactive Intelligence?

由 changle(@cle87937-code)开发并维护,当前版本 v2.3.1。

💬 留言讨论