OpenClaw Coach for Openclaw

A private coaching agent for OpenClaw that automates documentation synchronization and delivers interactive daily usage techniques.

rabbot42
v1.0.1
Mar 7, 2026
0
749
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install openclaw-coach

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install openclaw-coach using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is OpenClaw Coach?

The OpenClaw Coach is a specialized development and learning assistant designed to keep your technical knowledge base perfectly synchronized with the official ecosystem. By acting as a bridge between official resources and your local environment, this Openclaw Skills implementation ensures that you never miss a documentation update or a new feature release.

Beyond simple data mirroring, the coach functions as an interactive mentor. It uses a scheduled engagement model to teach users advanced workflows through curated daily tips, making it an essential tool for developers who want to master OpenClaw incrementally without feeling overwhelmed by technical manuals.

OpenClaw Coach Use Cases

  • Automatically maintaining an up-to-date local Obsidian knowledge base with official documentation.
  • Learning one specific technical tip or usage scenario every day through interactive morning briefings.
  • Receiving proactive notifications when new software versions are released to ensure system compatibility.
  • Building a searchable, organized repository of OpenClaw techniques and code examples within a Personal Knowledge Management (PKM) system.

How OpenClaw Coach Works

  1. Automated Synchronization: The skill triggers a documentation sync script every day at 03:21 to pull the latest Markdown files into your vault.
  2. Interactive Selection: Every evening at 21:05, the agent presents three distinct technique options for you to choose from.
  3. Preference Logging: Once you reply with your choice, the selection is recorded in a local JSON state file.
  4. Scheduled Delivery: At 07:21 the following morning, the coach delivers the full detailed guide for the chosen tip, including usage scenarios and code snippets.
  5. Version Tracking: The agent continuously monitors the latest release version and alerts you if your local setup requires an update.

OpenClaw Coach Setup

To deploy this coach within your Openclaw Skills environment, follow these steps:

# Navigate to your skills directory
cd ~/.openclaw/skills

# Install the coach skill
openclaw skill add openclaw-coach

# Configure your Obsidian path in the skill settings
openclaw config edit openclaw-coach

Ensure that your environment has permission to execute shell scripts for the sync and delivery workflows.

OpenClaw Coach Data Schema & Taxonomy

The OpenClaw Coach organizes all technical data within a structured directory inside your Obsidian vault:

Directory/File Purpose
docs/ Contains official Markdown documentation (e.g., gateway.md, channels.md).
tips/ A library of individual technique guides and tutorials.
daily-tips.json Stores the state of evening selections and queueing.
tips-log.md A chronological record of all delivered tips for future reference.
latest-version.txt Tracks the current remote version for update monitoring.

OpenClaw Coach Advanced Features

  • Custom Event Triggers: Support for sync, pick-tip, and send-tip system events for integration with external automations.
  • On-Demand Commands: Use /sync to force an immediate documentation update or /tip to view the current daily lesson.
  • Library Management: Use /tips list to browse and search the entire catalog of available technical techniques.
  • Version Alerting: Intelligent comparison between local and remote versions to prevent outdated configurations.
  • Extensible Templates: Uses standard Markdown templates for tips, allowing users to contribute their own knowledge to the Openclaw Skills ecosystem.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*