11 lines
312 B
TypeScript
Raw Permalink Normal View History

import { definePluginEntry, type OpenClawPluginApi } from "./runtime-api.js";
2026-01-23 00:49:32 +00:00
export default definePluginEntry({
id: "open-prose",
name: "OpenProse",
description: "Plugin-shipped prose skills bundle",
register(_api: OpenClawPluginApi) {
// OpenProse is delivered via plugin-shipped skills.
},
});