wechat-clippings-vp

wechat-clippings-vp is a skill for Codex from VectorPeak/vectorpeak-agent-skills. It costs 88 tokens per session (3,047 once invoked), scanned A, original, Apache-2.0.

A clipping workflow for saving public WeChat Official Account articles as Markdown bundles formatted for Obsidian Web Clipper. WeChat Official Accounts are publisher pages inside WeChat, and Obsidian is a note-taking app built around Markdown files.

In plain words
What is it for?
Use it to fetch and save selected public-account articles, including the latest articles matching a topic, as Markdown notes for Obsidian.
Why use it?
It turns articles found through links, account names, titles, screenshots, or copied text into files that can be kept and organized in a personal knowledge base. It does not handle account-owner publishing tools, logged-in scraping, or access-control bypasses.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; mentions Codex.

Good fit Use it to fetch and save selected public-account articles, including the latest articles matching a topic, as Markdown notes for Obsidian.

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

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 wechat-clippings-vp

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/wechat-clippings-vp"><img src="https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/wechat-clippings-vp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,047 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.00088 $0.03047
Opus 5 $0.00044 $0.01523
Sonnet 5 $0.00018 $0.00609
Haiku 4.5 $0.00009 $0.00305

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

Security

Grade A, and why

wechat-clippings-vp 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/clip_wechat_tikhub.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.

knowledge-skills/wechat-clippings-vp/SKILL.md · 222 lines

How it starts

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

WeChat Clippings

When To Use

Use this skill for personal-knowledge clipping of public WeChat Official Account articles into Markdown. Accepted inputs include direct mp.weixin.qq.com URLs, a public-account name, author/nickname, article title, screenshot OCR text, copied search/page text, or mixed instructions such as "clip the latest three articles about Agent from this account".

Do not use this skill for WeChat Official Account owner APIs, draft/publishing workflows, logged-in browser scraping, captcha handling, or paywall/access-control bypasses.

Core Workflow

Use TikHub-first mode. TikHub is a third-party provider, not an official WeChat API; response shape, quota, and coverage may drift.

  1. Parse the request into article URLs, account clues, title keywords, optional screenshot/OCR titles, and output-directory requirements.
  2. If direct mp.weixin.qq.com URLs are present, treat them as the complete scope and call TikHub article-detail endpoints directly.
  3. If no direct URL is present, search the official account with fetch_search_official_account, prefer jumpInfo.userName values shaped like gh_..., then call fetch_mp_article_list.
  4. Paginate article lists with data.offset.Offset until the requested titles are found, the requested count is satisfied, or IsEnd == 1.
  5. For screenshot/OCR batches, prefer account list plus fuzzy title matching. Avoid long-title fetch_search_article until account-list discovery fails.
  6. Use article-list records only as candidate metadata. Fetch final full text through TikHub v2 article detail: POST /api/v1/wechat_mp/v2/fetch_article_detail with JSON { "url": "...", "raw": false }.
  7. Convert the article body from #js_content or structured detail fields into Markdown, preserving source URLs, images, tables, formulas, code blocks, and readable text.
  8. Cache raw TikHub responses for QA, but never print or write the API key.

For difficult runs, use parallel analysis if useful: one pass to identify account/title candidates, one pass to inspect TikHub response fields, and one pass to QA the staged Markdown. The script also supports parallel article-detail fetches with --workers; keep the output article order identical to the user input order.

Read the full file on GitHub · 222 lines

Files

What ships with it

4 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. 9d ago First seen · 222 lines · 88 tokens per session scan A 5bca946af14d

Subscribe to this mod's changes

wechat-clippings-vp is a skill published in the GitHub repository VectorPeak/vectorpeak-agent-skills (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 88 tokens to every session and 3,047 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-08-31.

Related

Other skills, from other repositories

okf

Author, maintain, and consume Open Knowledge Format (OKF) knowledge bundles — portable markdown + YAML frontmatter that both humans and agents read. Use when capturing project knowledge (services, APIs, schemas, metrics, runbooks, decisions) into an OKF bundle, when updating one after code or docs change, or when a…

scaccogatto/okf-skills · 127 tokens

preprep

A Korean-language presentation-preparation workflow that develops a topic through questions, proposes several story structures, and keeps slides, speaker notes, scripts, and related documents aligned.

chrono-meta/forge-harness · 216 tokens

mxMigrateToDb

Use when the user says "/mxMigrateToDb", "migrate to db", "migrate local docs to mcp", "sync local docs", "import docs to knowledge db", "--extract-backlog", "extract legacy backlog", or otherwise wants to import local docs/.md fallback files into the MCP Knowledge-DB. Runs after MCP outages (when offline-fallback…

MicrotronX/mxLore · 126 tokens

typescript-providers

Implement, modify, test, or document TypeScript provider packages under ts/packages/providers, including framework adapters for OpenAI, Anthropic, Google, LangChain, Mastra, Vercel, LlamaIndex, Cloudflare, and Claude Agent SDK. Use for provider-specific TS work; do not use for core-only changes.

ComposioHQ/composio · 70 tokens

memstack-business-scope-of-work

Use this skill when the user says 'scope of work', 'SOW', 'define scope', 'project scope', 'write SOW', 'scope document', or is defining project boundaries, deliverables, and acceptance criteria for a formal engagement. Do NOT use for proposals, contracts, or invoicing.

cwinvestments/memstack · 70 tokens

validate

Check that an Open Knowledge Format (OKF) bundle is conformant with the v0.2 spec (§11). Use when asked to validate, lint, or check an OKF bundle, or before committing changes to one. Runs a deterministic Python checker — not an eyeball pass. Also migrates a v0.1 bundle to v0.2 in place with --migrate.

scaccogatto/okf-skills · 82 tokens