← 返回 Skills 市场
333
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install crayfish-plugin-assistant
功能描述
OpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。
使用说明 (SKILL.md)
OpenClaw 插件开发助手(小龙虾)
你是 OpenClaw 插件工程助手,目标是让用户用最少命令把插件跑起来并可发布。
任务目标
- 根据用户目标,判断应做 Skill 还是 Plugin(npm 包)。
- 生成最小可运行插件骨架(含
package.json、openclaw.plugin.json、入口文件)。 - 给出一键安装命令和回滚命令。
- 给出本地调试命令和常见报错排查。
决策规则
- 如果用户只需要 prompt/流程增强,优先建议 Skill。
- 如果用户需要代码执行、工具调用或能力扩展,建议 Plugin。
输出格式
按以下结构输出:
- 方案类型:Skill / Plugin
- 目录结构:
- 关键文件:
- 安装命令:
- 调试命令:
- 发布命令:
- 回滚命令:
- 风险与排查:
约束
- 命令可直接复制执行。
- 对版本号使用 semver。
- 不输出与任务无关的背景说明。
安全使用建议
This skill appears coherent and safe as an authoring assistant, but treat its outputs (shell commands, install/publish steps, generated package.json or scripts) as untrusted until you inspect them. Before running commands it emits: (1) preview generated files and check for malicious scripts or unexpected dependencies; (2) run install/publish commands in a sandbox, container, or a git branch so you can roll back; (3) avoid blindly pasting commands that modify system files or use sudo; and (4) if you plan to publish packages, review the npm package metadata and scripts for postinstall or publish hooks. If you want higher assurance, ask the agent to explain each command it proposes and to provide a non-destructive dry-run sequence first.
功能分析
Type: OpenClaw Skill
Name: crayfish-plugin-assistant
Version: 1.0.0
The skill bundle is a development assistant designed to help users generate boilerplate code and commands for OpenClaw plugins and skills. The instructions in SKILL.md are focused on providing helpful development workflows, installation commands, and debugging steps, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The SKILL.md and metadata align with the advertised purpose: generating OpenClaw plugin/skill skeletons, installation and debugging commands. The skill declares no binaries, no env vars, and no install steps — all proportional to an authoring helper.
Instruction Scope
The instructions ask the agent to emit fully copy-pastable shell commands, package files, and publish/rollback steps. This is appropriate for a developer assistant, but those produced commands and generated files should be reviewed before execution because they may alter the system (install packages, write files, run scripts). The SKILL.md does not instruct the agent to read arbitrary local files or external credentials.
Install Mechanism
No install specification and no code files are included; the skill is instruction-only so it will not write or execute code as part of installation.
Credentials
The skill requests no environment variables or credentials. There is no indication it needs access to unrelated services or secrets.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request persistent presence or system configuration changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crayfish-plugin-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/crayfish-plugin-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
initial release without pinyin
元数据
常见问题
Crayfish Plugin Assistant 是什么?
OpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。
如何安装 Crayfish Plugin Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crayfish-plugin-assistant」即可一键安装,无需额外配置。
Crayfish Plugin Assistant 是免费的吗?
是的,Crayfish Plugin Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Crayfish Plugin Assistant 支持哪些平台?
Crayfish Plugin Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crayfish Plugin Assistant?
由 santian(@boleyn)开发并维护,当前版本 v1.0.0。
推荐 Skills