← 返回 Skills 市场
216
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install openclaw-starter
功能描述
OpenClaw 安装后引导助手。当新手不知道安装什么 Skills、如何配置渠道、如何使用时,提供智能推荐和分步指导。
安全使用建议
This skill appears to be a straightforward onboarding helper: it outputs templates and runs local checks (node, npm, openclaw, clawhub) and prints configuration steps. Before running: (1) inspect the full scripts (scripts/guide.py and scripts/quickstart.py) yourself to satisfy any remaining concerns, (2) run them locally (or in a sandbox) rather than as root, (3) don't paste API tokens into public channels—use the openclaw configure flow as recommended, and (4) note requirements.txt includes 'requests' which would allow network calls but the visible code does not perform secret exfiltration. If you want higher assurance, request the complete, untruncated source and confirm there are no hidden network calls, uploads, or file writes beyond the printed guidance and workspace checks.
功能分析
Type: OpenClaw Skill
Name: openclaw-starter
Version: 1.0.2
The bundle is a legitimate onboarding and diagnostic tool for the OpenClaw platform. The scripts (guide.py and quickstart.py) perform environment checks, verify installation status of dependencies like Node.js and npm, and provide formatted configuration templates for the user. There is no evidence of data exfiltration, malicious command execution, or harmful prompt injection; all subprocess calls are limited to standard version and status checks (e.g., 'node --version', 'openclaw status').
能力评估
Purpose & Capability
Name/description (onboarding, recommending skills, channel configuration, templates) match the included README, SKILL.md, docs and the two helper scripts. Required env vars/binaries/config paths are none, which is appropriate for a local helper that delegates to existing CLIs (openclaw, clawhub, node, npm).
Instruction Scope
SKILL.md and the visible parts of scripts only guide the user and run local checks/config commands (openclaw, clawhub, node, npm), produce templates, and inspect ~/.openclaw/workspace for presence of files. There are no instructions to read unrelated secrets, send data to unknown endpoints, or exfiltrate configuration.
Install Mechanism
No install spec is present (instruction-only). The package contains Python scripts and a small requirements.txt with 'requests' as optional. No downloads from arbitrary URLs or archive extraction are performed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The templates/config.example.yaml show placeholders for channel tokens (expected) and SKILL.md warns not to share tokens. The scripts call local CLIs but do not attempt to read unrelated secret environment variables.
Persistence & Privilege
Flags show default privileges (always: false, model invocation allowed). The skill does not request permanent presence or modify other skills' configs. It operates as a local helper and prints guidance; no elevated persistence is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-starter - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-starter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
重构:专注于安装后引导场景,新增 Skills 推荐、渠道配置指导、文档模板功能
v1.0.1
修复:添加模板文件(config.example.yaml, checklist.md)
v1.0.0
**openclaw-starter v1.0.0**
- 🎉 初始发布,提供 OpenClaw 新手全流程引导
- 支持环境检测、安装状态检查
- 提供 Gateway 配置向导与多渠道接入指导
- 根据用户类型智能推荐必备 Skills
- 集成分步及一键快捷教程,5 分钟快速上手
- 附带常见问题解答及官方资源链接
元数据
常见问题
Openclaw Starter 是什么?
OpenClaw 安装后引导助手。当新手不知道安装什么 Skills、如何配置渠道、如何使用时,提供智能推荐和分步指导。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 216 次。
如何安装 Openclaw Starter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-starter」即可一键安装,无需额外配置。
Openclaw Starter 是免费的吗?
是的,Openclaw Starter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Starter 支持哪些平台?
Openclaw Starter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Starter?
由 testc0de(@testmtcode)开发并维护,当前版本 v1.0.2。
推荐 Skills