@wbwj/memos-cloud-hermes-plugin
v1.0.1
Published
MemOS Cloud integration for Hermes Agent - long-term memory persistence
Downloads
100
Maintainers
Readme
MemOS Cloud OpenClaw Plugin
Official MemOS Cloud integration for Hermes Agent.
🚀 Quick Install
# From NPM (when published)
hermes plugins install @wbwj/memos-cloud-hermes-plugin@latest
# Or from local file
hermes plugins install ./memos-cloud-hermes-plugin-1.0.0.tgz⚙️ Configuration
Add to ~/.hermes/.env:
MEMOS_API_KEY=your_api_key
MEMOS_BASE_URL=https://memos.memtensor.cn/api/openmem/v1 # optional
MEMOS_USER_ID=openclaw-user # optionalGet API key from: https://memos-dashboard.openmem.net/cn/apikeys/
🔧 Tools Provided
memos_search_memory- Search memoriesmemos_add_message- Store messagesmemos_delete_memory- Delete memoriesmemos_list_memories- List memories
🧠 Auto Memory Workflow
Pair with memos-cloud-native skill for automatic:
- Pre-conversation recall (inject relevant memories)
- Post-conversation archiving (store preferences & facts)
hermes skills install memos-cloud-native🛠 Development
# Install dependencies
pip install requests
# Test plugin
npm test📦 Package Structure
This NPM package contains:
plugin.yaml- Hermes plugin manifest__init__.py- Python tool implementations- Configurable via
~/.hermes/.env
🐛 Troubleshooting
Plugin not loading?
hermes plugins list
# Should show: memos-cloud v1.0.0Tools not available?
hermes gateway restartAPI errors?
- Verify
MEMOS_API_KEYis set - Test connectivity:
python3 -c "import requests; requests.post('...')"
📄 License
MIT - see LICENSE file
