Skip to content

mashirokai/nebflow-plugin-creator

v1.0.0

插件封装器包——节点获得把能力需求封装为合规插件包的全流程执行能力(三输入分析→包生成→机械自检→落盘即生效的交付自检)。适用于把已有 skill 或能力封装成插件、做一个能 Y 的新插件、写 plugin.json 与 SKILL.md、插件描述质量体检、跑包校验脚本等任务。内含 skills:plugin-packaging(三输入→生成→自检→交付的封装主流程,含同名冲突与 digest 漂移等六分叉处置、交付前自检与来源/digest 报告口径)、description-quality(manifest 五段式描述规范:模板、好坏范例、M1-M15 判定口径与核心词表圈定法)。验证与质量审查任务另配 nebflow-qa 插件。无 mcp.json、无工具扩展。

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "nebflow-plugin-creator",
  "version": "1.0.0",
  "description": "插件封装器包——节点获得把能力需求封装为合规插件包的全流程执行能力(三输入分析→包生成→机械自检→落盘即生效的交付自检)。适用于把已有 skill 或能力封装成插件、做一个能 Y 的新插件、写 plugin.json 与 SKILL.md、插件描述质量体检、跑包校验脚本等任务。内含 skills:plugin-packaging(三输入→生成→自检→交付的封装主流程,含同名冲突与 digest 漂移等六分叉处置、交付前自检与来源/digest 报告口径)、description-quality(manifest 五段式描述规范:模板、好坏范例、M1-M15 判定口径与核心词表圈定法)。验证与质量审查任务另配 nebflow-qa 插件。无 mcp.json、无工具扩展。",
  "author": {"name": "Nebflow"}
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • validate_plugin.py
  • manifest.template.json
View on GitHub