human-like-memory-plugin

Long-term memory plugin for OpenClaw: automatic recall, storage, and agent tools

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "human-like-memory-plugin" with this command: npx skills add humanlike2026/humanlike-memory-plugin

Human-Like Memory Plugin

Long-term memory plugin for OpenClaw. Gives your agent the ability to remember past conversations, user preferences, and important context across sessions.

Features

  • Automatic memory recall before each response
  • Automatic conversation storage after each response
  • Agent-callable tools: memory_search and memory_store
  • Registered as a first-class memory slot (kind: "memory")
  • Runtime reads OpenClaw plugin config only
  • Privacy-preserving by default: platform metadata extraction is disabled unless explicitly enabled
  • Requires OpenClaw >= 2026.2.0

Setup

1. Get API Key

Visit plugin.human-like.me → Register → Copy your mp_xxx key

2. Install

openclaw plugins install @humanlikememory/human-like-mem

3. Configure

# Set API key (required)
openclaw config set plugins.entries.human-like-mem.config.apiKey "mp_your_key_here"

# Set as the active memory engine
openclaw config set plugins.slots.memory human-like-mem

# Enable memory search for the agent
openclaw config set agents.defaults.memorySearch '{"enabled":true}' --strict-json

4. Restart

openclaw restart

5. Verify

openclaw status

You should see:

Memory │ 0 files · 0 chunks · sources remote-api · plugin human-like-mem · vector ready

Configuration Options

All options via openclaw config set plugins.entries.human-like-mem.config.<key> <value>:

KeyTypeDefaultDescription
apiKeystring(required)Your API key from plugin.human-like.me
baseUrlstringhttps://plugin.human-like.meAPI endpoint
userIdstringopenclaw-userUser identifier
agentIdstringauto-detectedAgent identifier
recallEnabledbooleantrueEnable automatic memory recall
addEnabledbooleantrueEnable automatic memory storage
memoryLimitNumbernumber6Max memories to recall per turn
minScorenumber0.1Minimum relevance score (0-1)
minTurnsToStorenumber5Store after N conversation turns
stripPlatformMetadatabooleantrueDo not send Feishu/Discord platform IDs unless explicitly enabled

Agent Tools

Once installed, your agent can actively use memory:

  • memory_search — Search past conversations and stored knowledge
  • memory_store — Save important information for future recall

Troubleshooting

ProblemSolution
"API key not configured"openclaw config set plugins.entries.human-like-mem.config.apiKey "mp_xxx"
"unavailable" in statusSet plugins.slots.memory to human-like-mem
Check logsopenclaw logs | grep "Memory Plugin"

License

Apache-2.0

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Canonry Setup

Agent-first AEO operating platform.

Registry SourceRecently Updated
4151arberx
Automation

Pilot Service Agents Entertainment

Games, manga/anime, trivia, and fandom APIs — PokeAPI, Jikan, CheapShark, misc. Use this skill when: 1. Pokémon / PokeAPI lookups 2. Anime or manga metadata...

Registry SourceRecently Updated
Automation

Pilot Service Agents Economics

Macroeconomic indicators — IMF DataMapper, World Bank, Eurostat SDMX, Coinbase reference prices. Use this skill when: 1. Country-level GDP, inflation, or une...

Registry SourceRecently Updated
Automation

Pilot Service Agents Flights

Aircraft tracking and aviation weather — ADS-B feeds (ICAO + bbox), airport directory, METAR/TAF/SIGMET. Use this skill when: 1. Live aircraft positions by I...

Registry SourceRecently Updated