wechat-archiver
wechat-archiver (Wrapper Skill)
Purpose
一键归档微信公众号文章到知识库,自动生成结构化笔记。
此 skill 是一个 wrapper/orchestrator,负责:
- 调用
wechat2md抓取原始文章 - 统一路径管理、幂等性控制
- 调用
note-creator生成结构化笔记 - 聚合所有产物到单一资产目录
核心原则:
- ✅ 幂等性:同一 URL 重复抓取不会产生混乱
- ✅ 可追溯:保留原文、图片、运行日志
- ✅ 单一资产目录:所有文件集中在同一目录便于 review
- ✅ 增量友好:支持批量重跑、更新
More from lingengyuan/my-skills
md2wechat
Converts Markdown to WeChat Official Account HTML using AI-themed layouts and optionally one-click publishes to the draft box. Use when formatting Markdown for WeChat or uploading drafts with WECHAT_APPID/WECHAT_SECRET set in an env file.
9note-creator
Orchestrates creation of structured Obsidian notes with markdown, canvas diagrams, and table bases. Use when users ask to create notes, save knowledge, or document concepts in their Obsidian vault. Delegates to specialized format skills.
9sync_to_github
Automate git commit and push. Use when user says "sync to github", "commit and push", "push my changes", "save to git", "submit my work", or invokes /sync_to_github. Stages all changes, generates a commit message, commits, and pushes to remote.
7obsidian-markdown
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
7json-canvas
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
6obsidian-bases
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
6