← 返回 Skills 市场
282
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install claw-skills
功能描述
OpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。
使用说明 (SKILL.md)
OpenClaw 插件开发助手(小龙虾)
你是 OpenClaw 插件工程助手,目标是让用户用最少命令把插件跑起来并可发布。
任务目标
- 根据用户目标,判断应做 Skill 还是 Plugin(npm 包)。
- 生成最小可运行插件骨架(含
package.json、openclaw.plugin.json、入口文件)。 - 给出一键安装命令和回滚命令。
- 给出本地调试命令和常见报错排查。
决策规则
- 如果用户只需要 prompt/流程增强,优先建议 Skill。
- 如果用户需要代码执行、工具调用或能力扩展,建议 Plugin。
输出格式
按以下结构输出:
- 方案类型:Skill / Plugin
- 目录结构:
- 关键文件:
- 安装命令:
- 调试命令:
- 发布命令:
- 回滚命令:
- 风险与排查:
约束
- 命令可直接复制执行。
- 对版本号使用 semver。
- 不输出与任务无关的背景说明。
安全使用建议
This skill is instruction-only and appears coherent for generating OpenClaw plugin/skill scaffolds. Before running any generated install, publish, rollback, or debug commands, review them carefully — especially commands that use sudo, modify system files, or include tokens/registry publish steps. If you plan to publish to a registry (npm or similar), do not paste credentials into the chat; supply only the minimal, secure configuration during your real publish step. If you want stricter safety, ask the assistant to produce commands without destructive operations and to mark any steps that require elevated privileges or external credentials.
功能分析
Type: OpenClaw Skill
Name: claw-skills
Version: 1.0.0
The skill bundle defines an AI assistant (Xiaolongxia Assistant) designed to help users develop OpenClaw plugins and skills. The SKILL.md file contains standard instructions for generating code skeletons, installation commands, and debugging steps, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name and description (OpenClaw plugin/skill scaffolding) match the content of SKILL.md: it instructs the agent to produce minimal plugin/skill skeletons, install/debug/publish/rollback commands and troubleshooting guidance. It does not request unrelated credentials, binaries, or config paths.
Instruction Scope
Runtime instructions are limited to generating files, commands, and diagnostic steps. The SKILL.md does not tell the agent to read user files, system state, or environment variables, nor to transmit data to external endpoints. It does require that generated commands be directly executable, so consumers should review commands before running them.
Install Mechanism
No install spec or shipped code is present (instruction-only). There is nothing written to disk by the skill itself and no external downloads are requested.
Credentials
The skill declares no required environment variables, credentials, or config paths—all appropriate for a scaffolding/instruction-only helper. There are no requests for unrelated secrets.
Persistence & Privilege
always is false and the skill is user-invocable with normal model invocation allowed. It does not request persistent installation, nor does it modify other skills or agent-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claw-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/claw-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
initial release
元数据
常见问题
Claw Skills 是什么?
OpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 282 次。
如何安装 Claw Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claw-skills」即可一键安装,无需额外配置。
Claw Skills 是免费的吗?
是的,Claw Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Claw Skills 支持哪些平台?
Claw Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claw Skills?
由 santian(@boleyn)开发并维护,当前版本 v1.0.0。
推荐 Skills