← Back to Skills Marketplace
562
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install solo-setup
Description
Auto-generate project workflow config (docs/workflow.md) from existing PRD and CLAUDE.md with zero questions. Use when user says "set up workflow", "configur...
Usage Guidance
What this skill will do: scan your project files (CLAUDE.md, docs/prd.md, package manifests, Makefile, linters), optionally consult local templates or ~/.solo-factory/defaults.yaml to find projects_dir, then create docs/workflow.md and add a reference in CLAUDE.md. It does not require credentials or install external software. Before installing/using: back up CLAUDE.md if you care about manual edits, review the generated docs/workflow.md for correctness (the skill picks the first test framework found and makes opinionated choices like TDD policy), and ensure you’re running the agent in the intended project directory. If you want extra caution, run it on a branch or in a copy of the repo so you can review changes before merging.
Capability Analysis
Type: OpenClaw Skill
Name: solo-setup
Version: 2.1.1
The skill `solo-setup` is designed to auto-generate project workflow configurations. It reads various project-specific files (e.g., `CLAUDE.md`, `package.json`, `Makefile`), accesses a user configuration file (`~/.solo-factory/defaults.yaml`) to locate project directories, and writes/updates project documentation (`docs/workflow.md`, `CLAUDE.md`). It uses the `Bash` tool for a simple `mkdir` command. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection with harmful intent. All actions are aligned with the stated purpose of setting up a development workflow.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the skill only needs to read project docs/manifests and write docs/workflow.md. No unrelated binaries, env vars, or external credentials are requested.
Instruction Scope
Instructions confine themselves to project files (CLAUDE.md, docs/prd.md, package.json/pyproject.toml, Makefile, linter configs) and optionally local template files (.solo/, stacks/<stack>.yaml). It also may read ~/.solo-factory/defaults.yaml to find projects_dir if an argument is provided — this is reasonable for locating the project but does access a file in the user's home directory outside the project root. The skill does not instruct network exfiltration or secret collection.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written beyond the generated project docs.
Credentials
No environment variables, credentials, or config paths are declared as required. The single out-of-project path (~/.solo-factory/defaults.yaml) is used only to locate projects_dir, which is consistent with the purpose.
Persistence & Privilege
always is false and the skill only writes/edits files inside the project (docs/workflow.md and possibly CLAUDE.md). It does not request system-wide changes or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solo-setup - After installation, invoke the skill by name or use
/solo-setup - 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 Setup?
Auto-generate project workflow config (docs/workflow.md) from existing PRD and CLAUDE.md with zero questions. Use when user says "set up workflow", "configur... It is an AI Agent Skill for Claude Code / OpenClaw, with 562 downloads so far.
How do I install Setup?
Run "/install solo-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Setup free?
Yes, Setup is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Setup support?
Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Setup?
It is built and maintained by Rust (@fortunto2); the current version is v2.1.1.
More Skills