๐Ÿง  OpenClaw LanceDB Memory System

ๅŸบไบŽ LanceDB ๅ‘้‡ๆ•ฐๆฎๅบ“็š„ๆ™บ่ƒฝ่ฎฐๅฟ†็ณป็ปŸ๏ผŒไธบ OpenClaw Agent ๆไพ›้•ฟๆœŸ่ฎฐๅฟ†ๅ’Œ่ฏญไน‰ๆฃ€็ดข่ƒฝๅŠ›ใ€‚

3,891 stars

Best use case

๐Ÿง  OpenClaw LanceDB Memory System is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

ๅŸบไบŽ LanceDB ๅ‘้‡ๆ•ฐๆฎๅบ“็š„ๆ™บ่ƒฝ่ฎฐๅฟ†็ณป็ปŸ๏ผŒไธบ OpenClaw Agent ๆไพ›้•ฟๆœŸ่ฎฐๅฟ†ๅ’Œ่ฏญไน‰ๆฃ€็ดข่ƒฝๅŠ›ใ€‚

Teams using ๐Ÿง  OpenClaw LanceDB Memory System should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/clawlancememory/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/asbinbin/clawlancememory/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/clawlancememory/SKILL.md inside your project
  3. Restart your AI agent โ€” it will auto-discover the skill

How ๐Ÿง  OpenClaw LanceDB Memory System Compares

Feature / Agent๐Ÿง  OpenClaw LanceDB Memory SystemStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

ๅŸบไบŽ LanceDB ๅ‘้‡ๆ•ฐๆฎๅบ“็š„ๆ™บ่ƒฝ่ฎฐๅฟ†็ณป็ปŸ๏ผŒไธบ OpenClaw Agent ๆไพ›้•ฟๆœŸ่ฎฐๅฟ†ๅ’Œ่ฏญไน‰ๆฃ€็ดข่ƒฝๅŠ›ใ€‚

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# ๐Ÿง  OpenClaw LanceDB Memory System

ๅŸบไบŽ LanceDB ๅ‘้‡ๆ•ฐๆฎๅบ“็š„ๆ™บ่ƒฝ่ฎฐๅฟ†็ณป็ปŸ๏ผŒไธบ OpenClaw Agent ๆไพ›้•ฟๆœŸ่ฎฐๅฟ†ๅ’Œ่ฏญไน‰ๆฃ€็ดข่ƒฝๅŠ›ใ€‚

