← Back to Skills Marketplace
Proactivity.BAK
by
panwang813
· GitHub ↗
· v1.0.0
· MIT-0
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install proactivity-bak
Description
Anticipates needs, keeps work moving, and improves through use so the agent gets more proactive over time.
Usage Guidance
This skill appears to do what it says: keep a local proactive state in ~/proactivity/ and only touch other workspace files with explicit approval. Before installing: 1) ask the publisher to explain the metadata mismatches (ownerId, slug, and version) and confirm which package is the authoritative one; 2) review any workspace snippets the skill proposes before approving writes to AGENTS/TOOLS/SOUL/HEARTBEAT; 3) be aware that the skill will store local notes which might include sensitive info — consider whether ~/proactivity/ is an appropriate location and whether you want the recommended file permission changes; 4) if you need higher assurance, request a signed/verified release or run the skill in a sandboxed environment first.
Capability Analysis
Type: OpenClaw Skill
Name: proactivity-bak
Version: 1.0.0
The 'proactivity' skill bundle is designed to enhance an AI agent's autonomy by managing local state and anticipating user needs. It establishes a structured directory in `~/proactivity/` using standard shell commands (`mkdir`, `touch`) and applies restrictive file permissions (`chmod 600/700`) to protect the data. While the instructions in `setup.md` and `SKILL.md` encourage the agent to be more autonomous and modify workspace configuration files (SOUL, AGENTS, TOOLS), they consistently mandate explicit user approval and the presentation of exact diffs before any changes are made. No evidence of data exfiltration, unauthorized network access, or malicious persistence was found.
Capability Assessment
Purpose & Capability
The declared purpose (make the agent more proactive) aligns with the files it reads/writes (~/proactivity/). However there are packaging/metadata inconsistencies: registry Owner ID (kn7d3335...) does not match _meta.json ownerId (kn73vp5...), the skill slug/name (Proactivity.BAK) differs from SKILL.md slug (proactivity), and published/versions differ (registry lists v1.0.0; SKILL.md and _meta.json show v1.0.1). These mismatches could be benign (packaging or backup variant) but should be clarified.
Instruction Scope
SKILL.md instructs only local operations in ~/proactivity/ and to read workspace files (AGENTS/TOOLS/SOUL/HEARTBEAT) only when user requests integration. It explicitly requires showing diffs and asking approval before writing outside ~/proactivity/. No network calls or secrets are requested in the instructions.
Install Mechanism
Instruction-only skill with no install spec and no code files. No downloads or archives — lowest-risk install profile.
Credentials
The skill requests no environment variables, no binaries, and no credentials. It stores local notes in ~/proactivity/ which may contain sensitive details depending on user use — this is expected but worth noting.
Persistence & Privilege
always is false and the skill is instruction-only. It creates and manages a local folder (~/proactivity/) and asks for explicit approval before touching workspace files. No elevated privileges requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install proactivity-bak - After installation, invoke the skill by name or use
/proactivity-bak - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Strengthens proactive behavior with reverse prompting, self-healing, working-buffer recovery, and clearer SOUL and AGENTS setup.
- Proactive agent now anticipates needs, keeps work moving, and improves through use.
- Supports fast recovery from interruptions and context loss via session state and volatile working-buffer.
- Safeguards against unwanted actions: never edits outside `~/proactivity/` or acts externally without explicit user approval.
- Heartbeat system keeps follow-through within learned boundaries.
- Expanded documentation for setup, architecture, recovery, security, and best practices.
Metadata
Frequently Asked Questions
What is Proactivity.BAK?
Anticipates needs, keeps work moving, and improves through use so the agent gets more proactive over time. It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.
How do I install Proactivity.BAK?
Run "/install proactivity-bak" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Proactivity.BAK free?
Yes, Proactivity.BAK is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Proactivity.BAK support?
Proactivity.BAK is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Proactivity.BAK?
It is built and maintained by panwang813 (@panwang813); the current version is v1.0.0.
More Skills