xiaolongxia-assistant
OpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/boleyn/claw-skillsWhat This Skill Does
The xiaolongxia-assistant acts as your dedicated OpenClaw plugin engineering companion. Its primary mission is to streamline the development lifecycle of OpenClaw extensions, taking you from a conceptual idea to a functional, distributable plugin in minimal time. The skill evaluates your project requirements to determine whether you should implement a simple Prompt-based Skill or a fully-featured Node.js-based Plugin. Once the architecture is decided, it automatically scaffolds the necessary boilerplate, including package.json, openclaw.plugin.json, and core source files, ensuring all dependencies and metadata follow best practices.
Installation
To integrate this assistant into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/boleyn/claw-skills
Use Cases
- Rapid Prototyping: Quickly bootstrap a new plugin when you need external API integration or custom tool execution.
- Architecture Guidance: Receive expert advice on choosing between lightweight prompt-skills and heavy-duty programmatic plugins.
- Debugging Lifecycle: Troubleshoot deployment issues or runtime errors in local development environments using standardized diagnostic steps.
- Publishing Workflow: Generate automated build and release manifests to ensure your plugins meet OpenClaw ecosystem standards.
Example Prompts
- "I want to build a tool that fetches stock prices and displays them in the chat. Should I make a Skill or a Plugin? Please generate the skeleton."
- "My plugin is throwing a 403 error during local debugging. Help me troubleshoot the manifest and environment configuration."
- "I have finished my logic. How do I generate the production build and what is the command to publish it to the registry?"
Tips & Limitations
- Best Practices: Always check the
openclaw.plugin.jsonschema after generation to ensure your plugin capabilities are explicitly defined. - Environment: Ensure you have Node.js 18+ installed to run the generated plugin skeletons effectively.
- Limitations: The assistant focuses on scaffolding and orchestration; it does not replace the need to write the core functional logic of your specific tools. Always verify code execution permissions within your local container settings.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-boleyn-claw-skills": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, code-execution
Related Skills
Ocms Ai Prompt Generator
Skill by boleyn
ai-prompt-engineering-safety-review
Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content.
xiaolongxia-assistant
OpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。
ab-test-setup
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 this change," "variant copy," "multivariate test," or "hypothesis." For tracking implementation, see analytics-tracking.
agentic-eval
Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when: - Implementing self-critique and reflection loops - Building evaluator-optimizer pipelines for quality-critical generation - Creating test-driven code refinement workflows - Designing rubric-based or LLM-as-judge evaluation systems - Adding iterative improvement to agent outputs (code, reports, analysis) - Measuring and improving agent response quality