Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

memweavermemweaver 分析

Agent Skill

memweaver 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,456

周安装

144

GitHub Stars

公开资料未说明

下载量

1,152
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:memweaver(memweaver 分析)
来源仓库:https://github.com/fret774/memweaver
安装命令:
openclaw skills install memweaver
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install memweaver

简介

内存分析器 — 从代理的内存中挖掘隐藏模式,通过交互式测验进行确认,并生成结构化的用户配置文件。

SKILL.md

name
memweaver
description
Memory Profiler — Mine hidden patterns from your Agent's memory, confirm via interactive quiz, and generate a structured user profile.
version
0.1.0
metadata
openclaw
requires
bins

MemWeaver — Memory Profiler

Your Agent reads your memory every day, but does it truly *understand* you?

MemWeaver digs into your memory files — long-term memory (MEMORY.md) and daily logs — to uncover preferences, behavioral patterns, and hidden traits you might not even be aware of, then confirms findings through an interactive questionnaire and outputs a structured user profile (YAML).

What Makes This Different

Existing toolsWhat they doWhat MemWeaver does differently
Mem0 / ZepMemory retrievalNot retrieval — understanding
SimpleMem / LightMemMemory compressionNot compression — insight mining
ai-persona-osGive AI a personaOpposite direction: discover your persona from memory

Core value: MemWeaver finds the gap between what you *say* you prefer and what you *actually do* — then asks you about it.

