← 返回 Skills 市场
skill-setup-flow
作者
tengcareergmail
· GitHub ↗
· v1.0.0
· MIT-0
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-setup-flow
功能描述
为已安装技能创建标准化设置流程,包括目录结构、配置模板、核心文件更新和设置日志记录。
安全使用建议
This skill is a documentation-driven meta-tool and appears to do what it says: read a skill's docs and create standard local files and integration notes. Before you run it, do these simple checks: (1) review the SKILL.md/setup-template.md contents so you know exactly which files will be created/modified and where; (2) back up SOUL.md, AGENTS.md, MEMORY.md (or any global core files) before allowing automated edits; (3) never put real API keys, passwords, or other secrets into config.md or other plaintext files created by the template—use a secret store or encrypted storage instead; (4) because the skill source/homepage are unknown, prefer running it in a sandbox or inspect/grep the files in the skill package yourself before using any included automation scripts; and (5) if you want to automate execution, inspect any suggested shell scripts (setup-*.sh) and run them step-by-step rather than blindly executing them.
功能分析
Type: OpenClaw Skill
Name: skill-setup-flow
Version: 1.0.0
The skill is a meta-utility designed to automate the configuration of other skills by creating directory structures and modifying core agent files like SOUL.md and AGENTS.md. It is classified as suspicious because it contains a potential shell injection vulnerability in SKILL.md and setup-template.md, where the {skill-name} variable is used directly in shell commands (e.g., mkdir -p) without sanitization instructions. Furthermore, the ability to programmatically rewrite the agent's core behavioral instructions (SOUL.md) represents a high-risk capability that could be leveraged for persistence or behavioral manipulation, despite appearing benign in this specific context.
能力评估
Purpose & Capability
Name/description (standardize setup for installed skills) match the instructions: reading SKILL.md, creating directories/files under ~/skills/{skill-name}/, and updating integration docs. The requested capabilities are proportional to a setup/meta-skill.
Instruction Scope
Runtime instructions are limited to reading ~/skills/{skill-name}/SKILL.md and other docs, creating directories/files in user skill paths, and updating core docs (SOUL.md, AGENTS.md, MEMORY.md). This is within scope, but it explicitly modifies global/core integration files—worth reviewing since those are system-level artifacts.
Install Mechanism
Instruction-only skill; no install spec, no downloads, no binaries. Lowest install risk because nothing is written to disk by an installer beyond what the agent/user chooses to create at runtime.
Credentials
The skill declares no required env vars or credentials. However templates it creates (config.md) may include placeholders for API_KEYs; the skill does not request secrets itself but could encourage storing them in plaintext files. That is expected for a setup helper but users should avoid placing real secrets there unencrypted.
Persistence & Privilege
Skill is not always-enabled and can be invoked by the user. It does request creating and updating persistent files (including global docs like SOUL.md/AGENTS.md/MEMORY.md). That persistence is coherent with its purpose, but those write operations are persisted system-wide and should be reviewed/permissioned.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-setup-flow - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-setup-flow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release providing a standardized setup process for OpenClaw skills.
- Enables users to initialize and configure installed skills with simple commands.
- Reads each skill's documentation to generate needed directories and template files.
- Integrates new skills into main system files (SOUL.md, AGENTS.md, etc.).
- Creates a setup log tracking configuration, created files, and integration steps.
- Supports different setup flows for various skill types (configuration, data, behavior, tool).
元数据
常见问题
skill-setup-flow 是什么?
为已安装技能创建标准化设置流程,包括目录结构、配置模板、核心文件更新和设置日志记录。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 skill-setup-flow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-setup-flow」即可一键安装,无需额外配置。
skill-setup-flow 是免费的吗?
是的,skill-setup-flow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
skill-setup-flow 支持哪些平台?
skill-setup-flow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 skill-setup-flow?
由 tengcareergmail(@tengcareergmail)开发并维护,当前版本 v1.0.0。
推荐 Skills