← 返回 Skills 市场
280
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install whois
功能描述
Initialize and configure OpenClaw agent workspace MD files (AGENTS.md, SOUL.md, IDENTITY.md, USER.md, TOOLS.md, BOOTSTRAP.md, HEARTBEAT.md). Use when: settin...
安全使用建议
This skill otherwise appears coherent for creating and updating OpenClaw workspace files, but stop and review before running any automatic installer. The included script suggests installing 'uv' via piping a script from https://astral.sh/install.sh — downloading and running shell scripts from an unknown domain is risky. Before using the skill: (1) Inspect the install script at the URL yourself (do not pipe blindly to sh); (2) prefer installing 'uv' via your OS/package manager or a verified release if available; (3) run the check-env script in a safe/test environment or container first; (4) back up existing AGENTS.md/SOUL.md/etc. and confirm the skill won't overwrite critical sections (SKILL.md instructs to extend not replace — follow that); (5) confirm the container and workspace paths are correct for your instance; and (6) avoid putting secrets into generated workspace MD files because they are injected into prompts every turn.
功能分析
Type: OpenClaw Skill
Name: whois
Version: 1.0.0
The skill automates OpenClaw agent workspace initialization but employs several high-risk patterns. Specifically, `scripts/check-env.sh` and `SKILL.md` utilize `curl | sh` to download and execute a remote installation script for the 'uv' package manager from astral.sh. Furthermore, the skill performs broad filesystem writes and `docker exec` commands to modify core agent instruction files (like `SOUL.md` and `AGENTS.md`). While these capabilities are plausibly required for the stated purpose of workspace setup, the use of unverified remote execution and the potential for injecting malicious instructions into the agent's permanent configuration via the interactive interview phase constitute significant security risks.
能力评估
Purpose & Capability
Name, description, and included templates/scripts align with the stated goal of initializing OpenClaw workspace MD files. The files (SKILL.md, templates, workspace guide) and the check-env script are coherent for generating and writing agent workspace files.
Instruction Scope
Runtime instructions are focused on interviewing the user, checking environment, and showing/writing workspace files to host or container. They require reading the existing AGENTS.md and other workspace files and run docker exec or file-write commands as expected. The SKILL.md also instructs never to include secrets and to show generated content before writing — which is responsible. However, the instructions include an optional automatic install step that downloads and executes a script from a remote host (astral.sh), which expands the skill's scope to performing network installs on the target system.
Install Mechanism
There is no formal install spec, but scripts/check-env.sh uses curl -LsSf https://astral.sh/uv/install.sh | sh to install 'uv' when run with --install. Downloading and piping an arbitrary install script from an external personal/unknown domain is a high-risk install pattern because the script will be executed with shell privileges and there is no signature or checksum verification. The rest of the skill is instruction-only and writes files via cat/docker exec (expected).
Credentials
The skill does not request environment variables, credentials, or config paths beyond reading/writing workspace files. That is proportional to the described task. Minor oddity: .claude/settings.local.json contains a permission allowing a specific git ls-files command against a local path (/Users/clawdbot/.../data/skills/agent-init/), which looks like a leftover local test/permission entry but does not itself require new credentials.
Persistence & Privilege
always is false and the skill does not claim to force-enable itself or modify other skills. It writes per-agent workspace files and uses container/host write methods as expected. No elevated persistent privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whois - 安装完成后,直接呼叫该 Skill 的名称或使用
/whois触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of agent-init skill for OpenClaw agent workspace setup.
- Adds interactive interview workflow to gather context before generating agent files.
- Automates creation of key workspace MD files: AGENTS.md, SOUL.md, IDENTITY.md, USER.md, TOOLS.md, BOOTSTRAP.md, HEARTBEAT.md.
- Supports both container and external (host) OpenClaw instances.
- Enforces use of "uv" for Python environment management; never uses pip directly.
- Protects core AGENTS.md template: always extends, never replaces critical sections.
- Displays each generated file for user confirmation before writing.
元数据
常见问题
agent-init 是什么?
Initialize and configure OpenClaw agent workspace MD files (AGENTS.md, SOUL.md, IDENTITY.md, USER.md, TOOLS.md, BOOTSTRAP.md, HEARTBEAT.md). Use when: settin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 280 次。
如何安装 agent-init?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whois」即可一键安装,无需额外配置。
agent-init 是免费的吗?
是的,agent-init 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
agent-init 支持哪些平台?
agent-init 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 agent-init?
由 teamclaw(@szsip239)开发并维护,当前版本 v1.0.0。
推荐 Skills