โ† All skills
Tencent SkillHub ยท Developer Tools

Memoria

Structured memory system for AI agents. Use when the user wants to store, recall, or search memories, manage session lifecycle (wake/sleep/checkpoint), sync...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Structured memory system for AI agents. Use when the user wants to store, recall, or search memories, manage session lifecycle (wake/sleep/checkpoint), sync...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
INSTRUCTIONS.md, README.md, SKILL.md, bin/memoria.js, package-lock.json, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.2.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

Environment

Set the vault path so all commands work: export MEMORIA_VAULT=~/memory If not set, pass -v ~/memory on every command.

Session Lifecycle

Run at the start and end of every session: memoria wake # start session, restore context memoria checkpoint --working-on "<task>" # mid-session save memoria sleep "<summary>" --next "<next steps>" # end session, write handoff

Storing Memories

memoria remember <type> "<title>" --content "<details>" memoria sync --push # always sync after storing Types: fact, decision, preference, lesson, commitment, relationship, project

What to capture (proactively, without being asked)

SignalTypeHuman shares personal info (name, location, health, settings)factA decision is made with reasoningdecisionHuman says "I prefer / always / never..."preferenceAn insight or lesson emergeslessonA promise, goal, or deadline is setcommitmentA person is mentioned with contextrelationshipAn ongoing project is discussedproject If in doubt, store it. Better to have a memory you never look up than to forget something.

Proactive capture triggers

Listen for these patterns and store immediately: "I always...", "I never...", "I prefer..." -> preference "Let's go with...", "We decided...", "The plan is..." -> decision "I learned that...", "Turns out...", "The trick is..." -> lesson "My name is...", "I take...", "I live in...", "I work at..." -> fact "I need to...", "I promised...", "By next week..." -> commitment "Talk to Alice about...", "Bob said..." -> relationship "We're building...", "The project is..." -> project

Examples

memoria remember fact "Human lives in Tokyo" --content "Mentioned during onboarding" memoria remember preference "No emojis in code" --content "Explicitly requested" memoria remember decision "Use Fly.io" --content "Chosen over Vercel for APAC latency" memoria sync --push

Searching

Before making decisions or giving advice, check existing memories: memoria search "<query>"

Other Commands

memoria store <category> "<title>" --content "<body>" # store in explicit category memoria list [category] # list documents memoria get <id> # get specific document memoria status # vault stats + session state memoria sync --pull # pull Notion changes to local

Notion Setup

One-time configuration: memoria setup-notion --token <token> --page <page-id> After setup, always run memoria sync --push after storing memories.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Config1 Scripts
  • SKILL.md Primary doc
  • INSTRUCTIONS.md Docs
  • README.md Docs
  • bin/memoria.js Scripts
  • package-lock.json Config
  • package.json Config