![License](https://img.shields.io/badge/license-MIT-blue.svg)
![Python](https://img.shields.io/badge/python-3.8+-blue.svg)
![LanceDB](https://img.shields.io/badge/lancedb-0.30+-green.svg)

## โœจ ็‰นๆ€ง

- ๐Ÿ” **่ฏญไน‰ๆฃ€็ดข** - ็†่งฃๆ„ๆ€๏ผŒไธๅชๆ˜ฏๅ…ณ้”ฎ่ฏๅŒน้…
- ๐Ÿง  **่‡ชๅŠจๅˆ†็ฑป** - preference/fact/task/general ๅ››็ง่ฎฐๅฟ†็ฑปๅž‹
- ๐Ÿค– **่‡ชๅŠจๆŠฝๅ–** - ไปŽๅฏน่ฏไธญ่‡ชๅŠจ่ฏ†ๅˆซ้‡่ฆไฟกๆฏ
- ๐Ÿ’พ **้•ฟๆœŸๅญ˜ๅ‚จ** - ๆŒไน…ๅŒ–ๅญ˜ๅ‚จ๏ผŒ่ทจ session ไฝฟ็”จ
- โšก **ๆฏซ็ง’ๅ“ๅบ”** - ๅ‘้‡ๆฃ€็ดข๏ผŒๅฟซ้€Ÿๅ“ๅบ”
- ๐Ÿ”Œ **ๅณๆ’ๅณ็”จ** - OpenClaw Hook ้›†ๆˆ๏ผŒ่‡ชๅŠจๅŠ ่ฝฝ

## ๐Ÿš€ ๅฟซ้€Ÿๅผ€ๅง‹

### 1. ๅฎ‰่ฃ…ไพ่ต–

```bash
# ๅ…‹้š†ไป“ๅบ“
git clone https://github.com/asbinbin/claw_lance.git
cd claw_lance

# ๅˆ›ๅปบ่™šๆ‹Ÿ็Žฏๅขƒ
python3 -m venv venv
source venv/bin/activate

# ๅฎ‰่ฃ…ไพ่ต–
pip install -r requirements.txt
```

### 2. ้…็ฝฎ API Key

```bash
# ่Žทๅ–ๆ™บ่ฐฑ AI API Key: https://open.bigmodel.cn/
export ZHIPU_API_KEY="your-api-key-here"
```

### 3. ๅฏ็”จ Hook

```bash
# ๆ–นๆณ• 1: ไฝฟ็”จๅฏ็”จ่„šๆœฌ
bash enable.sh

# ๆ–นๆณ• 2: OpenClaw ๅ‘ฝไปค
openclaw hooks enable memory-system
```

### 4. ๆต‹่ฏ•

```bash
# ๆŸฅ็œ‹็”จๆˆท็”ปๅƒ
python3 skill.py profile

# ๆทปๅŠ ่ฎฐๅฟ†
python3 skill.py add --content "ๆˆ‘ๅ–œๆฌข็ฎ€ๆด" --type preference

# ๆฃ€็ดข่ฎฐๅฟ†
python3 skill.py search --query "้กน็›ฎ"
```

## ๐Ÿ“š ๆ–‡ๆกฃ

- [ๅฎ‰่ฃ…ๆŒ‡ๅ—](docs/INSTALL.md)
- [ไฝฟ็”จๆ‰‹ๅ†Œ](docs/USAGE.md)
- [API ๅ‚่€ƒ](docs/API.md)
- [Hook ้›†ๆˆ](docs/HOOK.md)
- [ๅธธ่ง้—ฎ้ข˜](docs/FAQ.md)

## ๐ŸŽฏ ่ฎฐๅฟ†็ฑปๅž‹

| ็ฑปๅž‹ | ่ฏดๆ˜Ž | ่งฆๅ‘่ฏ | ไพ‹ๅญ |
|------|------|--------|------|
| **preference** | ๅๅฅฝใ€ไน ๆƒฏ | ๆˆ‘ๅ–œๆฌข/ๆˆ‘ๅๅฅฝ/ๆˆ‘ไน ๆƒฏ | "ๆˆ‘ๅ–œๆฌข็ฎ€ๆด็š„ๆฑ‡ๆŠฅ้ฃŽๆ ผ" |
| **fact** | ไบ‹ๅฎžใ€่ƒŒๆ™ฏ | ๆˆ‘ๆ˜ฏ/ๆˆ‘่ดŸ่ดฃ/ๆˆ‘ๆ“…้•ฟ | "ๆˆ‘่ดŸ่ดฃ POC ้กน็›ฎ" |
| **task** | ไปปๅŠกใ€ๅพ…ๅŠž | ๆˆ‘้œ€่ฆ/ๅˆซๅฟ˜ไบ†/ๆ˜Žๅคฉ่ฆ | "ๆฏๅ‘จๅ››ๆไบค OKR ๅ‘จๆŠฅ" |
| **general** | ๅ…ถไป– | - | ๅฏน่ฏๅކๅฒใ€ไธดๆ—ถไฟกๆฏ |

## ๐Ÿ”ง ๅ‘ฝไปค่กŒไฝฟ็”จ

```bash
# ๆŸฅ็œ‹็”จๆˆท็”ปๅƒ
python3 skill.py profile

# ๆฃ€็ดข่ฎฐๅฟ†
python3 skill.py search --query "้กน็›ฎ" --k 5

# ๆทปๅŠ ่ฎฐๅฟ†
python3 skill.py add --content "ๆˆ‘ๅ–œๆฌข Markdown" --type preference

# ่‡ชๅŠจๆŠฝๅ–๏ผˆไปŽๆถˆๆฏไธญ่ฏ†ๅˆซ่ฎฐๅฟ†๏ผ‰
python3 skill.py auto --message "ๆˆ‘่ดŸ่ดฃ POC ้กน็›ฎ๏ผŒๅ–œๆฌข็ฎ€ๆด็š„ไปฃ็ "

# ๆŸฅ็œ‹็ปŸ่ฎกไฟกๆฏ
python3 skill.py stats

# ๆธ…็†่ฟ‡ๆœŸ่ฎฐๅฟ†
python3 skill.py cleanup
```

## ๐Ÿ’ป Python API

```python
from skills.memory.openclaw_integration import OpenClawMemoryIntegration

# ๅˆๅง‹ๅŒ–
mem = OpenClawMemoryIntegration(user_id="ou_xxx")

# ็”Ÿๆˆ system prompt๏ผˆๅŒ…ๅซ่ฎฐๅฟ†๏ผ‰
prompt = mem.get_session_system_prompt("ไฝ ๆ˜ฏๅฐ็พŽๅผ")

# ๆฃ€็ดข่ฎฐๅฟ†
results = mem.search_memory("้กน็›ฎ", k=5)
for r in results:
    print(f"{r['type']}: {r['content']}")

# ๆทปๅŠ ่ฎฐๅฟ†
mem.add_memory("ๆˆ‘ๅ–œๆฌข็ฎ€ๆด", type="preference", importance=0.8)

# ่Žทๅ–็”จๆˆท็”ปๅƒ
profile = mem.get_user_profile()
print(f"ๅๅฅฝ๏ผš{profile['preferences']}")
print(f"ไบ‹ๅฎž๏ผš{profile['facts']}")
print(f"ไปปๅŠก๏ผš{profile['tasks']}")
```

## ๐Ÿ—๏ธ ๆžถๆž„

```
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚          OpenClaw Agent                  โ”‚
โ”‚                                          โ”‚
โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚
โ”‚  โ”‚  Memory Hook (handler.js)          โ”‚ โ”‚
โ”‚  โ”‚  - ๆ‹ฆๆˆช agent:bootstrap ไบ‹ไปถ         โ”‚ โ”‚
โ”‚  โ”‚  - ่ฐƒ็”จ Python ่„šๆœฌ                  โ”‚ โ”‚
โ”‚  โ”‚  - ๆณจๅ…ฅ USER_MEMORY.md             โ”‚ โ”‚
โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
         โ†“
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚       Python ่ฎฐๅฟ†ๆจกๅ—                     โ”‚
โ”‚                                          โ”‚
โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚
โ”‚  โ”‚  openclaw_integration.py           โ”‚ โ”‚
โ”‚  โ”‚  - OpenClaw ้›†ๆˆๆŽฅๅฃ                โ”‚ โ”‚
โ”‚  โ”‚  - ็”Ÿๆˆ system prompt              โ”‚ โ”‚
โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚
โ”‚              โ†“                           โ”‚
โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚
โ”‚  โ”‚  lancedb_memory.py                 โ”‚ โ”‚
โ”‚  โ”‚  - LanceDB ่ฎฐๅฟ†็ฎก็†                 โ”‚ โ”‚
โ”‚  โ”‚  - ๅ‘้‡ๆฃ€็ดข                        โ”‚ โ”‚
โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚
โ”‚              โ†“                           โ”‚
โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚
โ”‚  โ”‚  auto_memory.py                    โ”‚ โ”‚
โ”‚  โ”‚  - ่‡ชๅŠจ่ฎฐๅฟ†ๆŠฝๅ–                    โ”‚ โ”‚
โ”‚  โ”‚  - ๆจกๅผๅŒน้…                        โ”‚ โ”‚
โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
         โ†“
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚        LanceDB ๅ‘้‡ๆ•ฐๆฎๅบ“                โ”‚
โ”‚        memory_lancedb/                  โ”‚
โ”‚                                          โ”‚
โ”‚  - ๅ‘้‡ๅญ˜ๅ‚จ๏ผˆๆ™บ่ฐฑ AI Embedding๏ผ‰         โ”‚
โ”‚  - ่ฏญไน‰ๆฃ€็ดข                             โ”‚
โ”‚  - ๅคš็”จๆˆท้š”็ฆป                           โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
```

## ๐Ÿ“Š ๆˆๆœฌ

**ๆ™บ่ฐฑ AI Embedding**:
- ๅ…่ดน้ขๅบฆ๏ผš100 ไธ‡ tokens๏ผˆๆณจๅ†Œๅฐฑ้€๏ผ‰
- ไปทๆ ผ๏ผšยฅ0.0005/1K tokens
- ่ฎฐๅฟ†็ณป็ปŸ็”จ้‡๏ผš~50 tokens/ๆก
- **100 ไธ‡ tokens โ‰ˆ 20,000 ๆก่ฎฐๅฟ†**

**LanceDB**:
- ๆœฌๅœฐ้ƒจ็ฝฒ๏ผŒๅฎŒๅ…จๅ…่ดน
- ๅ†…ๅญ˜ๅ ็”จ๏ผš~200MB
- ็ฃ็›˜ๅ ็”จ๏ผš~100MB๏ผˆๆฏ 1000 ๆก่ฎฐๅฟ†๏ผ‰

## ๐Ÿ”’ ้š็งไธŽๅฎ‰ๅ…จ

- โœ… **ๆœฌๅœฐๅญ˜ๅ‚จ**: ๆ‰€ๆœ‰่ฎฐๅฟ†ๆ•ฐๆฎๅญ˜ๅ‚จๅœจๆœฌๅœฐ
- โœ… **API ๅŠ ๅฏ†**: ไฝฟ็”จ HTTPS ่ฐƒ็”จๆ™บ่ฐฑ AI API
- โœ… **ๅคš็”จๆˆท้š”็ฆป**: ไธๅŒ็”จๆˆท็š„ๆ•ฐๆฎๅฎŒๅ…จ้š”็ฆป
- โœ… **ๆ— ๆ•ฐๆฎไธŠไผ **: ่ฎฐๅฟ†ๆ•ฐๆฎไธไผšไธŠไผ ๅˆฐไปปไฝ•ๆœๅŠกๅ™จ

## ๐Ÿ› ๏ธ ๅผ€ๅ‘

### ้กน็›ฎ็ป“ๆž„

```
claw_lance/
โ”œโ”€โ”€ README.md                 # ้กน็›ฎ่ฏดๆ˜Ž
โ”œโ”€โ”€ requirements.txt          # Python ไพ่ต–
โ”œโ”€โ”€ enable.sh                 # ๅฏ็”จ่„šๆœฌ
โ”œโ”€โ”€ skill.py                  # ๅ‘ฝไปค่กŒๅ…ฅๅฃ
โ”œโ”€โ”€ hooks/
โ”‚   โ””โ”€โ”€ memory-system/
โ”‚       โ”œโ”€โ”€ HOOK.md           # Hook ๅ…ƒๆ•ฐๆฎ
โ”‚       โ””โ”€โ”€ handler.js        # Hook ๅค„็†ๅ™จ
โ”œโ”€โ”€ skills/
โ”‚   โ””โ”€โ”€ memory/
โ”‚       โ”œโ”€โ”€ lancedb_memory.py        # LanceDB ๆ ธๅฟƒ
โ”‚       โ”œโ”€โ”€ openclaw_integration.py  # OpenClaw ้›†ๆˆ
โ”‚       โ”œโ”€โ”€ auto_memory.py           # ่‡ชๅŠจ่ฎฐๅฟ†ๆŠฝๅ–
โ”‚       โ””โ”€โ”€ session_start.py         # Session ๅฏๅŠจ่„šๆœฌ
โ”œโ”€โ”€ docs/                     # ๆ–‡ๆกฃ็›ฎๅฝ•
โ”‚   โ”œโ”€โ”€ INSTALL.md
โ”‚   โ”œโ”€โ”€ USAGE.md
โ”‚   โ”œโ”€โ”€ API.md
โ”‚   โ”œโ”€โ”€ HOOK.md
โ”‚   โ””โ”€โ”€ FAQ.md
โ””โ”€โ”€ tests/                    # ๆต‹่ฏ•็›ฎๅฝ•
    โ””โ”€โ”€ test_memory.py
```

### ่ฟ่กŒๆต‹่ฏ•

```bash
# ๅฎ‰่ฃ…ๆต‹่ฏ•ไพ่ต–
pip install pytest

# ่ฟ่กŒๆต‹่ฏ•
pytest tests/
```

## ๐Ÿค ่ดก็Œฎ

ๆฌข่ฟŽๆไบค Issue ๅ’Œ Pull Request๏ผ

1. Fork ๆœฌไป“ๅบ“
2. ๅˆ›ๅปบ็‰นๆ€งๅˆ†ๆ”ฏ (`git checkout -b feature/AmazingFeature`)
3. ๆไบคๆ›ดๆ”น (`git commit -m 'Add some AmazingFeature'`)
4. ๆŽจ้€ๅˆฐๅˆ†ๆ”ฏ (`git push origin feature/AmazingFeature`)
5. ๅผ€ๅฏ Pull Request

## ๐Ÿ“ ๆ›ดๆ–ฐๆ—ฅๅฟ—

### v1.0.0 (2026-03-31)
- โœจ ๅˆๅง‹็‰ˆๆœฌๅ‘ๅธƒ
- ๐Ÿ” ่ฏญไน‰ๆฃ€็ดขๅŠŸ่ƒฝ
- ๐Ÿง  ่‡ชๅŠจ่ฎฐๅฟ†ๆŠฝๅ–
- ๐Ÿ”Œ OpenClaw Hook ้›†ๆˆ
- ๐Ÿ“š ๅฎŒๆ•ดๆ–‡ๆกฃ

## ๐Ÿ“„ ่ฎธๅฏ่ฏ

ๆœฌ้กน็›ฎ้‡‡็”จ MIT ่ฎธๅฏ่ฏ - ๆŸฅ็œ‹ [LICENSE](LICENSE) ๆ–‡ไปถไบ†่งฃ่ฏฆๆƒ…ใ€‚

## ๐Ÿ™ ่‡ด่ฐข

- [LanceDB](https://lancedb.com/) - ๅ‘้‡ๆ•ฐๆฎๅบ“
- [ๆ™บ่ฐฑ AI](https://open.bigmodel.cn/) - Embedding ๆœๅŠก
- [OpenClaw](https://openclaw.ai/) - Agent ๆก†ๆžถ

## ๐Ÿ“ฎ ่”็ณปๆ–นๅผ

- GitHub Issues: [ๆ้—ฎ](https://github.com/asbinbin/claw_lance_memory/issues)
- ้กน็›ฎไธป้กต๏ผšhttps://github.com/asbinbin/claw_lance_memory

---

**Made with โค๏ธ by ๅฐ็พŽๅผ โ˜•**

Related Skills

filesystem

3891
from openclaw/skills

Advanced filesystem operations for listing files, searching content, batch processing, and directory analysis. Supports recursive search, file type filtering, size analysis, and batch operations like copy/move/delete. Use when you need to: list directory contents, search for files by name or content, analyze directory structures, perform batch file operations, or analyze file sizes and distribution.

General Utilities

openclaw-youtube

3891
from openclaw/skills

YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.

Content & Documentation

openclaw-search

3891
from openclaw/skills

Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.

Data & Research

openclaw-media-gen

3891
from openclaw/skills

Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.

Content & Documentation

Productivity Operating System

3891
from openclaw/skills

You are a personal productivity architect. Your job: help the user design, execute, and optimize their daily system so they consistently ship high-impact work while protecting energy and avoiding burnout.

Workflow & Productivity

Presentation Mastery โ€” Complete Slide Design & Delivery System

3891
from openclaw/skills

You are a Presentation Architect. You help build presentations that persuade, inform, and move people to action. You cover the full lifecycle: audience analysis โ†’ narrative structure โ†’ slide design โ†’ delivery coaching โ†’ post-presentation follow-up.

Content & Documentation

OpenClaw Mastery โ€” The Complete Agent Engineering & Operations System

3891
from openclaw/skills

> Built by AfrexAI โ€” the team that runs 9+ production agents 24/7 on OpenClaw.

DevOps & Infrastructure

n8n Workflow Mastery โ€” Complete Automation Engineering System

3891
from openclaw/skills

You are an expert n8n workflow architect. You design, build, debug, optimize, and scale n8n automations following production-grade methodology. Every workflow you create is complete, functional, and follows the patterns in this guide.

Workflow & Productivity

ML & AI Engineering System

3891
from openclaw/skills

Complete methodology for building, deploying, and operating production ML/AI systems โ€” from experiment to scale.

MCP Engineering โ€” Complete Model Context Protocol System

3891
from openclaw/skills

Build, integrate, secure, and scale MCP servers and clients. From first server to production multi-tool architecture.

AI Infrastructure & Integrations

Legacy System Modernization Engine

3891
from openclaw/skills

Complete methodology for assessing, planning, and executing legacy system modernization โ€” from monolith decomposition to cloud migration. Works for any tech stack, any scale.

DevOps & Infrastructure

Knowledge Management System

3891
from openclaw/skills

> Turn tribal knowledge into searchable, maintained organizational intelligence. Stop losing expertise when people leave.