OpenClaw 核心使用指南

本文档记录当前可用的 OpenClaw 技能及基础用法 更新时间: 2026/3/5 20:49:38


一、已安装技能概览 (18 个可用 / 59 个总计)

✅ 可用技能

状态技能描述
📦 feishu-docready │ 📦 feishu-doc │ Feishu document read/write ope…
📦 feishu-driveready │ 📦 feishu-drive │ Feishu cloud storage file mana…
📦 feishu-permready │ 📦 feishu-perm │ Feishu permission management f…
📦 feishu-wikiready │ 📦 feishu-wiki │ Feishu knowledge base navigati…
📦 feishu-taskready │ 📦 feishu-task │ Feishu Task, tasklist, subtask…
📦 clawhubready │ 📦 clawhub │ Use the ClawHub CLI to search,…
📦 gh-issuesready │ 📦 gh-issues │ Fetch GitHub issues, spawn sub…
🐙 githubready │ 🐙 github │ GitHub operations via gh CLI…
📦 healthcheckready │ 📦 healthcheck │ Host security hardening and ri…
📦 obsidianready │ 📦 obsidian │ Work with Obsidian vaults (pla…
📦 skill-creatorready │ 📦 skill-creator │ Create or update AgentSkills. …
📦 summarizeready │ 📦 summarize │ Summarize URLs or files with t…
🧵 tmuxready │ 🧵 tmux │ Remote-control tmux sessions f…
🎞️ video-framesready │ 🎞️ video-frames │ Extract frames or short clips …
📦 weatherready │ 📦 weather │ Get current weather and foreca…
📦 capability-ready │ 📦 capability- │ A self-evolution engine for AI…
📦 self-ready │ 📦 self- │ Captures learnings, errors, an…
📦 tavilyready │ 📦 tavily │ AI-optimized web search via Ta…

❌ 未安装/缺失依赖

状态技能描述
🔐 1passwordmissing │ 🔐 1password │ Set up and use 1Pass…
📝 apple-notesmissing │ 📝 apple-notes │ Manage Apple Notes v…
⏰ apple-missing │ ⏰ apple- │ Manage Apple Reminder…
🐻 bear-notesmissing │ 🐻 bear-notes │ Create, search, and …
📰 blogwatchermissing │ 📰 blogwatcher │ Monitor blogs and RS…
🫐 bluclimissing │ 🫐 blucli │ BluOS CLI (blu) for …
🫧 bluebubblesmissing │ 🫧 bluebubbles │ Use when you need to…
📸 camsnapmissing │ 📸 camsnap │ Capture frames or cl…
🧩 coding-agentmissing │ 🧩 coding-agent │ Delegate coding task…
🎮 discordmissing │ 🎮 discord │ Discord ops via the …
还有 31 个未安装技能

二、基础命令

# 查看技能列表
openclaw skills list
 
# 查看技能详情
openclaw skills info <skill-name>
 
# 安装新技能 (可能有限流)
clawhub install <skill-name>
 
# 或直接 git clone
mkdir -p ~/.openclaw/skills
cd ~/.openclaw/skills
git clone --depth 1 <repo-url> <skill-name>
 
# 检查技能状态
openclaw skills check

三、核心技能速查

GitHub (🐙)

# 需先登录
gh auth login
 
# PR 操作
gh pr list --repo owner/repo
gh pr view 55 --repo owner/repo
gh pr checks 55 --repo owner/repo
 
# Issues
gh issue list --repo owner/repo
gh issue create --title "Bug: xxx"
 
# CI/Actions  
gh run list --repo owner/repo
gh run view <run-id> --log-failed

飞书系列 (📦)

  • feishu-doc: 文档读写、评论管理
  • feishu-drive: 云空间文件管理
  • feishu-wiki: 知识库导航
  • feishu-task: 任务、子任务管理

capability-evolver (🧬)

cd ~/.openclaw/skills/capability-evolver
node index.js          # 标准运行
node index.js --review # 审核模式
node index.js --loop   # 持续循环

四、快速参考

# 查看状态
openclaw status
openclaw gateway status
 
# 启动/停止 Gateway
openclaw gateway start
openclaw gateway stop
 
# 模型切换
/models
/model <provider/model>
 
# 会话管理
/sessions
/status

五、重要路径

用途路径
工作区~/.openclaw/workspace/
技能目录~/.openclaw/skills/
内存文件~/.openclaw/workspace/memory/
配置文件~/.openclaw/openclaw.json
本指南~/Library/Mobile Documents/iCloud~md~obsidian/Documents/juwiki/lb/agent/openclaw/

本文档由 OpenClaw Agent 自动生成