Real Skill packageSource verifiedClawHub registry

Memory Store

跨会话、跨 Agent 存储与检索结构化记忆

Identity and source

Publisher attributionwanshuregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 66% rule confidence
Package forminstruction with code25 recorded files
Canonical sourceClawHub registryclawhub:revolves:memory-store-skill
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/13/2026.claude/skills/memory-store

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/13/2026.agents/skills/memory-store

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/13/2026skills/memory-store

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @revolves/memory-store-skill
clawhub inspect @revolves/memory-store-skill --version 1.1.1

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
25 / 25 inspected as text
Checked
8/13/2026, 9:45:51 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
5 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
  • api: img.shields.io
  • api: json-schema.org
  • api: www.npmjs.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/13/2026, 3:39:54 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:5422dd724b7c050c923107129c90a216de5b3327e4baa8db3569f2df22aa28ac
Show up to 25 recorded paths
  • .agents/AGENTS.md
  • agents/openai.yaml
  • CHEATSHEET.md
  • examples/example_memories.json
  • FAQ.md
  • package-lock.json
  • package.json
  • README.en.md
  • README.md
  • README.zh.md
  • references/cli.md
  • references/memory_schema.json
  • references/operations.md
  • scripts/install.js
  • scripts/memory_cli.js
  • scripts/update.js
  • SECURITY.md
  • skill-card.md
  • SKILL.md
  • test/cli_experience_contract.js
  • test/config_contract.js
  • test/install_contract.js
  • test/release_contract.js
  • test/security_contract.js
  • test/smoke.js

Source changelog

- Added package.json and package-lock.json for Node.js dependency management. - Removed LICENSE and skill-card.md files. - Documentation updated: Now strictly prohibits using --scope global for project-specific changes; such records must use --scope workspace or equivalent. Only use --scope global for cross-project conventions or preferences.