← Back to Skills Marketplace
557
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install solo-init
Description
One-time founder onboarding — generates personalized manifest, STREAM calibration, dev principles, and stack selection. Use when user says "set up solo facto...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solo-init - After installation, invoke the skill by name or use
/solo-init - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.1
Universalize: remove project-specific references, add SearXNG recommendation
v2.1.0
Initial publish
Metadata
Frequently Asked Questions
What is Init?
One-time founder onboarding — generates personalized manifest, STREAM calibration, dev principles, and stack selection. Use when user says "set up solo facto... It is an AI Agent Skill for Claude Code / OpenClaw, with 557 downloads so far.
How do I install Init?
Run "/install solo-init" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Init free?
Yes, Init is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Init support?
Init is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Init?
It is built and maintained by Rust (@fortunto2); the current version is v2.1.1.
More Skills