Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

create-plugin-deepwiki创建插件 Deepwiki

Agent Skill

create-plugin-deepwiki 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,606

周安装

190

GitHub Stars

公开资料未说明

下载量

1,505
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:create-plugin-deepwiki(创建插件 Deepwiki)
来源仓库:https://github.com/hyharry/create-plugin-deepwiki
安装命令:
openclaw skills install create-plugin-deepwiki
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install create-plugin-deepwiki

简介

为已有代码库创建最小化插件或扩展模块实现功能增强。create-plugin-deepwiki 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 遵循约定优于配置原则减少侵入式修改保障系统稳定性。
  • 适用于希望在不破坏原有架构前提下增加定制能力的开发者。
  • 需提供宿主项目入口点与钩子函数位置以便正确挂载新逻辑。
  • 建议先阅读宿主系统插件开发指南确保接口兼容性达标。

SKILL.md

name
create-plugin
description
Create 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.

Create Plugin

Build the smallest plugin that solves the requested problem while fitting the host codebase.

Workflow

  1. Learn the codebase before designing anything.

- Read the GitHub repository first. - Read official docs linked from the repository, especially installation, API, examples, and contribution/style guidance. - If the deepwiki skill is installed, use DeepWiki MCP for public-repo source-code queries before guessing. - Use DeepWiki MCP for three things in particular: - 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. - Ask questions that are concrete and code-oriented, for example: - "What are the main extension points for adding a new plugin/module?" - "Which built-in modules are the smallest and best examples to study first?" - "How is the package organized, and where should a minimal extension live?"

  1. Learn the modular structure.

- Identify the extension points, package layout, naming conventions, imports, base classes, and how existing modules are organized. - Use DeepWiki MCP source-code queries to accelerate this discovery when the repo is public. - Inspect one or two similar built-in modules or extensions and mirror their shape.

  1. Make a short plan before coding.

- State the minimal implementation approach. - Prefer the smallest API and fewest files that still feel native to the project. - Call out any deliberate simplifications.

  1. Implement the plugin.

- Match the host project's conventions first: formatting, file layout, typing style, docstrings, imports, naming, and dependency choices. - Prefer readability over novelty. - Avoid adding dependencies unless clearly justified. - Do not modify upstream/vendor code unless the user explicitly asks for an in-tree patch.

  1. Check convention fit.

- Verify that names, module boundaries, and public API feel consistent with the host codebase. - If the environment is difficult, it is acceptable to skip full runtime testing, but still do lightweight checks that are feasible, such as syntax checks, lint-style review, or import-path review. - Be explicit about what was and was not verified.

  1. Document the plugin.

- Add minimal usage documentation. - Explain the core API, state/inputs/outputs if relevant, and the main simplifying assumptions. - Keep documentation proportionate to the plugin size.

Design Rules

  • Start from existing examples in the host repo before inventing structure.
  • Keep the extension minimal and easy to read.
  • Prefer a narrow, obvious API.
  • Follow the host project's patterns more than generic best practices when the two differ.
  • When uncertain, choose the simpler design and note the limitation.
  • Do not promise physical/functional fidelity beyond what the implementation actually does.

Output Checklist

Before finishing, confirm all of the following:

  • the repository and docs were reviewed first
  • the modular structure was inspected
  • a plan was made before implementation
  • the plugin is minimal and readable
  • the code follows host-project conventions as closely as practical
  • documentation was added
  • verification scope is stated honestly

References

  • For a worked example based on CAX, read references/cax-recrystallization-example.md.
  • Only read the reference when the current task is similar or when you want an example of how to apply this workflow to a scientific/plugin-style extension.
  • If the deepwiki skill is available, read its SKILL and use its ask, structure, and contents commands for public GitHub repositories during the repo-learning phase.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.44%
按下载量换算1,135

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills