self▌
16 indexed skills · max 10 per page
proactive-self-improving-agent
yanhongxi-openclaw/proactive-self-improving-agent · Productivity
Automatically capture errors, corrections, and best practices to evolve agent capabilities safely over time. \n \n Records seven types of triggers (failures, user corrections, feature requests, API errors, knowledge gaps, better approaches, task reviews) into structured markdown files with deduplication to avoid low-value entries \n Promotes repeated patterns (≥3 occurrences) from learning logs into permanent capability files (AGENTS.md, TOOLS.md, SOUL.md) or extracts them as independent skills
self-reflection
hopyky/self-reflection · Productivity
A skill for continuous self-improvement. The agent tracks mistakes, lessons learned, and improvements over time through regular heartbeat-triggered reflections.
self-learning
philschmid/self-learning-skill · Productivity
Autonomously research new technologies from the web and generate reusable agent skills. \n \n Discovers authoritative documentation via web search, prioritizing official docs, GitHub repositories, and blogs \n Extracts installation, core concepts, API references, and code examples from 3–5 high-quality sources \n Generates a self-contained skill with YAML frontmatter, markdown instructions, and optional bundled resources (scripts, references, assets) \n Saves skills to workspace-specific or glob
self-improving-agent
charon-fan/agent-playbook · Productivity
Universal self-improving agent that learns from all skill experiences using multi-memory architecture. \n \n Implements semantic, episodic, and working memory to extract patterns, abstract insights, and continuously evolve skill guidance across the codebase \n Auto-triggers on skill completion, errors, and session events via hooks-based integration; detects and corrects inaccurate guidance with traceable evolution markers \n Prioritizes updates across 10+ skill categories (PRD planning, architec
soul-self-evolution
cklxx/elephant.ai · Productivity
soul-self-evolution \n 对 SOUL.md 或 docs/reference/SOUL.md 进行受控更新: \n \n 只允许改动可演进段 \n 记录 checkpoint \n 支持一键回滚 \n \n 调用 \n python3 skills/soul-self-evolution/run.py apply --path docs/reference/SOUL.md --changes '[{\"section\":\"## Collaboration Preferences\",\"content\":\"- Keep updates concise.\"}]' \n python3 skills/soul-self-evolution/run.py list_checkpoints\n
self-improvement
pskoett/self-improving-agent · Productivity
Captures learnings, errors, and corrections to enable continuous improvement across agent sessions. \n \n Logs failures, user corrections, knowledge gaps, and API errors to structured markdown files ( .learnings/LEARNINGS.md , ERRORS.md , FEATURE_REQUESTS.md ) with consistent ID, priority, and status tracking \n Supports promotion of broadly applicable learnings to project memory files ( CLAUDE.md , AGENTS.md , .github/copilot-instructions.md ) and workspace files in OpenClaw ( SOUL.md , TOOLS.m