← Back to Skills Marketplace
376
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install starter-flow
Description
快速一键安装 OpenClaw 五个核心技能,支持自主选择和中英文切换,提供新手引导,本地安全运行并可随时卸载。
Usage Guidance
This is an interactive Bash installer that delegates actual installation to your 'clawhub' CLI. Before running: 1) Confirm that you trust the clawhub client and the source it pulls packages from (network downloads will occur when installing the listed skills). 2) Review or sandbox-run install.sh if you want to inspect behavior locally (it only calls 'clawhub install' and prints prompts). 3) Be aware of a minor metadata mismatch: the script requires bash but the registry entry omitted that—this is not dangerous but worth noting. 4) After installation, inspect each installed skill (their source/homepage and requested permissions) before enabling autonomous invocation. If you do not trust clawhub or network installs, do not run the script.
Capability Analysis
Type: OpenClaw Skill
Name: starter-flow
Version: 1.0.0
The skill bundle provides an interactive script (`install.sh`) to help users install a selection of other OpenClaw skills using the `clawhub install` command. The skill names passed to `clawhub install` are hardcoded, preventing shell injection from user input. All documentation (`SKILL.md`, `README.md`) clearly states the skill's purpose, emphasizes local execution, user choice, and easy uninstallation, with no evidence of prompt injection attempts or malicious instructions. Internal review documents further reinforce a commitment to security and user experience.
Capability Assessment
Purpose & Capability
The name, description, README, SKILL.md and install.sh all align: this is a front-end installer for five OpenClaw skills. Minor metadata inconsistency: the registry metadata lists no required binaries, but SKILL.md metadata and the shipped install.sh assume a Bash runtime (the script requires bash). This is expected for an interactive installer but should be synchronized.
Instruction Scope
SKILL.md and install.sh remain within the described scope: they display a selection UI, confirm user choices, and call 'clawhub install <skill>' for each selected skill. One item to note: the README and script assume network access to clawhub/clawhub.ai for installing skills and troubleshooting (e.g., ping clawhub.ai). The SKILL.md's wording '本地运行, 无云端依赖' appears to refer to runtime behavior of the installed skills, but installation uses the platform CLI which may fetch packages over the network—this is not hidden, but it is a slight wording mismatch.
Install Mechanism
No install spec is present and the included install.sh only invokes an existing CLI (clawhub) to perform installs. There are no downloads from arbitrary URLs, no extracted archives, and no code obfuscation. This is a low-risk install pattern provided the clawhub CLI itself is trusted.
Credentials
The skill declares no required environment variables, reads no secrets, and the script does not access config paths or credential files. It only runs interactive logic and calls clawhub; requested privileges are proportional to installing other skills.
Persistence & Privilege
No 'always: true' flag, default invocation settings apply. The script does not modify other skills' configuration files directly (it delegates installation to clawhub). There is no evidence of attempts to persistently elevate privileges or change global agent settings beyond normal skill installation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install starter-flow - After installation, invoke the skill by name or use
/starter-flow - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Starter Flow 1.0.0 — 快速上手 OpenClaw 的新手启动套件
- 提供一键安装 5 个核心技能,3 分钟完成 OpenClaw 入门配置
- 支持勾选安装、语言切换(中文/英文)、安全本地运行
- 安装完成自动显示新手引导与核心用法
- 触发词覆盖“新手”、“启动”、“快速上手”等常见说法
- 用户自主选择,随时可卸载,不残留
Metadata
Frequently Asked Questions
What is Starter Flow?
快速一键安装 OpenClaw 五个核心技能,支持自主选择和中英文切换,提供新手引导,本地安全运行并可随时卸载。 It is an AI Agent Skill for Claude Code / OpenClaw, with 376 downloads so far.
How do I install Starter Flow?
Run "/install starter-flow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Starter Flow free?
Yes, Starter Flow is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Starter Flow support?
Starter Flow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Starter Flow?
It is built and maintained by largetool (@largetool); the current version is v1.0.0.
More Skills