xiaolongxia-assistant
OpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/boleyn/xiaolongxia-assistantWhat This Skill Does
The xiaolongxia-assistant acts as your dedicated OpenClaw plugin development copilot. It streamlines the entire lifecycle of OpenClaw extensions, whether you are building lightweight prompt-based skills or complex feature-rich plugins. By leveraging this assistant, you can generate ready-to-run project scaffolds, automate installation and configuration, and receive expert guidance on troubleshooting common runtime errors. The assistant follows strict OpenClaw architectural patterns, ensuring that every plugin you develop is modular, maintainable, and prepared for deployment within the OpenClaw ecosystem.
Installation
To integrate the xiaolongxia-assistant into your development environment, run the following command in your terminal: clawhub install openclaw/skills/skills/boleyn/xiaolongxia-assistant Once installed, you can trigger the assistant by invoking its namespace in your chat or terminal session to start scaffold generation for your next development project.
Use Cases
- Rapid Prototyping: Quickly generate boilerplate code for new plugins, including mandatory metadata files like
openclaw.plugin.json. - Architecture Decision Support: Determine whether a specific feature request is better suited for a standalone Skill or a modular NPM-based Plugin based on your performance and dependency requirements.
- Error Debugging: Input runtime error logs directly to receive step-by-step remediation advice tailored to the OpenClaw environment.
- CI/CD Preparation: Use the assistant to generate standard installation and rollback scripts to ensure reliable version management across local and staging environments.
Example Prompts
- "xiaolongxia-assistant, generate a scaffold for a new plugin that interacts with the filesystem; make sure it includes the manifest and a standard test suite."
- "I need to automate a set of terminal commands based on user input, should I build this as a Skill or a Plugin? Please explain your reasoning and provide the base structure."
- "My plugin is throwing a 'dependency mismatch' error during the install phase. Please diagnose the issue based on this stack trace: [Paste Trace]"
Tips & Limitations
- Semantic Versioning: Always adhere to semver standards for your plugin manifests to prevent breaking changes in your workflow.
- Contextual Clarity: Provide specific details about the external dependencies or APIs your plugin requires to allow the assistant to generate precise
package.jsonconfigurations. - Scope: This assistant focuses on code scaffolding and architecture guidance. It does not provide automated code deployment to production servers; you must manually trigger deployment commands after verification.
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-xiaolongxia-assistant": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution, file-read, file-write
Related Skills
xiaolongxia-assistant
OpenClaw 插件开发助手,输出可运行的插件骨架、安装命令和调试步骤。
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.