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

self-improving-skill自我提升技能

Agent Skill

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

总安装

19,608

周安装

834

GitHub Stars

公开资料未说明

下载量

6,332
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install self-improving-skill

简介

为编程、语言等可学习技能提供结构化进度跟踪与瓶颈识别机制。

  • 适用于设定学习目标、选择训练路径并定期回顾成效的场景。
  • 通过 clawhub 安装,需结合个人目标自定义学习计划与评估标准。
  • 输出建议不具备普适性,应根据实际能力水平调整使用频率。
  • self-improving-skill 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
self-improving-skill
description
Structured improvement system for learnable skills (programming, design, languages, instruments). Use when tracking progress, identifying bottlenecks, or optimizing practice routines for any skill you want to master.

Self-Improving Skill

Systematic skill development with measurable progress tracking, bottleneck identification, and personalized practice optimization. Transforms vague "practice more" into targeted, evidence-based skill growth.

Quick Reference

SituationAction
Starting a new skillDefine skill parameters, set milestones, create practice log
After practice sessionLog duration, quality score, focus areas, difficulties
Feeling stuck or plateauingAnalyze progress curve, identify bottlenecks, adjust methods
Comparing with benchmarksCheck skill level vs. industry standards or personal goals
Preparing for assessmentReview weak areas, targeted practice, mock tests

Core Concepts

Skill Parameters

  • Skill Name: Programming (Python), Design (UI/UX), Language (English), Instrument (Guitar)
  • Difficulty Level: Beginner (1-3), Intermediate (4-6), Advanced (7-9), Expert (10)
  • Milestones: Concrete, measurable achievements (e.g., "Build a CRUD app", "Design 10 screens")
  • Practice Frequency: Daily, 3x/week, Weekly, as needed

Progress Metrics

  • Time Investment: Practice hours per week, consistency streak
  • Quality Score: 1-10 self-assessment of session quality
  • Skill Level: Estimated proficiency (1-10) based on output quality
  • Confidence: Self-rated confidence in applying the skill (1-10)

Logging Format

Skill Definition Entry (create once)

Append to .learnings/skills/SKILL_NAME.md:

## [SKL-YYYYMMDD-001] Skill Definition: Python Programming

**Defined**: 2026-03-12T10:00:00Z
**Current Level**: 4/10 (Intermediate)
**Target Level**: 7/10 (Advanced)
**Target Date**: 2026-06-30
**Priority**: high
**Status**: active

### Milestones
1. [ ] Complete Python crash course (by 2026-03-31)
2. [ ] Build 3 small projects (by 2026-04-30)  
3. [ ] Contribute to open source (by 2026-05-31)
4. [ ] Land freelance project (by 2026-06-30)

### Resources
- Courses: Python for Everybody, Real Python
- Books: Fluent Python, Python Cookbook
- Practice: LeetCode, Codewars, Project Euler

### Baseline Assessment
- Data structures: 3/10
- Algorithms: 2/10  
- Web frameworks: 1/10
- Testing: 1/10
- Debugging: 4/10

---

Practice Session Entry (log after each session)

Append to .learnings/skills/SKILL_NAME.md:

## [PRC-YYYYMMDD-001] Practice Session

**Logged**: 2026-03-12T10:30:00Z
**Duration**: 45 minutes
**Quality Score**: 7/10
**Focus Areas**: list comprehensions, error handling
**Energy Level**: 6/10
**Distractions**: low

### What I Practiced
- List comprehensions vs. for loops
- Try/except blocks for error handling
- Writing cleaner function signatures

### Challenges & Breakthroughs
- Challenge: Understanding when to use list comprehensions
- Breakthrough: Realized they're best for simple transformations
- Still confused: Complex nested comprehensions

### Key Insights
- List comprehensions are 20-30% faster for simple operations
- Specific exceptions (ValueError) better than generic except
- Function should do one thing well (Single Responsibility)

### Next Session Focus
- Nested list comprehensions
- Custom exception classes
- Function decorators basics

### Metrics Update
- Data structures: 3 → 4/10
- Confidence: 5 → 6/10

---

Progress Review Entry (weekly/monthly)

Append to .learnings/skills/SKILL_NAME_REVIEWS.md:

## [REV-YYYYMMDD-001] Weekly Review

**Period**: 2026-03-05 to 2026-03-12
**Total Practice Time**: 5.5 hours
**Average Quality**: 6.8/10
**Consistency**: 6/7 days (86%)
**Milestones Progress**: 1/4 completed

### Progress Analysis
- **Fastest Improving**: Data structures (+1 point/week)
- **Slowest Improving**: Algorithms (+0.2 points/week) 
- **Consistency**: Good, but weekend sessions shorter
- **Quality Trend**: Improving from 5.2 to 6.8 over 4 weeks

### Bottlenecks Identified
1. Algorithm complexity theory - need focused study
2. Weekend motivation drop - schedule morning sessions
3. Project application - start building sooner

### Adjustments for Next Week
1. Dedicate 2 hours to algorithm fundamentals
2. Join coding challenge group for accountability
3. Start small project (TODO app) to apply knowledge

### Comparison to Benchmarks
- My progress: 0.8 points/week average
- Typical progress: 0.5 points/week (I'm 60% faster)
- Expert trajectory: Would reach level 7 in 12 weeks at current rate
- Adjust target: From 12 to 10 weeks at current pace

---

Analysis & Insights

Progress Curve Analysis

Skill Level Over Time:
Week 1: 3.0 → Week 2: 3.5 → Week 3: 4.0 → Week 4: 4.5 → Week 5: 5.0

Plateau Detection

  • Sign: 2+ weeks with <0.2 point improvement
  • Causes: Insufficient challenge, poor practice quality, missing fundamentals
  • Solutions: Increase difficulty, change methods, get feedback

Optimal Practice Patterns

  • Frequency: 4-5 sessions/week better than 7 (avoids burnout)
  • Duration: 45-90 minutes optimal (diminishing returns after)
  • Spacing: Mix fundamentals (60%) with application (40%)
  • Variety: Rotate between theory, exercises, projects, review

Improvement Strategies

For Beginners (Level 1-3)

  1. Focus: Fundamentals mastery, not breadth
  2. Resources: Structured courses with exercises
  3. Feedback: Regular code reviews or tutor sessions
  4. Mindset: Embrace struggle as learning signal

For Intermediate (Level 4-6)

  1. Focus: Application and pattern recognition
  2. Resources: Real projects, open source contribution
  3. Feedback: Peer review, user testing
  4. Mindset: Quality over quantity, deliberate practice

For Advanced (Level 7-9)

  1. Focus: Specialization and teaching
  2. Resources: Research papers, advanced courses
  3. Feedback: Conference talks, expert review
  4. Mindset: Contribution to field, mentoring others

Integration with Other Self-Improving Skills

With Self-Improving-Habit

  • Use habit tracking for practice consistency
  • Link skill sessions to daily routines

With Self-Improving-Learning

  • Apply optimal learning techniques to skill acquisition
  • Use spaced repetition for fundamentals

With Self-Improving-Work

  • Connect skill development to career advancement
  • Identify high-impact skills for your role

Automation & Tools

Quick Log Script

#!/bin/bash
# Quick skill practice log
echo "## [PRC-$(date +%Y%m%d)-001] Practice Session" >> .learnings/skills/$1.md
echo "**Logged**: $(date -Iseconds)Z" >> .learnings/skills/$1.md
echo "**Duration**: $2 minutes" >> .learnings/skills/$1.md
echo "**Quality Score**: $3/10" >> .learnings/skills/$1.md
echo "" >> .learnings/skills/$1.md
echo "### What I Practiced" >> .learnings/skills/$1.md
echo "- " >> .learnings/skills/$1.md

Progress Dashboard (Concept)

# Simple progress visualizer
import matplotlib.pyplot as plt

weeks = [1, 2, 3, 4, 5]
levels = [3.0, 3.5, 4.0, 4.5, 5.0]
plt.plot(weeks, levels, marker='o')
plt.title('Skill Progress Over Time')
plt.xlabel('Week')
plt.ylabel('Skill Level (1-10)')
plt.grid(True)
plt.show()

Common Pitfalls & Solutions

Pitfall 1: "Practice Without Progress"

  • Symptom: Many hours logged, little improvement
  • Cause: Comfort zone practice, no deliberate challenge
  • Fix: Increase difficulty 10% each week, track specific metrics

Pitfall 2: "Too Many Skills at Once"

  • Symptom: Slow progress across multiple skills
  • Cause: Divided attention, context switching
  • Fix: Focus on 1-2 primary skills, limit to 3 total

Pitfall 3: "No Feedback Loop"

  • Symptom: Unaware of mistakes or better approaches
  • Cause: Solo practice without external input
  • Fix: Weekly review, find mentor, join community

Pitfall 4: "Inconsistent Practice"

  • Symptom: Irregular sessions, forget between practices
  • Cause: No schedule, low priority
  • Fix: Time blocking, accountability partner, streak tracking

Success Metrics

Leading Indicators (Weekly)

  • Practice consistency (days/week)
  • Average session quality (1-10)
  • Challenge level increase (%)
  • Feedback received (pieces/week)

Lagging Indicators (Monthly)

  • Skill level improvement (points/month)
  • Project completion rate
  • Assessment scores
  • External recognition

Target Benchmarks

  • Good: 0.5 points/month improvement
  • Excellent: 1.0 points/month improvement
  • Exceptional: 2.0+ points/month improvement

Getting Started

Step 1: Skill Definition

  1. Choose 1-2 skills to focus on
  2. Create skill definition entry
  3. Set realistic milestones (3-6 month horizon)

Step 2: First Week Setup

  1. Schedule practice sessions (calendar)
  2. Gather learning resources
  3. Establish baseline assessment

Step 3: Continuous Improvement

  1. Log every practice session
  2. Weekly review and adjustment
  3. Monthly milestone check-in

Source & Inspiration

Based on research into deliberate practice, skill acquisition science, and expert performance. Combines elements from:

  • K. Anders Ericsson's "Deliberate Practice"
  • Josh Kaufman's "First 20 Hours"
  • Barbara Oakley's "Learning How to Learn"
  • Dreyfus model of skill acquisition

Integration Note: This skill extends the self-improving-agent framework to skill-specific tracking while maintaining compatibility with the core learning system.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

84.89%
按下载量换算5,375

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills