← 返回 Skills 市场
fortunto2

Build

作者 Rust · GitHub ↗ · v2.2.1
cross-platform ⚠ suspicious
741
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install solo-build
功能描述
Execute implementation plan tasks with TDD workflow, auto-commit, and phase gates. Use when user says "build it", "start building", "execute plan", "implemen...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solo-build
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solo-build 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.1
Universalize: remove project-specific references, add SearXNG recommendation
v2.2.0
Initial ClawHub release
元数据
Slug solo-build
版本 2.2.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Build 是什么?

Execute implementation plan tasks with TDD workflow, auto-commit, and phase gates. Use when user says "build it", "start building", "execute plan", "implemen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 741 次。

如何安装 Build?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install solo-build」即可一键安装,无需额外配置。

Build 是免费的吗?

是的,Build 完全免费(开源免费),可自由下载、安装和使用。

Build 支持哪些平台?

Build 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Build?

由 Rust(@fortunto2)开发并维护,当前版本 v2.2.1。

💬 留言讨论