lab-context-distillation-wx

lab-context-distillation-wx is a skill for Codex from haorantang97/Personal-Ontology. It costs 120 tokens per session (3,203 once invoked), scanned A, original, no licence file.

A workflow for turning local WeChat 4.x conversations into organized personal context. WeChat is a messaging app, and the workflow covers collection, normalization, redaction, mapping, and review of conversation data.

In plain words
What is it for?
Use it to process macOS or Windows WeChat conversations, including lawful decryption, cleanup, merging events, auditing, and final checks.
Why use it?
It helps preserve useful context while keeping the resulting record tied to the available evidence and handling conflicts or missing details.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to process macOS or Windows WeChat conversations, including lawful decryption, cleanup, merging events, auditing, and final checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/haorantang97/personal-ontology/lab-context-distillation-wx
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add haorantang97/Personal-Ontology --skill lab-context-distillation-wx
Clone the repo
git clone --depth 1 https://github.com/haorantang97/Personal-Ontology

Made for: Codex.

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 lab-context-distillation-wx

README.md
[![agentmods](https://agentmods.dev/badge/skills/haorantang97/personal-ontology/lab-context-distillation-wx/github.svg)](https://agentmods.dev/skills/haorantang97/personal-ontology/lab-context-distillation-wx)
Your own site
<a href="https://agentmods.dev/skills/haorantang97/personal-ontology/lab-context-distillation-wx"><img src="https://agentmods.dev/badge/skills/haorantang97/personal-ontology/lab-context-distillation-wx/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 lab-context-distillation-wx

Your own site · 80×15
<a href="https://agentmods.dev/skills/haorantang97/personal-ontology/lab-context-distillation-wx"><img src="https://agentmods.dev/badge/skills/haorantang97/personal-ontology/lab-context-distillation-wx.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,203 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 unknown 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.00120 $0.03203
Opus 5 $0.00060 $0.01602
Sonnet 5 $0.00024 $0.00641
Haiku 4.5 $0.00012 $0.00320

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

Security

Grade A, and why

lab-context-distillation-wx 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.

The scan reads SKILL.md. This mod also ships 25 executable files (scripts/pcd.py, scripts/personal_context_distillation/__init__.py, scripts/personal_context_distillation/atomic.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/lab-context-distillation-wx/SKILL.md · 176 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 176 lines · 120 tokens per session scan A 929d4a2ce955

Subscribe to this mod's changes

lab-context-distillation-wx is a skill published in the GitHub repository haorantang97/Personal-Ontology (5 stars, last pushed 5d ago), with no licence file. It adds 120 tokens to every session and 3,203 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

llm-wiki

The foundational knowledge distillation pattern for building and maintaining an AI-powered Obsidian wiki. Based on Andrej Karpathy's LLM Wiki architecture. Use this skill whenever the user wants to understand the wiki pattern, set up a new knowledge base, or needs guidance on the three-layer architecture (raw sources…

Ar9av/obsidian-wiki · 113 tokens

wiki-export

Export the Obsidian wiki's knowledge graph to structured formats for use in external tools. Use this skill when the user says "export wiki", "export graph", "export to JSON", "export to Gephi", "export to Neo4j", "export to Postgres", "export to SQL", "graphml", "visualize wiki", "knowledge graph export", "export to…

Ar9av/obsidian-wiki · 172 tokens

wiki-query

Answer questions by searching the compiled Obsidian wiki. Use this skill when the user asks a question about their knowledge base, wants to find information across their wiki, asks "what do I know about X", "find everything related to Y", or wants synthesized answers with citations from their wiki pages. Also use when…

Ar9av/obsidian-wiki · 200 tokens

wiki-status

Show the current state of the wiki — what's been ingested, what's pending, and the delta between sources and wiki content. Use this skill when the user asks "what's the status", "how much is ingested", "what's left to process", "show me the delta", "what changed since last ingest", "wiki dashboard", or wants an…

Ar9av/obsidian-wiki · 210 tokens

cross-linker

Scan the Obsidian wiki and automatically discover missing cross-references between pages. Use this skill when the user says "link my pages", "find missing links", "cross-reference", "connect my wiki", "add wikilinks", "what pages should be linked", or after any large ingestion to ensure new pages are woven into the…

Ar9av/obsidian-wiki · 137 tokens

pi-history-ingest

Ingest Pi coding agent session history into the Obsidian wiki. Use this skill when the user wants to mine their past Pi sessions for knowledge, import their /.pi/agent/sessions folder, extract insights from previous coding sessions, or says things like "process my Pi history", "add my Pi sessions to the wiki", "ingest…

Ar9av/obsidian-wiki · 112 tokens