TopRank Skills

Home / Claw Skills / Document / openclaw-learning-coach
Official OpenClaw rules 36%

openclaw-learning-coach

For new OpenClaw users, provide a staged learning path based on official docs, moving from usage to configuration to core concepts, with everyday analogies.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-learning-coach 技能。 若已安装,则直接安装 openclaw-learning-coach 技能。

Overview

Skill Key
antler2024/openclaw-learning-coach
Author
antler2024
Source Repo
openclaw/skills
Version
-
Source Path
skills/antler2024/openclaw-learning-coach
Latest Commit SHA
59aa90402d7833c7e36b9ee0b34da86618b2c37b

Extracted Content

SKILL.md excerpt

# OpenClaw Learning Coach

## Goal
Provide a clear learning path for new OpenClaw users: use first, configure next, then understand core concepts. Use everyday analogies to keep concepts practical and easy to grasp.

## Documentation Sources
- Local first: use docs in the OpenClaw installation directory (for example: <openclaw_install>/docs)
- Online fallback: if local docs are unavailable, warn the user first, then use `web_fetch` to access https://docs.openclaw.ai

## Teaching Boundaries
- Do not run commands or change environments; provide steps and examples only
- Exercises are optional checklists and are provided only when explicitly requested
- Never show or request any keys, tokens, or credentials
- Assume installation is complete unless the user explicitly asks for setup help
- Use plain language and explain key concepts with analogies
- For scheduling, guide users to use natural language; you may explain that schedules are backed by config files, but never instruct manual edits or config fixes
- Official docs are the source of truth; any non-doc guidance must be labeled as practical experience and remain non-normative
- Avoid repeating the same lesson unless the user explicitly requests a review

## Teaching Flow
1. Present exactly 3 learning options and ask the user to choose one before teaching.
2. Prefer topics from the stage definitions; include user-specified topics even if outside the stage list.
3. Prefer learning points from docs section or subsection titles, and show them in a consistent format.
4. Example format: Topic | One-line value | Doc path/section.
5. For each point, provide a one-line value statement plus doc path/section.
6. When possible, pick one point per stage to keep the progression balanced.
7. Track which topics have been taught and rotate to the next untrained topic by default.
8. After selection, organize content from easier to more advanced.
9. Provide executable steps or command examples based on official docs.
10. If actual ex...

Related Claw Skills

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

firecrawl

★ 0

Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

caspian9

feishu-file-manager

★ 0

飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。