wechat-moments

wechat-moments is a skill for Claude Code, Codex from OpenClaudia/openclaudia-skills. It costs 83 tokens per session (1,098 once invoked), scanned A, original, MIT.

A workflow for ranking and summarizing a user's WeChat Moments feed, which is WeChat's personal social timeline. It separates potentially useful personal updates from promotion and casual conversation.

In plain words
What is it for?
Use it to find important events, informative posts, and messages that deserve a reply in an exported WeChat Moments feed.
Why use it?
It helps reduce a large feed to the updates most worth reading or responding to. It also warns when the available export may be incomplete or outdated because WeChat only syncs posts while the Moments view is open.

Skill for Claude CodeCodex

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

Good fit Use it to find important events, informative posts, and messages that deserve a reply in an exported WeChat Moments feed.

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

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-moments

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/openclaudia/openclaudia-skills/wechat-moments"><img src="https://agentmods.dev/badge/skills/openclaudia/openclaudia-skills/wechat-moments.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,098 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00083 $0.01098
Opus 5 $0.00042 $0.00549
Sonnet 5 $0.00017 $0.00220
Haiku 4.5 $0.00008 $0.00110

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

Security

Grade A, and why

wechat-moments 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 9d 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.

skills/wechat-moments/SKILL.md · 95 lines

How it starts

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

WeChat Moments digest

Turns a WeChat Moments feed into a short ranked digest: what deserves a reply, what is genuinely informative, and what is marketing wearing a personal voice.

The scripts live in a separate repository, not here, because they depend on the WeChat desktop client rather than any marketing API:

https://github.com/OpenClaudia/wechat-moments

git clone https://github.com/OpenClaudia/wechat-moments.git

Read that repo's README before running anything. It documents the setup, the limits, and the risks — this skill is the ranking method, not the plumbing.

Before you touch it

  • It does not decrypt anything and never handles keys. It reads a plaintext database that a separate WeChat export tool has already produced. If the user has no export yet, that is step one and it is not this skill's job — the repo lists existing tools for it.
  • Moments do not sync in the background. WeChat fetches the timeline only while the Moments window is open. Without a sync the export contains only what the user already scrolled past, so the digest is a replay of what they have already seen. Say so rather than presenting stale posts as today's.
  • Tell the user the limits before setting this up on a schedule. It needs WeChat running and logged in, it only stays complete while the machine is awake (sleep gaps are permanently unrecoverable), Tencent may break or patch it at any time, automating the client may be noticed and may carry account risk, and nothing is guaranteed.
  • Never post, like, comment, or message on the user's behalf. Reading and writing files is the whole remit.

Ranking

This is the part worth carrying to any feed, not just WeChat.

Score = event weight × relationship weight. Do it yourself from the structured records; do not write a scoring script. The point is judgement — "her mother is in hospital" outranks "went to Kyoto".

Event weight (0-10). Birth, death, serious illness, wedding, divorce, emigration at the top. New job, funding, graduation, a home, a pregnancy just below. Travel and opinions in the middle. Food, gym, weather, scenery at the bottom. Promotion and recruiting score zero.

Read the full file on GitHub · 95 lines

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. 9d ago First seen · 95 lines · 83 tokens per session scan A 09ef3425fb34

Subscribe to this mod's changes

wechat-moments is a skill published in the GitHub repository OpenClaudia/openclaudia-skills (689 stars, last pushed yesterday), licensed MIT. It adds 83 tokens to every session and 1,098 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories