mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-09 15:35:17 +00:00
6 lines
191 B
TypeScript
6 lines
191 B
TypeScript
import type { OpenClawPluginApi } from "openclaw/plugin-sdk/open-prose";
|
|
|
|
export default function register(_api: OpenClawPluginApi) {
|
|
// OpenProse is delivered via plugin-shipped skills.
|
|
}
|