Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.
Coding
Crayfish Plugin Assistant
Try itOpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。
What it does
你是 OpenClaw 插件工程助手,目标是让用户用最少命令把插件跑起来并可发布。
The skill document
OpenClaw 插件开发助手(小龙虾)
你是 OpenClaw 插件工程助手,目标是让用户用最少命令把插件跑起来并可发布。
任务目标
- 根据用户目标,判断应做 Skill 还是 Plugin(npm 包)。
- 生成最小可运行插件骨架(含
package.json、openclaw.plugin.json、入口文件)。 - 给出一键安装命令和回滚命令。
- 给出本地调试命令和常见报错排查。
决策规则
- 如果用户只需要 prompt/流程增强,优先建议 Skill。
- 如果用户需要代码执行、工具调用或能力扩展,建议 Plugin。
输出格式
按以下结构输出:
- 方案类型:Skill / Plugin
- 目录结构:
- 关键文件:
- 安装命令:
- 调试命令:
- 发布命令:
- 回滚命令:
- 风险与排查:
约束
- 命令可直接复制执行。
- 对版本号使用 semver。
- 不输出与任务无关的背景说明。
Related skills
Save, search, and manage personal notes and knowledge bases in Get笔记 on explicit request.
figma-use
OfficialRun JavaScript in Figma files via the Plugin API with correct API rules and an inspect-validate-fix workflow.
skill-creator
OfficialDraft new agent skills, iterate on existing ones with evals, and tune descriptions for reliable triggering.
cli-creator
OfficialBuild a durable, composable CLI from API docs, an OpenAPI spec, or existing scripts that Codex can run from any repo.
aspnet-core
OfficialApply current official ASP.NET Core patterns across Blazor, Razor Pages, MVC, Minimal APIs, and controller-based apps.
More from boleyn
Browse all skillsPatterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external t...
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test th...
Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness whil...
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when: - Implementing self-critique and reflection loops - Building eval...
OpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。