← 返回 Skills 市场
557
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install solo-init
功能描述
One-time founder onboarding — generates personalized manifest, STREAM calibration, dev principles, and stack selection. Use when user says "set up solo facto...
安全使用建议
This skill appears to do what it says: it will prompt you and write human-readable config and manifest files to ~/.solo-factory/defaults.yaml and a .solo/ folder in the chosen project. Before running: 1) Back up any existing ~/.solo-factory/defaults.yaml or .solo/ you care about (the skill can overwrite these if you choose "Reconfigure from scratch"). 2) Be aware the skill will search parent directories for a templates/ directory — if you keep sensitive files nearby, know the agent may read them while looking for templates. 3) The skill suggests optional checks (like uvx solograph) but does not require installing external software. 4) If you are on a shared machine, review the generated files after running to confirm no unexpected content was written. Overall, this skill is coherent and proportional to its stated onboarding purpose.
功能分析
Type: OpenClaw Skill
Name: solo-init
Version: 2.1.1
The skill's actions are entirely consistent with its stated purpose of 'One-time founder onboarding' and generating personalized configuration files. It uses `Bash` to create directories (`mkdir`) and writes configuration files (`.yaml`, `.md`) based on user input and local templates. There are no instructions for data exfiltration, unauthorized network calls, persistence mechanisms, or prompt injection against the agent itself. While user input written to files could pose a vulnerability if not properly sanitized by the agent or if the generated files are later executed unsafely, the skill itself does not exhibit malicious intent or actions.
能力评估
Purpose & Capability
Name/description (founder onboarding, generate manifest, STREAM calibration, dev principles, stacks) aligns with required actions: reading/writing ~/.solo-factory/defaults.yaml and .solo/ in the project, prompting the user, and copying/generating templates. No unrelated environment variables, binaries, or external credentials are requested.
Instruction Scope
SKILL.md instructs the agent to read/write files under the user's home and project (~/ .solo-factory/defaults.yaml and .solo/), prompt the user with AskUserQuestion, search for templates (traverse up to find solo-factory/templates/), and generate files from either found templates or inline defaults. These are appropriate for onboarding but worth noting: the file-search step could traverse parent directories to locate a templates/ directory (reads filesystem beyond the project directory). The skill also suggests running or checking for optional tooling (uvx solograph), but that is only a non-mandatory check. Instructions are otherwise scoped to config/template generation and user prompts.
Install Mechanism
No install spec and no code files — instruction-only skill. That is the lowest-risk model: nothing is downloaded or extracted to disk by an installer. The skill's behavior will be limited to the allowed tools and the file operations described in SKILL.md.
Credentials
The skill requires no environment variables, credentials, or special config paths beyond writing to ~/.solo-factory and the project .solo/ directory. No secrets or unrelated tokens are requested. The absence of primaryEnv and requires.env is proportional to the described functionality.
Persistence & Privilege
always:false (normal), user-invocable:true. The skill writes files within the user's home and project directories (expected for an initializer). It does not attempt to modify other skills or global agent configuration. Behavior is limited to its own files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solo-init - 安装完成后,直接呼叫该 Skill 的名称或使用
/solo-init触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.1
Universalize: remove project-specific references, add SearXNG recommendation
v2.1.0
Initial publish
元数据
常见问题
Init 是什么?
One-time founder onboarding — generates personalized manifest, STREAM calibration, dev principles, and stack selection. Use when user says "set up solo facto... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 557 次。
如何安装 Init?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solo-init」即可一键安装,无需额外配置。
Init 是免费的吗?
是的,Init 完全免费(开源免费),可自由下载、安装和使用。
Init 支持哪些平台?
Init 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Init?
由 Rust(@fortunto2)开发并维护,当前版本 v2.1.1。
推荐 Skills