Overview

  • Input: MEMORY.md (long-term memory) + recent daily logs (memory/*.md)
  • Process: LLM deep analysis → batch interactive questionnaire
  • Output: Structured user profile at output/profile_YYYYMMDD.yaml

Workflow

Step 1: Collect Memory

cd {baseDir} && python3 scripts/collect_memory.py --days 14

The script reads long-term memory and recent logs, outputs JSON to stdout. The Agent parses content.long_term and content.daily_logs fields from the JSON.

Note: If estimated_tokens exceeds 8000, consider reducing the --days parameter.

Step 2: LLM Deep Analysis

The Agent analyzes collected memory in 3 sub-tasks:

2.1 Basic Profile Extraction

Extract factual information from memory across these dimensions:

DimensionWhat to extractConfidence source
IdentityRole, tech stack, MBTIExplicit statements → 1.0
Work patternsActive projects, decision style, creation preferenceBehavioral inference → 0.7-0.9
InterestsProfessional interests, hobbies, depth of engagementTopic frequency → 0.6-0.9
CommunicationResponse depth preference, format preference, dislikesInteraction pattern → 0.7-0.85
Long-term goalsCareer direction, product plans, valuesExplicit statements → 0.9-1.0

Tag each field with a confidence score.

2.2 Hidden Pattern Mining

This is MemWeaver's most valuable part. The Agent specifically analyzes these 6 types of hidden patterns:

  1. Decision patterns: What does the user lean toward when facing multiple options? (Analysis-driven vs intuition? Fast vs slow decisions?)
  2. Time & energy allocation: Does actual energy distribution (from log frequency) match user's self-description?
  3. Overlooked interests: Topics that appear repeatedly but the user hasn't formally tracked
  4. Statement vs behavior contradictions: Are stated preferences inconsistent with actual actions?
  5. Emotion/energy triggers: What scenarios make the user especially productive or resistant?
  6. Unlabeled skills: Abilities the user demonstrates but hasn't self-recognized

Each finding needs evidence (citing specific memory content) and reasoning logic.

2.3 Project Importance Re-evaluation

List every project and idea recorded in MEMORY.md, provide reassessment:

  • Current status (active / paused / archived / concept)
  • Suggested importance (high / medium / low / shelved)
  • Assessment reasoning (frequency in logs, recent activity, user investment)
  • Questions to confirm with user (if uncertain)

Step 3: Interactive Confirmation (Batch Questionnaire)

Interact with the user in batch mode, similar to a personality test. Each question is based on the user's actual memory content, not just showing analysis conclusions.

Core design principles:

  • Push 5 questions per batch, user answers at once (e.g., "1A 2C 3B 4D 5A"), Agent provides feedback then pushes next batch
  • Questions reference user's real memories as context
  • Provide options (A/B/C/D or open-ended), user can choose or free-form
  • Type B (hidden insight) questions should be ≥50% of total — this is MemWeaver's core value
  • Three question types interleaved, not strictly separated by rounds

Question Design Rules:

The Agent designs 10-15 questions based on Step 2 analysis. Three types:

Type A: Scenario Recall (validate profile facts, ≤25%)

Reconstruct a real scene from memory, let user choose the best description.

📋 Q1.

Your memory shows you did [specific behavior] on [specific date].
For you, this was more like:

A. [option: engineering intuition / habit-driven]
B. [option: lesson learned]
C. [option: personality-driven]
D. Other: ___

Type B: Hidden Insight (core value, ≥50%)

This is MemWeaver's most important question type. The Agent uses specific evidence from memory to point out contradictions or blind spots between user's "self-perception" and "actual behavior".

Methodology:

  1. Find user's explicit statement (e.g., "I prefer X")
  2. Find contradictory behavioral records (e.g., logs show consistently doing Y)
  3. Present the contradiction to user, guide explanation via options
  4. Options should include: acknowledge contradiction, deny, offer new explanation, other
📋 Q5.

Your memory says "[user's explicit statement]".
But logs show from [date A] to [date B] you've been consistently doing [contradictory behavior].

These two things:
A. Don't contradict — [reasonable explanation]
B. Actually contradict — my real preference differs from self-perception
C. Depends on context — [conditional explanation]
D. Other: ___

> 🔍 Your words say X, but your actions say Y

Hidden insight mining directions (look for these 6 types of clues in memory):

  1. Statement vs behavior contradictions: Stated preferences inconsistent with actual actions
  2. Time allocation truth: Log frequency/length reveals real energy distribution vs stated priorities
  3. Silence signals: Topics in MEMORY that disappear from logs → possible priority drift
  4. Energy fingerprint: Length differences across log types → reveals energy sources
  5. Choice patterns: Consistent tendencies when user faces decisions
  6. Unlabeled skills: Abilities demonstrated but not self-recognized

Type C: Priority Trade-off (re-evaluate project importance, ≤25%)

Create resource-constraint scenarios, force user to choose between projects, revealing true priorities.

📋 Q10.

If you could only advance 2 personal projects next month (work doesn't count),
your memory mentions these: [project list from MEMORY.md]

Which two?
A. [Project1] + [Project2]
B. [Project1] + [Project3]
C. [Project2] + [Project3]
D. Other combination: ___

Question count and batching:

  • Total 10-15 questions, pushed in 2-3 batches (~5 per batch)
  • Batch 1 (5 questions): 1-2 warm-up Type A + 3 Type B (hidden insights)
  • Batch 2 (5 questions): 3-4 Type B + 1-2 Type C (priority trade-offs)
  • Optional Batch 3 (2-3 questions): follow-up questions based on unexpected findings from previous batches
  • After each batch, Agent waits for user to answer all at once

Answer processing:

  • After user submits a batch (e.g., "1C 2B 3A 4B 5C"), Agent processes collectively
  • Give 1 brief feedback per question, noting profile inference
  • If an answer reveals new insight leads, add follow-up questions in next batch
  • All answers recorded internally as profile evidence, aggregated into Step 4

Completion:

  • After the last batch, Agent outputs a brief profile summary (like a personality test result page)
  • Then proceeds to Step 4

Step 4: Generate and Save Profile

Generate the confirmed profile as YAML and save via script:

  1. Agent generates complete YAML profile (see "Profile Template" below)
  2. Save via script:
cd {baseDir} && python3 scripts/save_profile.py --file /tmp/memweaver_profile.yaml

Or via stdin:

echo '<YAML content>' | cd {baseDir} && python3 scripts/save_profile.py

The script automatically backs up old profiles and saves to output/profile_YYYYMMDD.yaml.


Profile Template

# MemWeaver User Profile
# Generated: YYYY-MM-DD
# Version: 1

identity:
  role: ""
  tech_stack: []
  mbti: ""
  confidence: 1.0

work_patterns:
  decision_style: ""    # data_driven / intuitive / consultative
  detail_preference: "" # high / medium / low
  creation_preference: "" # 0to1 / polish / both
  energy_source: ""     # ideation / execution / collaboration
  work_rhythm: ""       # burst / steady / mixed
  confidence: 0.0

interests:
  professional:
    - topic: ""
      depth: ""         # expert / active_research / exploring / casual
      importance: ""    # high / medium / low
      last_active: ""
  personal:
    - topic: ""
      depth: ""
      importance: ""

communication:
  preferred_depth: ""   # deep_analysis / balanced / brief
  preferred_format: ""  # structured / narrative / mixed
  language: ""
  dislikes: []

goals:
  career:
    - goal: ""
      priority: ""      # high / medium / low / shelved
      timeframe: ""     # immediate / short_term / long_term
  products:
    - name: ""
      priority: ""
      status: ""        # active / designing / idea / archived

hidden_patterns:
  - pattern: ""
    evidence: ""
    confirmed: false

projects:
  - name: ""
    importance: ""      # high / medium_high / medium / low / shelved
    status: ""          # active / iterating / designing / exploring / archived / idea

meta:
  generated_at: ""
  memory_files_analyzed: 0
  total_memory_lines: 0
  user_confirmed: true
  next_review: ""       # Suggest re-profiling in 2 weeks

Output

  • User profile: {baseDir}/output/profile_YYYYMMDD.yaml
  • Analysis cache: {baseDir}/cache/analysis_cache.json (future version)

Requirements

No external dependencies. Python 3.8+ standard library only.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.04%
按下载量换算1,014

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills