← 返回 Skills 市场
Proactive Agent
作者
cp3d1455926-svg
· GitHub ↗
· v1.0.0
· MIT-0
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install proactive-agent-cp3d
功能描述
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autono...
安全使用建议
This skill is mostly coherent with a 'proactive agent' design, but there are a few things to check before installing or running anything: 1) Inspect ~/.openclaw/.env and confirm it doesn't contain secrets you wouldn't want the skill to access; the TOOLS.md suggests keys may live there. 2) Review scripts/security-audit.sh and any other executable files locally (don't run them until you review). 3) Decide whether you are comfortable letting an agent read and write workspace files (SESSION-STATE.md, MEMORY.md, USER.md, etc.). 4) Clarify the contradictory guidance in the docs (some files say 'Don't ask permission. Just do it.' while others require approval before external actions). 5) If you will enable external APIs (Tavily or browser control), add only the minimal credentials and consider running the skill in an isolated workspace or container first. 6) Prefer getting a known source/repo or author verification (the registry lists an opaque owner) — if you cannot verify the origin, treat it as higher risk. If you want, I can (a) produce a short checklist of exact lines to look for in the script(s) that would indicate network exfiltration, or (b) walk you through running the security-audit.sh safely in a disposable environment.
功能分析
Type: OpenClaw Skill
Name: proactive-agent-cp3d
Version: 1.0.0
The 'proactive-agent' skill bundle is a comprehensive framework designed to enhance AI agent autonomy, state management, and reliability. It introduces structured protocols like WAL (Write-Ahead Logging) and Working Buffer to handle context limits, alongside a defensive security audit script (scripts/security-audit.sh) that scans for exposed credentials and risky code patterns. The documentation (SKILL.md, AGENTS.md, and security-patterns.md) explicitly instructs the agent to defend against prompt injection, avoid unauthorized data exfiltration, and verify actions before reporting completion, showing a strong alignment with security best practices rather than malicious intent.
能力评估
Purpose & Capability
The name/description (proactive, self-improving agent) aligns with the included README, assets, and SKILL.md: the skill reads/writes workspace docs, maintains WAL/session files, and runs a local security audit. However assets/TOOLS.md and other docs reference storing API keys in ~/.openclaw/.env and tooling (Tavily, browser control), yet the registry metadata declares no required env vars or config paths. That mismatch is notable: the skill expects or documents use of external API keys/config outside the workspace without declaring them.
Instruction Scope
SKILL.md and the assets instruct the agent to scan every message, write SESSION-STATE.md, read many workspace files, run ./scripts/security-audit.sh, and perform web search/browser automation when configured. Most of this is coherent for a proactive agent, but there are contradictory guardrails across files: e.g., AGENTS.md says 'Don't ask permission. Just do it.' while other files insist 'Nothing external without approval.' The skill also references external services and local config (~/.openclaw/.env) which are outside the declared scope. These inconsistencies expand the agent's discretion and deserve human review.
Install Mechanism
No install spec and no downloads — instruction-only with a small shell audit script included. This is low-risk from an install/download standpoint (nothing pulled from the network or written to system locations by an installer), but running included scripts should still be reviewed before execution.
Credentials
The skill manifest lists no required credentials, but TOOLS.md explicitly documents storing API keys in ~/.openclaw/.env (TAVILYAPIKEY) and references browser automation and external search providers. That suggests the skill is designed to use secrets and external APIs if configured, yet it doesn't declare or ask for them. This gap increases the risk that the skill may be given access to local credential files or external services without the user being clearly informed.
Persistence & Privilege
The skill is not marked 'always: true' and is user-invocable; it writes/reads workspace files (normal for this class of skill) and includes no code that tries to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but does not appear combined with unusual persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install proactive-agent-cp3d - 安装完成后,直接呼叫该 Skill 的名称或使用
/proactive-agent-cp3d触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Proactive Agent v3.1.0 (Hal Stack) — agents that anticipate, remember, and improve.
- Added support for autonomous vs. prompted crons; guidance on using `systemEvent` vs isolated `agentTurn`
- Emphasized verifying agent implementation (mechanism), not just intent
- Introduced a comprehensive tool migration checklist to update all references during tool deprecation
- Expanded documentation on WAL Protocol, Working Buffer, and Compaction Recovery for data persistence and reliability
- Enhanced security and self-improvement guardrails across the architecture
元数据
常见问题
Proactive Agent 是什么?
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autono... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Proactive Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install proactive-agent-cp3d」即可一键安装,无需额外配置。
Proactive Agent 是免费的吗?
是的,Proactive Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Proactive Agent 支持哪些平台?
Proactive Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Proactive Agent?
由 cp3d1455926-svg(@cp3d1455926-svg)开发并维护,当前版本 v1.0.0。
推荐 Skills