Overview
- Skill Key
- ascottbell/maasv-memory
- Author
- ascottbell
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ascottbell/maasv-memory
- Latest Commit SHA
- de0227b15c73313e712fe3e5c75a90707f850cf5
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Maasv Memory 技能。 若已安装,则直接安装 Maasv Memory 技能。
# maasv Memory
Structured long-term memory for OpenClaw agents, powered by [maasv](https://github.com/ascottbell/maasv).
Replaces the default memory backend with a cognition layer that includes 3-signal retrieval (semantic + keyword + knowledge graph), entity extraction, temporal versioning, and experiential learning.
**maasv is entirely self-hosted.** There is no maasv cloud service. You run the server on your own machine, and all data is stored in a SQLite file on your local disk that you own and control. Nothing is sent to maasv.
## Install
This skill requires the `@maasv/openclaw-memory` plugin and a running maasv server.
### 1. Start the server
```bash
pip install "maasv[server,anthropic,voyage]"
cp server.env.example .env # fill in API keys (see below)
maasv-server
```
### 2. Install the plugin
```bash
openclaw plugins install @maasv/openclaw-memory
```
### 3. Activate
```json5
// ~/.openclaw/openclaw.json
{
plugins: {
slots: { memory: "memory-maasv" },
entries: {
"memory-maasv": {
enabled: true,
config: {
serverUrl: "http://127.0.0.1:18790",
autoRecall: true,
autoCapture: true,
enableGraph: true
}
}
}
}
}
```
## Required Credentials
The maasv server needs an LLM provider (for entity extraction) and an embedding provider (for semantic search). Configure these in your `.env` file:
| Variable | Required | Purpose |
|----------|----------|---------|
| `MAASV_LLM_PROVIDER` | Yes | `anthropic` or `openai` |
| `MAASV_ANTHROPIC_API_KEY` | If using Anthropic | LLM calls for entity extraction |
| `MAASV_OPENAI_API_KEY` | If using OpenAI | LLM calls for entity extraction |
| `MAASV_EMBED_PROVIDER` | Yes | `voyage`, `openai`, or `ollama` |
| `MAASV_VOYAGE_API_KEY` | If using Voyage | Embedding generation |
| `MAASV_API_KEY` | Optional | Protects maasv server endpoints with auth |
**For fully local operation** (no cloud calls), use `ollama` as your embed provider an...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.