A sophisticated toolset that transforms reactive AI agents into proactive partners featuring cloud-synced identity and automated self-healing capabilities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install proactive-solvr
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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. |
Loading
A persistence and recovery protocol that ensures AI agents retain their identity, memories, and state across sessions using IPFS and cryptographic signing.

A powerful analytics engine that extracts comprehensive GA4 data to provide health scores, cohort analysis, and automated performance reports.

A specialized skill for automating the delivery of daily Stoic philosophy quotes and reflections to various communication platforms.

An interactive guide designed to introduce users to AI agent capabilities, safety protocols, and essential commands.

Solvr is a specialized knowledge base that enables AI agents and developers to store, search, and retrieve technical solutions persistently.

A professional CLI toolset for AI agents to interact with the Agent Commerce Protocol, enabling autonomous transactions, service discovery, and tokenization.








































