Tools
Anyclaw Rag
RAG knowledge base for AnyClaw/OpenClaw AI Gateway - Device config, plugins, MCP, models, troubleshooting
README
# AnyClaw RAG Knowledge Base
> Tài liệu RAG (Retrieval-Augmented Generation) đầy đủ về **AnyClaw/OpenClaw** - AI Gateway trên Android
## Cấu trúc
```
anyclaw-rag/
├── README.md # Tổng quan
├── docs/
│ ├── 01-overview.md # Tổng quan ứng dụng
│ ├── 02-configuration.md # Cấu hình chi tiết
│ ├── 03-plugins.md # Plugins
│ ├── 04-skills.md # Skills
│ ├── 05-mcp-hooks.md # MCP Servers & Hooks
│ ├── 06-models.md # AI Models
│ └── 07-troubleshooting.md # Xử lý lỗi
├── rag/
│ ├── context.json # Context cấu trúc cho AI
│ └── rules.yaml # Rules & guidelines
└── config/
└── openclaw.json # Mẫu config chuẩn
```
## Cách sử dụng
### 1. Đọc toàn bộ docs
```bash
cat docs/*.md
```
### 2. Skill opencode
Skill `anyclaw-rag` đã được cài đặt trong `~/.opencode/skills/anyclaw-rag/`
### 3. Global rule
AGENTS.md đã cập nhật global rules cho opencode
tools
Comments
Sign in to leave a comment