← Back to Skills Marketplace
741
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install solo-build
Description
Execute implementation plan tasks with TDD workflow, auto-commit, and phase gates. Use when user says "build it", "start building", "execute plan", "implemen...
Usage Guidance
This skill will read and modify files in your repository (plan.md, workflow docs, stack yaml, progress logs), run shell commands (make, npm/pnpm, linters/tests), and may install project git hooks. It requests no secrets, but it may invoke MCP tools (code search/web search) that could send queries or metadata to external services — decide if you want your project context exposed. Before running: (1) review the referenced files (docs/plan/, docs/workflow.md, templates/stacks/*, .solo/pipelines/progress.md); (2) ensure no secrets or CI tokens are committed; (3) verify any commands the skill will run (there is a possible typo like 'uv run pre-commit install'); and (4) consider running on a branch or cloned copy so commits/hooks are reversible. If you want tighter control, restrict the skill to projects you trust or run it in an isolated environment.
Capability Analysis
Type: OpenClaw Skill
Name: solo-build
Version: 2.2.1
The skill is classified as suspicious due to its extensive use of powerful tools like `Bash`, `Write`, `Edit`, and `web_search` as defined in `SKILL.md`. While the instructions consistently guide the agent towards legitimate software development, testing, and verification tasks (e.g., running linters, compilers, test suites, git commands, installing dev tools), the inherent capability to execute arbitrary shell commands and modify files presents a significant attack surface. A compromised agent or malicious project configuration (e.g., in `Makefile`, `docs/workflow.md`, or `stack.yaml`) could exploit these capabilities for unauthorized actions, even though the skill's own instructions do not demonstrate malicious intent.
Capability Assessment
Purpose & Capability
Name/description (execute implementation plan with TDD, auto-commit, phase gates) match the runtime instructions: locating docs/plan, picking tasks, running tests/lints, committing, and updating progress. The declared lack of env vars/credentials and no install spec is coherent with an instruction-only repo tool.
Instruction Scope
Instructions legitimately read and modify repository files (docs/plan/*, docs/workflow.md, templates/stacks/{stack}.yaml, .solo/pipelines/progress.md, plan.md) and run local commands (make, pnpm/npm, pre-commit/husky/lefthook install, test targets). This is expected for a build executor. Note: instructions may invoke MCP tools (codegraph, project_code_search, web_search) which can send project queries to external services; review whether you want project code/metadata exposed to those external services. Also some commands in the doc (e.g., 'uv run pre-commit install') look like a possible typo — verify commands before execution.
Install Mechanism
No install spec is provided (instruction-only), so nothing will be written to disk by an installer. The runtime guidance includes advice to run package-manager commands to enable git hooks in the project; those are per-repo actions, not a global install.
Credentials
The skill requests no environment variables or credentials, which is proportionate. However, its runtime actions may run package managers, install git hooks, and execute test/build commands that could access network resources (package registries, CI endpoints) or local config (git config). Ensure no sensitive tokens or credentials are stored in the repository or in files the skill will read.
Persistence & Privilege
always:false and no persistent install — the skill does not request elevated platform privileges. It will modify repository files (plan.md progress markers, commits) and can install project-level git hooks, which is appropriate for a build/execution skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solo-build - After installation, invoke the skill by name or use
/solo-build - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.2.1
Universalize: remove project-specific references, add SearXNG recommendation
v2.2.0
Initial ClawHub release
Metadata
Frequently Asked Questions
What is Build?
Execute implementation plan tasks with TDD workflow, auto-commit, and phase gates. Use when user says "build it", "start building", "execute plan", "implemen... It is an AI Agent Skill for Claude Code / OpenClaw, with 741 downloads so far.
How do I install Build?
Run "/install solo-build" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Build free?
Yes, Build is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Build support?
Build is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Build?
It is built and maintained by Rust (@fortunto2); the current version is v2.2.1.
More Skills