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.
- package/README.md +9 -3
- 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
|
-
|
|
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
|