openclaw-langcache 1.2.0 → 1.2.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 (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,12 +30,13 @@ The skill will be automatically installed to `~/.openclaw/workspace/skills/langc
30
30
  ### Via Git
31
31
 
32
32
  ```bash
33
- git clone https://github.com/openclaw/langcache.git ~/.openclaw/workspace/skills/langcache
33
+ git clone https://github.com/manvinder01/openclaw-langcache.git /tmp/openclaw-langcache
34
+ cp -r /tmp/openclaw-langcache/skills/langcache ~/.openclaw/workspace/skills/
34
35
  ```
35
36
 
36
37
  ### Manual
37
38
 
38
- Download and extract to `~/.openclaw/workspace/skills/langcache/`
39
+ Download from [GitHub](https://github.com/manvinder01/openclaw-langcache) and copy `skills/langcache/` to `~/.openclaw/workspace/skills/`
39
40
 
40
41
  ## Configuration
41
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-langcache",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Semantic caching skill for OpenClaw using Redis LangCache",
5
5
  "keywords": [
6
6
  "openclaw",