sogni-gen 1.2.3 → 1.2.4

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/README.md +9 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,15 @@ An [OpenClaw](https://github.com/OpenClaw/OpenClaw) plugin for AI image + video
12
12
 
13
13
  ### Quick Install (OpenClaw) - Recommended
14
14
 
15
- This repo ships an `openclaw.plugin.json` manifest so OpenClaw can automatically download and set everything up:
15
+ Point your OpenClaw to the [`llm.txt`](https://raw.githubusercontent.com/Sogni-AI/openclaw-sogni-gen/main/llm.txt) and everything is set up just paste the URL into Telegram, WhatsApp, or iMessages and the bot handles image and video generation automatically.
16
+
17
+ ```
18
+ https://raw.githubusercontent.com/Sogni-AI/openclaw-sogni-gen/main/llm.txt
19
+ ```
20
+
21
+ ### Plugin Install
22
+
23
+ This repo also ships an `openclaw.plugin.json` manifest so OpenClaw can automatically download and set everything up:
16
24
 
17
25
  ```bash
18
26
  # One command to install from GitHub
@@ -22,8 +30,6 @@ openclaw plugins install git@github.com:Sogni-AI/openclaw-sogni-gen.git
22
30
  openclaw plugins install sogni-gen
23
31
  ```
24
32
 
25
- That's it! OpenClaw will handle the rest.
26
-
27
33
  ### Manual Installation
28
34
 
29
35
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sogni-gen",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Sogni AI image generation plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "sogni-gen.mjs",