Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

learning-evolution学习进化

Agent Skill

learning-evolution 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,856

周安装

334

GitHub Stars

公开资料未说明

下载量

2,752
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:learning-evolution(学习进化)
来源仓库:https://github.com/harrylabsj/learning-evolution
安装命令:
openclaw skills install learning-evolution
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install learning-evolution

简介

追踪技能使用与用户交互,推动学习模式的发展与进化。

  • 适用于识别新学习机会并跟踪改进成效的智能系统。learning-evolution 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 结合反馈循环机制,自动优化知识表示与应用策略。
  • 演化过程依赖高质量输入信号,低质量反馈可能导致偏差。
  • 建议设置人工监督环节,防止错误模式被过度强化。

SKILL.md

name
learning-evolution
description
Track, analyze, and evolve learning patterns from skill usage and user interactions. Use when identifying learning opportunities, tracking skill improvement over time, analyzing usage patterns, or evolving skills based on feedback.

Learning Evolution

Overview

The learning-evolution skill tracks, analyzes, and evolves learning patterns from skill usage and user interactions. It helps skills improve over time by identifying patterns, capturing insights, and suggesting evolutions based on real-world usage.

When to Use

  • Analyzing how skills are being used
  • Identifying learning opportunities from usage patterns
  • Tracking skill improvement over time
  • Evolving skills based on user feedback
  • Understanding what works and what doesn't
  • Planning skill updates and improvements
  • Measuring skill effectiveness

Core Concepts

Learning Dimensions

DimensionDescriptionMetrics
usageHow often and how skills are usedFrequency, duration, completion
effectivenessHow well skills achieve goalsSuccess rate, error rate
satisfactionUser satisfaction with outcomesRatings, feedback, returns
adaptationHow skills evolve over timeChanges, improvements, pivots

Evolution Patterns

PatternDescriptionExample
incrementalSmall, continuous improvementsAdding error handling
breakthroughSignificant capability additionsNew feature category
pivotDirection change based on learningFocus shift
sunsetPhasing out based on low valueDeprecation

Learning Sources

  1. Usage Analytics: Frequency, patterns, drop-offs
  2. Error Analysis: Failures, edge cases, bugs
  3. User Feedback: Explicit ratings and comments
  4. Outcome Tracking: Success vs failure rates
  5. Comparative Analysis: Vs alternatives, vs past versions

Input

Accepts:

  • Skill usage data
  • User feedback and ratings
  • Error logs and failure patterns
  • Success/outcome metrics
  • Time range for analysis

Output

Produces:

  • Learning reports
  • Evolution recommendations
  • Pattern analyses
  • Improvement suggestions
  • Trend forecasts

Workflow

Usage Pattern Analysis

  1. Collect usage data over time period
  2. Identify frequency and timing patterns
  3. Analyze completion rates
  4. Find drop-off points
  5. Compare to expected usage
  6. Generate insights

Effectiveness Tracking

  1. Define success criteria
  2. Track success/failure rates
  3. Analyze error patterns
  4. Identify common failure modes
  5. Measure improvement over time
  6. Recommend fixes

Evolution Planning

  1. Review learning insights
  2. Prioritize improvement areas
  3. Design evolution options
  4. Estimate impact of changes
  5. Create evolution roadmap
  6. Plan measurement approach

Feedback Integration

  1. Collect user feedback
  2. Categorize feedback themes
  3. Correlate with usage data
  4. Identify priority issues
  5. Generate improvement ideas
  6. Update skill accordingly

Commands

Analyze Usage Patterns

./scripts/analyze-usage.sh --skill <name> --period 30d

Track Effectiveness

./scripts/track-effectiveness.sh --skill <name> --since 2024-01-01

Generate Learning Report

./scripts/generate-report.sh --skill <name> --type comprehensive

Suggest Evolutions

./scripts/suggest-evolutions.sh --skill <name> [--min-confidence 0.7]

Compare Versions

./scripts/compare-versions.sh --skill <name> --v1 1.0.0 --v2 1.1.0

Track Learning Metrics

./scripts/track-metrics.sh [--skill <name>] [--dashboard]

Output Format

