← Back to Skills Marketplace
216
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install openclaw-starter
Description
OpenClaw 安装后引导助手。当新手不知道安装什么 Skills、如何配置渠道、如何使用时,提供智能推荐和分步指导。
Usage Guidance
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.
Capability Analysis
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').
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-starter - After installation, invoke the skill by name or use
/openclaw-starter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
重构:专注于安装后引导场景,新增 Skills 推荐、渠道配置指导、文档模板功能
v1.0.1
修复:添加模板文件(config.example.yaml, checklist.md)
v1.0.0
**openclaw-starter v1.0.0**
- 🎉 初始发布,提供 OpenClaw 新手全流程引导
- 支持环境检测、安装状态检查
- 提供 Gateway 配置向导与多渠道接入指导
- 根据用户类型智能推荐必备 Skills
- 集成分步及一键快捷教程,5 分钟快速上手
- 附带常见问题解答及官方资源链接
Metadata
Frequently Asked Questions
What is Openclaw Starter?
OpenClaw 安装后引导助手。当新手不知道安装什么 Skills、如何配置渠道、如何使用时,提供智能推荐和分步指导。 It is an AI Agent Skill for Claude Code / OpenClaw, with 216 downloads so far.
How do I install Openclaw Starter?
Run "/install openclaw-starter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Starter free?
Yes, Openclaw Starter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Starter support?
Openclaw Starter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Starter?
It is built and maintained by testc0de (@testmtcode); the current version is v1.0.2.
More Skills