From d8290c0aa74a6dcdf3fccdc6fea47fb48ffbcf1f Mon Sep 17 00:00:00 2001 From: nav Date: Wed, 1 Apr 2026 18:11:04 +0000 Subject: [PATCH] create initial project skeleton --- plugin/index.ts | 0 plugin/openclaw.plugin.json | 0 scripts/install.mjs | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 plugin/index.ts create mode 100644 plugin/openclaw.plugin.json create mode 100644 scripts/install.mjs diff --git a/plugin/index.ts b/plugin/index.ts new file mode 100644 index 0000000..e69de29 diff --git a/plugin/openclaw.plugin.json b/plugin/openclaw.plugin.json new file mode 100644 index 0000000..e69de29 diff --git a/scripts/install.mjs b/scripts/install.mjs new file mode 100644 index 0000000..e69de29