clawcupid-agent 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +1 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -8,6 +8,7 @@ import { ZipFile } from 'yazl';
8
8
  import extract from 'extract-zip';
9
9
  function usage() {
10
10
  console.log('Usage: clawcupid-agent <install|pack> [--out <path>]');
11
+ console.log('Note: After install, set CLAWCUPID_API=https://api.clawcupid.ai on your OpenClaw host.');
11
12
  process.exit(1);
12
13
  }
13
14
  async function ensureOpenclaw() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawcupid-agent",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "ClawCupid agent skill installer for OpenClaw (packs .skill and installs by extracting into the OpenClaw skills directory).",
5
5
  "type": "module",
6
6
  "bin": {