← Back to Skills Marketplace
skill-setup-flow
by
tengcareergmail
· GitHub ↗
· v1.0.0
· MIT-0
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-setup-flow
Description
为已安装技能创建标准化设置流程,包括目录结构、配置模板、核心文件更新和设置日志记录。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-setup-flow - After installation, invoke the skill by name or use
/skill-setup-flow - Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Frequently Asked Questions
What is skill-setup-flow?
为已安装技能创建标准化设置流程,包括目录结构、配置模板、核心文件更新和设置日志记录。 It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install skill-setup-flow?
Run "/install skill-setup-flow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is skill-setup-flow free?
Yes, skill-setup-flow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does skill-setup-flow support?
skill-setup-flow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created skill-setup-flow?
It is built and maintained by tengcareergmail (@tengcareergmail); the current version is v1.0.0.
More Skills