← 返回 Skills 市场
Openclaw Onboarding
作者
binson1994
· GitHub ↗
· v1.0.0
· MIT-0
191
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-onboarding
功能描述
Guide new users to quickly learn and use OpenClaw features, including setup, skill discovery, memory, self-learning, and group chat summary.
安全使用建议
This onboarding skill is mostly what it says (setup steps, teaching local "memory", installing a local skill-finder), but it has a few risky or unclear behaviors you should consider before installing:
- Persistent writes: it will create ~/.openclaw and write user.md and MEMORY.md automatically when you tell it to "记住" something. If you care about sensitive data, avoid saving secrets and consider where those files will be stored/backed up.
- Auto-install behavior: the guide installs a 'find-skills' tool and demonstrates running commands that can auto-install other skills (clawhub install, npx skills add) with '-y' or '--yes' flags that skip confirmation. Any skill pulled from the network can run code on your machine — review or sandbox installs, and prefer not to allow automatic global installs without inspection.
- External service access not declared: the guide uses commands that create Feishu docs and summarize group chats, but it doesn't list required credentials. Verify which connectors (Feishu, chat platform) are configured and who has access before using those features.
- Supply-chain and privilege mitigation: if you proceed, consider (a) running initial installs in a sandbox or VM, (b) inspecting any skill package before allowing network installs, (c) disabling or limiting auto-write of memory files, and (d) removing/asking to remove automatic '-y'/'-g' flags so installations require explicit consent.
If you want higher assurance, ask the author for an explicit list of required credentials and which external services are used, or request that installs prompt for confirmation rather than proceeding automatically.
功能分析
Type: OpenClaw Skill
Name: openclaw-onboarding
Version: 1.0.0
The 'openclaw-onboarding' skill bundle is a legitimate tutorial designed to guide new users through the OpenClaw platform. It uses shell commands to create a local configuration directory (~/.openclaw/) and store user preferences and 'memories' in markdown files (user.md, MEMORY.md). It also demonstrates the use of the platform's package management system (clawhub and npx skills) to install additional capabilities like 'find-skills' and 'browser-use'. The shell scripts use safe patterns (such as quoted heredocs) to prevent injection, and all actions are transparently documented and aligned with the stated purpose of onboarding.
能力评估
Purpose & Capability
The name and description (onboarding/new‑user guide) match the instructions: setup, showing abilities, teaching 'remember' and installing a skill-finder. However some claimed capabilities (summarize arbitrary group chats, create Feishu documents) imply access to external services that the skill does not declare or request credentials for.
Instruction Scope
SKILL.md and quickstart explicitly instruct the agent to create ~/.openclaw, write user.md and MEMORY.md (persistent storage), install a local find-skills package, run 'clawhub group-chat-summary' and 'clawhub create-doc' to produce Feishu docs, and later to install third‑party skills. Writing persistent files is expected for onboarding but the instructions also enable autonomous installation and external data access without requiring explicit user confirmation or declared credentials.
Install Mechanism
The skill is instruction-only (no install spec) which is low direct install risk. But the instructions encourage using clawhub and npx skills to install other skills (including using -y/--yes flags and global installs) and to run 'npx skills add' which will fetch code from the network. That implies downstream supply‑chain risk even if this package itself doesn't fetch remote assets.
Credentials
The skill declares no required env vars or credentials, yet the runtime steps call out Feishu document creation and group-chat summaries. In practice those operations require connectors/credentials (Feishu tokens, chat API keys, or platform integrations). The absence of declared credential requirements is an incoherence and hides a practical dependency on accounts/keys which affect privacy and access control.
Persistence & Privilege
The skill writes persistent files under ~/.openclaw (user.md, MEMORY.md) and teaches automatic saving whenever the user says '记住XXX'. It also instructs installing additional skills automatically (clawhub install ... --yes, npx skills add -g -y). While not marked always:true, this pattern enables an agent to expand its capability and persist data without repeated explicit user confirmation — a privilege that increases blast radius if misused.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-onboarding - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-onboarding触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OpenClaw Onboarding 1.0.0
- 全新推出新手上手流程,5-10分钟即可熟悉 OpenClaw 基本用法
- 明确列出核心指令及功能,便于快速查找与实操
- 支持快速设置、能力发现、永久记忆、技能自查与群聊总结
- 提供多种启动关键词,适配常见新手需求
- 附带详细文件结构及本地安装说明
元数据
常见问题
Openclaw Onboarding 是什么?
Guide new users to quickly learn and use OpenClaw features, including setup, skill discovery, memory, self-learning, and group chat summary. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。
如何安装 Openclaw Onboarding?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-onboarding」即可一键安装,无需额外配置。
Openclaw Onboarding 是免费的吗?
是的,Openclaw Onboarding 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Onboarding 支持哪些平台?
Openclaw Onboarding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Onboarding?
由 binson1994(@binson1994)开发并维护,当前版本 v1.0.0。
推荐 Skills