← Back to Skills Marketplace
andy27725

Proactive Agent Andy27725

by Andy27725 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
102
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install proactive-agent-andy27725
Description
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autono...
Usage Guidance
What to check before installing or enabling this skill: - Review the contradictory lines: AGENTS.md's 'Don't ask permission. Just do it.' conflicts with later guardrails requiring explicit approval for external or irreversible actions. Decide which rule should apply and fix the document or policy before enabling autonomous behavior. - Confirm what the agent platform will allow: if the agent will have outbound network access, ability to send emails/posts, or the ability to run arbitrary shell commands, lock down action gating or require human confirmation for any external actions. - Run the included scripts/security-audit.sh locally in an isolated test workspace to see what it reports and to validate file-permission checks and .gitignore expectations. - Verify .credentials usage and .gitignore: ensure secrets are not present in the repo and that credential files are properly protected (chmod 600) if you follow the skill's conventions. - If you plan to let the skill act autonomously, test in a sandboxed environment first and explicitly enforce human-approval steps for sending/publishing/deleting data. If you want, I can highlight exact lines in the files that contain the mixed permission messaging and prepare a short remediation checklist to make the skill's guardrails consistent.
Capability Analysis
Type: OpenClaw Skill Name: proactive-agent-andy27725 Version: 1.0.1 The skill bundle is a comprehensive framework designed to enhance AI agent proactivity, memory persistence, and security. It includes defensive tools like 'scripts/security-audit.sh' to check for exposed secrets and improper file permissions, and 'references/security-patterns.md' to help the agent identify and ignore prompt injection attempts. The instructions in 'SKILL.md' and 'assets/AGENTS.md' explicitly forbid data exfiltration, unauthorized external communication, and the execution of instructions from untrusted external content, focusing instead on local task management and self-improvement.
Capability Assessment
Purpose & Capability
Name/description match what the bundle actually contains: extensive SKILL.md, onboarding and memory assets, and a harmless audit script. No unexpected network endpoints, binaries, or external downloads are declared. Included files (onboarding, memory, heartbeat, tools) are coherent with a proactive/self-improving agent.
Instruction Scope
Runtime instructions expect the agent to read and write multiple workspace files (ONBOARDING.md, USER.md, SESSION-STATE.md, memory/*, etc.) and to run the included security audit script. That is consistent with a stateful proactive agent, but there are contradictory directives in the assets: e.g., AGENTS.md says 'Don't ask permission. Just do it.' while many other places require explicit human approval for external or irreversible actions. This mixed messaging could lead an agent to take actions without proper gating if implemented literally.
Install Mechanism
No install spec and no remote downloads — instruction-only plus one local shell script. This is low-risk from a supply-chain perspective; the audit script is plain shell with benign checks and no network fetches or obfuscated payloads.
Credentials
The skill declares no required env vars or credentials. It documents a convention for storing credentials in a local .credentials directory and checks for .gitignore entries; that is proportionate. The skill does reference reading user-local configs (e.g., $HOME/.clawdbot) and logs (/tmp), which is plausible for an agent managing local workspace state but worth verifying in your environment.
Persistence & Privilege
The skill does not request always:true and has no install step that forces persistent system-level changes. However, its whole design is to be 'proactive' and to write persistent workspace files (SESSION-STATE.md, memory files, AGENTS.md). If the agent is granted autonomous execution or network access by the platform, that combination could increase risk—ensure action gating remains enforced.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install proactive-agent-andy27725
  3. After installation, invoke the skill by name or use /proactive-agent-andy27725
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
proactive-agent-andy27725 v1.0.1 - Initial skill version. - Establishes proactive agent architecture with WAL Protocol, Working Buffer, and self-improvement patterns. - Provides detailed documentation on setup, philosophy, memory structure, and new protocols for resilience and proactivity.
v1.0.0
Proactive-agent version 3.1.0 introduces new protocols and major upgrades for proactive, self-improving AI agents: - Added Autonomous vs Prompted Crons guidance to differentiate between systemEvent and isolated agentTurn. - Introduced a new protocol: Verify Implementation, Not Intent, emphasizing mechanism checks over text matching. - Provided a Tool Migration Checklist to ensure all references are updated when deprecating tools. - WAL Protocol, Working Buffer, and Compaction Recovery protocols are now core features for reliable memory and recovery. - Expanded and clarified security hardening practices.
Metadata
Slug proactive-agent-andy27725
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Proactive Agent Andy27725?

Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autono... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install Proactive Agent Andy27725?

Run "/install proactive-agent-andy27725" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Proactive Agent Andy27725 free?

Yes, Proactive Agent Andy27725 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Proactive Agent Andy27725 support?

Proactive Agent Andy27725 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Proactive Agent Andy27725?

It is built and maintained by Andy27725 (@andy27725); the current version is v1.0.1.

💬 Comments