my-digital-life: Skill for Claude Code

.claude/skills/dialogue-to-memory/SKILL.md

dialogue-to-memory is a skill for Claude Code from weixr18/my-digital-life. It costs 50 tokens per session (643 once invoked), scanned A, original, MIT.

A Chinese-language tool for saving important conversations as structured Markdown documents in a knowledge base. It focuses on insights, decisions, and personal discoveries from the conversation.

In plain words
What is it for?
Use it to archive complex conversations, capture key conclusions and unanswered questions, and preserve selected quotations after confirming the storage location and filename.
Why use it?
It makes significant discussions easier to review later instead of leaving useful reasoning buried in chat history.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is weixr18/my-digital-life's own configuration. It tells Claude Code how to work on my-digital-life itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything my-digital-life configures →

Reuse

Borrowing it

Nothing to install: this file belongs to weixr18/my-digital-life. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/weixr18/my-digital-life/main/.claude/skills/dialogue-to-memory/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/weixr18/my-digital-life

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dialogue-to-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/weixr18/my-digital-life/dialogue-to-memory/github.svg)](https://agentmods.dev/skills/weixr18/my-digital-life/dialogue-to-memory)
Your own site
<a href="https://agentmods.dev/skills/weixr18/my-digital-life/dialogue-to-memory"><img src="https://agentmods.dev/badge/skills/weixr18/my-digital-life/dialogue-to-memory/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dialogue-to-memory

Your own site · 80×15
<a href="https://agentmods.dev/skills/weixr18/my-digital-life/dialogue-to-memory"><img src="https://agentmods.dev/badge/skills/weixr18/my-digital-life/dialogue-to-memory.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 643 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00643
Opus 5 $0.00025 $0.00321
Sonnet 5 $0.00010 $0.00129
Haiku 4.5 $0.00005 $0.00064

Measured 12d ago against content hash 915450ae656e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

dialogue-to-memory scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/dialogue-to-memory/SKILL.md · 104 lines

What it actually says

对话整理存档 (Dialogue to Memory)

将重要对话整理为结构化 Markdown 文档,存入用户指定的知识库位置。

使用时机

  • 对话涉及重要洞察、决策或自我发现时
  • 用户希望保存对话内容供日后回顾时
  • 对话探索了复杂主题,需要结构化整理时
  • 用户主动要求存档本次对话时

执行流程

1. 确认存档意愿

询问用户:"是否需要将本次对话整理为文档存入知识库?"

在获得用户明确确认后再继续执行。

2. 确认存储位置

请用户指定存储路径,一般为:2认知库/4觉察对话记录/

3. 确定文件名

根据对话主题生成简洁文件名,格式:主题-核心关键词.md

如无法确定,提供建议的文件名并请用户确认。

4. 整理文档结构

按以下结构组织内容:

# [标题]

**对话时间**: YYYY-MM-DD
**对话主题**: [一句话概括]
**数字生命**: {agent_name}

---

## 背景

[对话发生的上下文,用户面临的问题或情境]

---

## 一、[核心议题1]

[该议题的关键内容、分析、洞察]

---

## 二、[核心议题2]

...

---

## [关键洞察/结论]

[对话中产生的核心洞察、结论或建议]

---

## 未解之问

[对话结尾留下的、需要用户后续反思的问题]

---

## 附录:对话中的关键引用

> "引用内容"

...

---

*本文档记录了{user_name}与数字分身关于[主题]的对话,供后续参考与反思。*

5. 执行存档

使用 Write 工具将整理好的内容写入指定路径。

6. 确认完成

向用户确认文档已保存,并告知完整路径。

注意事项

  1. 保持客观:如实记录对话内容,不添加未讨论的洞察
  2. 结构清晰:使用标题层级、列表、表格等提升可读性
  3. 保留引用:将对话中的关键句子作为引用存入附录
  4. 用户确认:文件名和存储路径需经用户确认
  5. 简洁原则:避免冗长复述,提取核心内容即可
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 104 lines · 50 tokens per session scan A 915450ae656e

Subscribe to this mod's changes

dialogue-to-memory is a skill published in the GitHub repository weixr18/my-digital-life (20 stars, last pushed 5mo ago), licensed MIT. It adds 50 tokens to every session and 643 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

media-ingest

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

garrytan/gbrain · 52 tokens

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens

Cortex

Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…

danielmiessler/LifeOS · 196 tokens

memory

Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.

opensquilla/opensquilla · 44 tokens

ha-data-stores

Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…

shiwenwen/hope-agent · 115 tokens

establishing-project-context

Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.

GanyuanRan/Aegis · 45 tokens