clawra 1.1.0 → 1.1.1

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 (3) hide show
  1. package/README.md +2 -2
  2. package/bin/cli.js +1 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Clawra Selfie
1
+ # Clawra
2
+ <img width="300" alt="image" src="https://github.com/user-attachments/assets/41512c51-e61d-4550-b461-eed06a1b0ec8" />
2
3
 
3
- Add selfie superpowers to your OpenClaw agent using xAI Grok Imagine.
4
4
 
5
5
  ## Quick Install
6
6
 
package/bin/cli.js CHANGED
@@ -297,6 +297,7 @@ async function updateOpenClawConfig(falKey) {
297
297
  entries: {
298
298
  [SKILL_NAME]: {
299
299
  enabled: true,
300
+ apiKey: falKey,
300
301
  env: {
301
302
  FAL_KEY: falKey,
302
303
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawra",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Add selfie superpowers to your OpenClaw agent using xAI Grok Imagine",
5
5
  "bin": {
6
6
  "clawra": "./bin/cli.js"