Feedback Collector for Openclaw

An automated system for capturing user feedback and refining AI behavior based on task performance.

wqz666
v1.0.0
Apr 2, 2026
0
712
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install feedback-collector

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 feedback-collector 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 Feedback Collector?

The Feedback Collector is a vital component of the Openclaw Skills ecosystem, designed to bridge the gap between AI execution and user satisfaction. By systematically prompting users for feedback after critical tasks—such as file operations, content generation, or configuration changes—it ensures that the agent learns from every interaction.

This skill transforms raw user reactions into actionable intelligence. It categorizes responses into success, improvement, or failure logs, allowing the AI to reinforce high-value patterns and pivot away from inefficient behaviors. It is an essential tool for developers and power users looking to build a truly adaptive and self-improving AI assistant.

Feedback Collector Use Cases

  • Post-execution validation of complex file manipulations or directory restructuring.
  • Quality assurance for AI-generated copy, code, or documentation.
  • Verifying user satisfaction after the installation or configuration of new Openclaw Skills.
  • Identifying recurring issues in agent logic to prioritize debugging and workflow refinement.

How Feedback Collector Works

  1. The skill triggers automatically upon the completion of significant tasks like file edits or system updates.
  2. It presents the user with a streamlined choice (A: Satisfied, B: Needs Improvement, C: Unsatisfied).
  3. If the user selects B or C, the collector triggers a secondary detailed survey to pinpoint specific issues (e.g., response length, incorrect execution).
  4. Successes are logged to a success pattern file to reinforce the current behavioral model.
  5. Failures or improvement suggestions are logged to error or preference files to prevent future mistakes.
  6. The system periodically analyzes these logs to generate trend reports and improvement strategies.

Feedback Collector Setup

To enable the Feedback Collector within your environment, ensure your agent has access to the memory directory and add the following configuration:

# Install the skill into your Openclaw directory
openclaw install feedback-collector

# Ensure the memory directory exists for logging
mkdir -p memory/
touch memory/feedback-log.md memory/error-log.md

Feedback Collector Data Schema & Taxonomy

The Feedback Collector organizes data chronologically to facilitate trend analysis and learning within Openclaw Skills.

File Path Purpose Data Captured
memory/feedback-log.md Success & Improvement Log Timestamps, task type, satisfaction status, and adjustment notes.
memory/error-log.md Failure Repository Critical failures, path errors, and formal apologies/remediation steps.
memory/user-preferences.md Behavioral Model Refined settings like 'short mode' or 'pre-execution confirmation'.

Feedback Collector Advanced Features

  • Weekly automated feedback analysis reports focusing on satisfaction trends and common pain points.
  • Contextual preference updating that automatically modifies agent system prompts based on user 'Needs Improvement' triggers.
  • Multi-agent memory sharing, allowing different Openclaw Skills to benefit from a centralized feedback loop.
  • Support for custom feedback templates tailored to specific technical workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*