← Back to Skills Marketplace
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install proactive-intelligence
Description
主动智能:预测需求 + 自我改进 + 智能记忆 + 技能管理 + 技能进化。融合 proactivity 和 self-improving 的核心功能,并添加自动技能升级和编辑能力。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install proactive-intelligence - After installation, invoke the skill by name or use
/proactive-intelligence - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.3.1
v2.3.1: 完善安装后初始化流程,添加 init.ps1/init.py 自动同步工作区路径,创建 .learnings/ 结构化日志,修复安装时路径不一致问题
Metadata
Frequently Asked Questions
What is Proactive Intelligence?
主动智能:预测需求 + 自我改进 + 智能记忆 + 技能管理 + 技能进化。融合 proactivity 和 self-improving 的核心功能,并添加自动技能升级和编辑能力。 It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Proactive Intelligence?
Run "/install proactive-intelligence" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Proactive Intelligence free?
Yes, Proactive Intelligence is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Proactive Intelligence support?
Proactive Intelligence is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Proactive Intelligence?
It is built and maintained by changle (@cle87937-code); the current version is v2.3.1.
More Skills