Overview
- Skill Key
- harrylabsj/feedback-loop
- Author
- OpenClaw
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/harrylabsj/feedback-loop
- Latest Commit SHA
- d656c5eee2755d323b14fa69442590d4054f50a6
Feedback Loop - Collect, analyze, and act on user feedback for continuous agent improvement
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feedback-loop 技能。 若已安装,则直接安装 feedback-loop 技能。
# Feedback Loop Skill
反馈循环器 - 一个完整的反馈收集、分析和改进跟踪系统,用于 OpenClaw 代理的持续优化。
## 功能概述
### 核心功能
1. **反馈收集(Feedback Collection)**
- 显式反馈:用户主动评分、评论
- 隐式反馈:从交互模式自动检测(完成、重试、放弃等)
- 自动检测:基于会话模式智能识别反馈信号
2. **反馈分析(Feedback Analysis)**
- 聚类分析:按类别、情感、评分分组
- 趋势分析:时间序列趋势检测
- 情感分析:正/负/中性情感分布
- 模式检测:识别 recurring issues、行为模式等
3. **改进建议生成(Improvement Suggestions)**
- 基于分析结果自动生成可执行的改进建议
- 优先级排序(high/medium/low)
- 包含具体 action items 和预期影响
4. **效果跟踪(Effect Tracking)**
- 跟踪建议实施进度
- 测量实施前后的影响
- 生成综合报告
## 安装
```bash
# 通过 ClawHub 安装(推荐)
clawhub install feedback-loop
# 或手动安装
cd ~/.openclaw/workspace/skills/feedback-loop
npm install
npm link
```
## 使用方法
### CLI 命令
#### 1. 提供反馈(provide)
**显式反馈:**
```bash
feedback-loop provide --type explicit --rating 5 --comment "Excellent response!" --category accuracy
```
**隐式反馈:**
```bash
feedback-loop provide --type implicit --signal completion --sessionId sess123
feedback-loop provide --type implicit --signal retry --metrics '{"retryCount": 3}'
```
**参数说明:**
- `--type`: feedback 类型(explicit 或 implicit)
- `--rating`: 评分(1-5, thumbs_up, thumbs_down)
- `--comment`: 可选评论
- `--category`: 反馈类别(accuracy, speed, helpfulness 等)
- `--signal`: 隐式信号类型(completion, retry, abandon, correction 等)
- `--sessionId`: 会话标识符
- `--metrics`: JSON 格式的性能指标
- `--context`: JSON 格式的上下文信息
#### 2. 分析反馈(analyze)
```bash
# 分析最近一周的反馈
feedback-loop analyze --range week
# 只分析显式反馈
feedback-loop analyze --explicit-only
# 分析最近一个月的数据,输出 JSON
feedback-loop analyze --range month --output json
```
**参数说明:**
- `--range`: 时间范围(day, week, month, all)
- `--explicit-only`: 仅分析显...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.