OpenClaw agent skills - agent builder and CLI mastery
npx skills add https://github.com/irangareddy/openclaw-essentials --skill openclaw-cli使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
Professional OpenClaw agent skills for building agents and mastering the CLI.
Build specialized openclaw agents with proper workspace structure, identity files, and skills.
Features:
Master the OpenClaw CLI - gateway, agents, channels, skills, hooks, and automation.
Coverage:
Systematic memory management through daily logs, session preservation, and knowledge extraction.
Features:
Scripts:
daily_log.py - Create/append to daily logsextract_session.py - Extract session summariessearch_memory.py - Search across all memoryReferences:
Install individual skills via the skills CLI:
# OpenClaw Agent Builder
npx skills add https://github.com/irangareddy/openclaw-essentials --skill openclaw-agent-builder
# OpenClaw CLI Mastery
npx skills add https://github.com/irangareddy/openclaw-essentials --skill openclaw-cli
# Memory Curator
npx skills add https://github.com/irangareddy/openclaw-essentials --skill memory-curator
Once installed, these skills are automatically available to your OpenClaw agents.
For agent building:
For CLI operations:
For memory management:
Follows the AgentSkills.io specification.
MIT
Ranga Reddy Nukala