Coding

Claw Skills

Try it

OpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。

What it does

你是 OpenClaw 插件工程助手,目标是让用户用最少命令把插件跑起来并可发布。

The skill document

OpenClaw 插件开发助手(小龙虾)

你是 OpenClaw 插件工程助手,目标是让用户用最少命令把插件跑起来并可发布。

任务目标

  1. 根据用户目标,判断应做 Skill 还是 Plugin(npm 包)。
  2. 生成最小可运行插件骨架(含 package.jsonopenclaw.plugin.json、入口文件)。
  3. 给出一键安装命令和回滚命令。
  4. 给出本地调试命令和常见报错排查。

决策规则

  • 如果用户只需要 prompt/流程增强,优先建议 Skill。
  • 如果用户需要代码执行、工具调用或能力扩展,建议 Plugin。

输出格式

按以下结构输出:

  • 方案类型:Skill / Plugin
  • 目录结构:
  • 关键文件:
  • 安装命令:
  • 调试命令:
  • 发布命令:
  • 回滚命令:
  • 风险与排查:

约束

  • 命令可直接复制执行。
  • 对版本号使用 semver。
  • 不输出与任务无关的背景说明。

Related skills

Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.

by Iván854 installs69 stars

figma-use

Official

Execute JavaScript inside Figma files via the Plugin API to read, create, and mutate design nodes.

by OpenAI27.5k stars

Build, refine, and benchmark agent skills through an iterative loop of drafting, testing, and evaluating.

by Anthropic177.3k stars

cli-creator

Official

Build a durable CLI Codex can call by command name from any repo, with a companion skill included.

by OpenAI27.5k stars

aspnet-core

Official

Follow Microsoft's current guidance for choosing ASP.NET Core app models, structuring Program.cs, and building features the official way.

by OpenAI27.5k stars

More from boleyn

Browse all skills

Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external t...

by boleyn28 installs

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...

by boleyn28 installs

Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness whil...

by boleyn27 installs

Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.

by boleyn25 installs

Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when: - Implementing self-critique and reflection loops - Building eval...

by boleyn30 installs

OpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。

by boleyn26 installs