Proactive Solvr Agent for Openclaw

A sophisticated toolset that transforms reactive AI agents into proactive partners featuring cloud-synced identity and automated self-healing capabilities.

fcavalcantirj
v1.6.7
Feb 21, 2026
6
6.4k
30

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install proactive-solvr

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install proactive-solvr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Proactive Solvr Agent?

The Proactive Solvr Agent is designed to evolve your AI from a standard task-follower into a truly proactive partner. By utilizing the framework of Openclaw Skills, this tool implements Soul Persistence, ensuring that an agent's identity and core principles survive even if local workspaces are wiped. This is achieved through a hybrid storage model that keeps data local while syncing identity markers to the Solvr cloud for rehydration.

In addition to persistence, the skill introduces a robust security layer and self-healing architecture. It actively defends against prompt injection, monitors authentication expiry, and performs regular health checks on system gateways. By integrating collective knowledge, your agent can search for existing solutions to technical problems before wasting resources, making it one of the most efficient Openclaw Skills available for developers and power users.

Proactive Solvr Agent Use Cases

  • Maintaining a consistent agent personality and memory across multiple device setups or workspace resets.
  • Automating system monitoring for AI gateways and API authentication to prevent unexpected service interruptions.
  • Streamlining developer workflows by sharing and retrieving technical solutions via the Solvr collective knowledge base.
  • Implementing tiered onboarding processes that adapt technical complexity to the user's expertise level.

How Proactive Solvr Agent Works

  1. The agent triggers an adaptive onboarding flow to determine the user's technical level and configure core settings.
  2. Identity and operational rules are established in local files like SOUL.md and AGENTS.md, which are then synced to the cloud.
  3. Continuous heartbeats run periodically to check authentication health, system load, and memory usage.
  4. When a problem is encountered, the agent follows a specific protocol: search collective knowledge, attempt a fix, document the approach, and share the result.
  5. Config enforcement scripts ensure that all agent behaviors remain aligned with the initial onboarding responses and security policies.

Proactive Solvr Agent Setup

To get started with this skill, you need to copy the necessary assets and initialize your memory directories. Ensure you have curl and jq installed in your environment.

cp -r assets/* ./
mkdir -p memory references

Once the files are in place, set your SOLVR_API_KEY as an environment variable or within your configuration. The agent will automatically detect the ONBOARDING.md file and initiate the setup process. You can also install the pre-commit hook to protect your credentials:

cp scripts/pre-commit-secrets.sh .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit

Proactive Solvr Agent Data Schema & Taxonomy

The skill manages a structured taxonomy of files to ensure operational consistency and data integrity. These Openclaw Skills utilize the following schema:

Component Purpose
SOUL.md Stores identity, principles, and pointers for Solvr cloud persistence.
MEMORY.md Provides a structured layout for long-term agent memory and project context.
HEARTBEAT.md Defines the schedule and logic for self-healing and security checks.
scripts/ Includes config-enforce.sh and security-audit.sh for maintaining environment health.
memory/solvr-pending.json Tracks local issues that need to be verified before being posted to the collective knowledge base.

Proactive Solvr Agent Advanced Features

  • Soul Persistence: Cloud-based identity rehydration ensures your agent's persona survives local data loss.
  • RPC Adapter Support: Integration with messaging platforms like Signal and iMessage via BlueBubbles or custom CLI daemons.
  • Adaptive Reasoning: Dynamic control over thinking levels (low, medium, high) to balance speed, cost, and depth of thought.
  • Webhooks: Support for external triggers via Zapier or n8n, allowing tools to message the agent directly through a local gateway.
  • Self-Healing Automation: Automated recovery for gateway failures, memory bloat, and OAuth token expiration.

SKILL.md


Loading

Related Openclaw Skills

Featured*