Learning Report

# Learning Report: Skill Name

**Period**: 2024-01-01 to 2024-03-01  
**Total Uses**: 1,247  
**Success Rate**: 87%

## Usage Patterns

### Frequency
- Daily average: 42 uses
- Peak day: 156 uses (2024-02-15)
- Growth: +23% vs previous period

### Timing
- Most active: 9am-11am, 2pm-4pm
- Weekend usage: 15% of total
- Session duration: avg 3.2 minutes

### Completion
- Full completion: 78%
- Partial completion: 12%
- Abandoned: 10%

## Effectiveness Analysis

### Success Metrics
| Metric | Value | Target | Status |
|--------|-------|--------|--------|
| Task completion | 87% | 85% | ✅ Exceeds |
| User satisfaction | 4.2/5 | 4.0 | ✅ Exceeds |
| Error rate | 3.2% | 5% | ✅ Good |
| Return rate | 68% | 60% | ✅ Exceeds |

### Error Patterns
1. **Input validation** (45% of errors)
   - Issue: Users provide unexpected formats
   - Suggestion: Add format examples

2. **Timeout errors** (32% of errors)
   - Issue: Long-running operations fail
   - Suggestion: Add progress indicators

## Learning Insights

### What's Working
1. Core workflow is intuitive (high completion)
2. Output quality meets expectations
3. Users return frequently (sticky)

### What Needs Improvement
1. Input guidance could be clearer
2. Error messages are too technical
3. No progress feedback for long ops

### Unexpected Patterns
1. Heavy weekend usage (investigate use case)
2. Users often run skill multiple times in session
3. Mobile usage higher than expected

## Evolution Recommendations

### Immediate (This Sprint)
1. Add input format examples
2. Improve error message clarity
3. Add progress indicators

### Near-term (Next Month)
1. Mobile experience optimization
2. Batch processing capability
3. Session persistence

### Long-term (Next Quarter)
1. AI-powered input suggestions
2. Custom workflow templates
3. Integration with related skills

## Success Forecast

Based on current trajectory:
- Completion rate: 87% → 92% (with recommended fixes)
- User satisfaction: 4.2 → 4.5
- Daily usage: 42 → 55 (+31%)

## Next Steps

- [ ] Implement immediate improvements
- [ ] A/B test new error messages
- [ ] Survey weekend users
- [ ] Plan mobile optimization

Evolution Suggestion

{
  "suggestion_id": "EVO-2024-001",
  "skill": "skill-name",
  "type": "incremental",
  "confidence": 0.85,
  "based_on": {
    "usage_pattern": "high_error_rate_on_input",
    "feedback_theme": "unclear_requirements",
    "success_impact": "medium"
  },
  "suggestion": "Add inline input validation with examples",
  "expected_impact": {
    "error_reduction": "40%",
    "completion_increase": "8%",
    "satisfaction_increase": "0.3 points"
  },
  "effort": "low",
  "priority": "high",
  "rationale": "45% of errors are input validation. Adding examples and real-time validation would significantly improve UX."
}

Learning Metrics

Usage Metrics

  • Total invocations
  • Unique users
  • Frequency distribution
  • Time-to-completion
  • Drop-off points

Quality Metrics

  • Success rate
  • Error rate by type
  • User ratings
  • Return rate
  • Net Promoter Score

Evolution Metrics

  • Version adoption rate
  • Feature usage
  • Improvement velocity
  • Learning cycle time
  • Knowledge transfer

Quality Rules

  • Base recommendations on data, not assumptions
  • Correlate multiple data sources
  • Validate insights with users when possible
  • Track prediction accuracy
  • Document learning for future reference
  • Share insights across skills

Good Trigger Examples

  • "How is this skill performing?"
  • "What can we learn from usage patterns?"
  • "Suggest improvements based on feedback"
  • "Analyze effectiveness over time"
  • "What patterns emerge from errors?"
  • "How should this skill evolve?"
  • "Compare this version to the previous one"

Limitations

  • Requires sufficient usage data for meaningful analysis
  • Patterns may not generalize to all users
  • Correlation does not imply causation

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.83%
按下载量换算2,637

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills