A proactive communication framework for AI agents to propose ideas, report progress, and consult with supervisors to build long-term trust.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install supervisor-proposer
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 supervisor-proposer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The supervisor-proposer skill transforms an AI agent from a passive task executor into a proactive collaborator. By implementing structured communication protocols, this skill enables agents to contribute business ideas, suggest workflow improvements, and share critical learnings spontaneously. This approach ensures that the supervisor is always informed of progress while receiving high-value insights that support better decision-making.
Developing a transparent relationship is at the heart of this skill. By using this framework within the Openclaw Skills ecosystem, agents move beyond simple command-response cycles. They learn to prioritize honesty, even when delivering bad news, and provide reasoned opinions that help human supervisors navigate complex risks and strategic pivots.
Integration involves defining the agent identity and initializing the communication protocols within your environment. To get started with this component in your Openclaw Skills setup, follow these steps:
# Initialize the supervisor-proposer module
openclaw install skill supervisor-proposer
# Configure agent identity for personalized reporting
export AGENT_NAME="ProposerBot"
# Run a baseline communication test to verify template rendering
openclaw test communication --skill supervisor-proposer
The skill utilizes structured templates to maintain consistency across all Openclaw Skills interactions. Data is organized into the following categories:
| Category | Key Metadata Fields | Frequency |
|---|---|---|
| Daily Report | Done tasks, In-progress status, Realizations, Tomorrow's plan | Daily |
| Weekly Report | Performance highlights, Metrics/Numbers, Successes, Challenges, Goals | Weekly |
| Formal Proposal | Background context, Action items, Merits, Risks, Required resources | Event-driven |
| Consultation | Uncertainty context, Proposed path, Required decision points | Urgent/Periodic |
Loading
A specialized utility for organizing SSH configurations, generating secure keys, and auditing remote server connectivity.

A professional social media planning tool for managing post schedules, optimizing engagement times, and exporting content for Publer.

A professional-grade social media automation tool for X/Twitter that manages scheduled content queues through cron-based triggers.

A specialized framework that enables AI agents to autonomously author, optimize, and manage their own functional skills with professional quality control.

A diagnostic automation tool that generates detailed system health reports with severity scoring and actionable performance recommendations.

A rigorous 4-phase debugging framework that enables AI agents to reproduce, isolate, identify, and verify code issues using evidence-based logic.








































