wechat-archive

wechat-archive is a skill for Claude Code, Codex from BENZEMA216/wechat-archive-harness. It costs 63 tokens per session (758 once invoked), scanned A, original, MIT.

A set of instructions and tools for safely diagnosing, synchronizing, verifying, and reporting a person's own WeChat archive stored locally on a Mac. The archive can include text, images, voice messages, and videos.

In plain words
What is it for?
Use it to inspect the local setup, synchronize an archive, verify its integrity and coverage, or check the status of a previous archive operation.
Why use it?
It provides a controlled process for handling a private local chat archive while reporting its structure, coverage, counts, and integrity rather than exposing chat samples by default.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect the local setup, synchronize an archive, verify its integrity and coverage, or check the status of a previous archive operation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/benzema216/wechat-archive-harness/wechat-archive
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 BENZEMA216/wechat-archive-harness --skill wechat-archive
Clone the repo
git clone --depth 1 https://github.com/BENZEMA216/wechat-archive-harness

Made for: Claude Code, 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 wechat-archive

README.md
[![agentmods](https://agentmods.dev/badge/skills/benzema216/wechat-archive-harness/wechat-archive/github.svg)](https://agentmods.dev/skills/benzema216/wechat-archive-harness/wechat-archive)
Your own site
<a href="https://agentmods.dev/skills/benzema216/wechat-archive-harness/wechat-archive"><img src="https://agentmods.dev/badge/skills/benzema216/wechat-archive-harness/wechat-archive/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 wechat-archive

Your own site · 80×15
<a href="https://agentmods.dev/skills/benzema216/wechat-archive-harness/wechat-archive"><img src="https://agentmods.dev/badge/skills/benzema216/wechat-archive-harness/wechat-archive.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 758 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.00063 $0.00758
Opus 5 $0.00032 $0.00379
Sonnet 5 $0.00013 $0.00152
Haiku 4.5 $0.00006 $0.00076

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

Security

Grade A, and why

wechat-archive 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 11d 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.

.dsh/skills/wechat-archive/SKILL.md · 41 lines

How it starts

The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.

WeChat Archive

Use this Skill only for the user's own Mac, WeChat account, and local archive. The archive may contain other people's private data. Keep acquisition local and report structure, counts, coverage, hashes, and status by default rather than chat samples.

Before the first operation in a task, read references/safety.md. Read references/operations.md before a sync, verification, or scheduler-related request.

Tool surface

DeepSeek Harness exposes the server tools with the mcp__wechat__ namespace:

  • mcp__wechat__wechat_doctor: read-only environment and safety diagnosis.
  • mcp__wechat__wechat_status: read-only last-run and archive summary.
  • mcp__wechat__wechat_sync: deterministic local synchronization. This is the only archive-writing tool.
  • mcp__wechat__wechat_verify: read-only integrity and coverage verification.

If the host presents the raw MCP names instead, use wechat_doctor, wechat_status, wechat_sync, and wechat_verify with the same rules.

Required workflow

  1. Call wechat_doctor before the first sync or whenever the WeChat build, account, source path, signature, or key state may have changed.
  2. Treat these states as stop conditions: WECHAT_SIGNATURE_UNSAFE, WECHAT_RUNNING, WAL_PRESENT, SECRET_UNAVAILABLE, SOURCE_CHANGED_DURING_DECRYPT, SOURCE_CHANGED_DURING_SYNC, PROCESS_CHECK_FAILED, PERMISSION_DENIED, and LOCKED.
  3. Never work around a stop condition by killing WeChat, re-signing the app, ignoring WAL, changing permissions, guessing an account, or reading a secret. Explain the required human action.
  4. Call wechat_sync only after the user explicitly asks to create or refresh the local archive. Pass its explicit confirmation field. Do not infer consent from an analysis or status request.
  5. After a successful or no-change sync, call wechat_verify before reporting success.
  6. Report the exact run status, source scope, counts, coverage equation, unresolved media categories, archive alias, and verification result. Report archived media object/byte counts only when media_binary_verified=true. Do not report a message sample unless the user separately asks for content analysis.

Read the full file on GitHub · 41 lines

Files

What ships with it

2 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. 11d ago First seen · 41 lines · 63 tokens per session scan A 5797c8d154b5

Subscribe to this mod's changes

wechat-archive is a skill published in the GitHub repository BENZEMA216/wechat-archive-harness (0 stars, last pushed 16d ago), licensed MIT. It adds 63 tokens to every session and 758 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-31.

Related

Other skills, from other repositories

frame-macos-notification

Realistic macOS notification banner with app icon, title, and body, suited to video overlays or product teasers.

nexu-io/open-design · 30 tokens

baocut

BaoCut-only operator for the installed bcut CLI and .bcut projects. Implicitly trigger only when the request explicitly names BaoCut or bcut, targets a .bcut project or BaoCut Subtitle Studio, or continues a BaoCut workflow already established in the conversation. Do not trigger solely for generic audio or video…

JimLiu/baocut · 160 tokens

starcat-ui-prototype

A design skill for creating macOS interface prototypes and visual designs for Starcat, a GitHub star-management and AI knowledge-organising app. It follows Apple’s Liquid Glass design language for macOS 26.

starcat-app/Starcat · 85 tokens

personal-commands

Edit hex.config.ts, not .hex-sdk. Config and installed dependencies execute with the user's normal permissions; use only trusted packages and avoid network, filesystem, environment, or subprocess access unless the requested command requires it. Run bun run check after editing.

anomalyco/hex · 0 tokens

clovy-obsidian

Work with the Obsidian vault currently selected in Clovy.

open-software-network/os-clovy · 19 tokens

clarify-intent-and-establish-shared-understanding

Grounded in first principles, rigorously examine and refine a user's plan, task, decision, goal, strategy, proposal, or idea through structured, progressively deeper questioning, in order to bridge the gap between the User and the Agent. Use when the user explicitly requests grilling, challenge, pressure-testing…

Inference1/clarify-intent-and-establish-shared-understanding · 286 tokens