Files
openclaw-master-skills/skills/elite-longterm-memory/package.json
T
MyClaw AI 3e83cee039 feat: expand to 339+ curated skills (v0.3.0)
- Added 175 new high-quality skills across all categories
- 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other
- Updated all language READMEs and SKILL.md
- Weekly update by MyClaw.ai
2026-03-11 11:54:00 +00:00

58 lines
1.3 KiB
JSON

{
"name": "elite-longterm-memory",
"version": "1.2.3",
"description": "Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol, vector search, git-based knowledge graphs, cloud backup. Never lose context again.",
"keywords": [
"memory",
"ai-agent",
"long-term-memory",
"vector-search",
"lancedb",
"git-notes",
"wal",
"persistent-context",
"claude",
"gpt",
"chatgpt",
"openclaw",
"moltbot",
"cursor",
"copilot",
"github-copilot",
"ai",
"llm",
"automation",
"context-management",
"mem0",
"auto-extraction",
"fact-extraction",
"vibe-coding",
"ai-tools",
"developer-tools",
"devtools",
"typescript"
],
"optionalDependencies": {
"mem0ai": "^1.0.0"
},
"author": "NextFrontierBuilds",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NextFrontierBuilds/elite-longterm-memory"
},
"homepage": "https://github.com/NextFrontierBuilds/elite-longterm-memory",
"bugs": {
"url": "https://github.com/NextFrontierBuilds/elite-longterm-memory/issues"
},
"bin": {
"elite-memory": "./bin/elite-memory.js"
},
"files": [
"SKILL.md",
"bin/",
"templates/",
"README.md"
]
}