Install
openclaw skills install create-plugin-deepwikiCreate minimal, convention-matching plugins or extensions for an existing codebase. Use when the user asks for a plugin, extension, custom module, integration, or add-on for an open-source/project repository and wants the work to stay simple, readable, and aligned with the host project's structure and style.
openclaw skills install create-plugin-deepwikiBuild the smallest plugin that solves the requested problem while fitting the host codebase.
Learn the codebase before designing anything.
deepwiki skill is installed, use DeepWiki MCP for public-repo source-code queries before guessing.structure to map the documentation/wiki layout,contents to read relevant topic pages,ask to query extension points, module organization, APIs, naming patterns, and built-in examples to copy.Learn the modular structure.
Make a short plan before coding.
Implement the plugin.
Check convention fit.
Document the plugin.
Before finishing, confirm all of the following:
references/cax-recrystallization-example.md.deepwiki skill is available, read its SKILL and use its ask, structure, and contents commands for public GitHub repositories during the repo-learning phase.